/* ================================
    CSS STYLES FOR Ellabeauty
   ================================
*/

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
	margin: 0px;
    background-color: white;
} 

/* PANE styles */
.HeaderPane  {
}

.LeftPane  {

}

.ContentPane  { 
}

.RightPane  { 
}
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #483D8B;
}

.FooterPane {
}

/* Category Box Styles */
.CategoryTable
{
	border-right: #663300 1px solid;
	border-top: #663300 1px solid;
	border-left: #663300 1px solid;
	border-bottom: #663300 1px solid;
}
.CategoryTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bolder;
	font-size: 12px;
	color: #c0e6f7;
	height: 25px;
	background-color: black;
}
.CategoryConent
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #897E7E;
	text-decoration: none;
}

/* Search Box Styles */
.SearchTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.SearchTitle
{
	font-weight: bolder;
	font-size: 12px;
	color: #c0e6f7;
	font-family: Tahoma, Arial, Helvetica;
	height: 25px;
	background-color: black;
}
.SearchContent
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #897e7e;
	text-decoration: none;
}
/* Cart Box Style */
.CartTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.CartTitle
{
	font-weight: bolder;
	font-size: 12px;
	color: #c0e6f7;
	font-family: Tahoma, Arial, Helvetica;
	height: 25px;
	background-color: black;
}
.CartContent
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #897e7e;
	text-decoration: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #483D8B;
}

.NormalRadioButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #483D8B;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.OutOfStock
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-style: italic;
	font-family: Tahoma, Arial, Helvetica;
}
.Overweight
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-style: italic;
	font-family: Tahoma, Arial, Helvetica;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #483D8B;
}
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #483D8B;
}
/* DataList Style */
.DataList_PagerBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #483D8B; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: Left; 
}
/* Product Style */
/* Product Image Style */
.ProductImage
{
	width: 120px;
	height: 120px;
}
/* Product Detail Image Style */
.ProductImageDetail
{
	width: 150px;
	width: 150px;
}
/* Product Pro Image Style */
.ProductImagePro
{
	width: 50px;
	width: 50px;
}
/* hyperlink style for the product */
A.ProductLink:link 
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
}

A.ProductLink:visited  
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
}

A.ProductLink:active   
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
}

A.ProductLink:hover    
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
    font-weight: bold;
}

/* hyperlink style for the normal */
A.NormalLink:link 
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
}

A.NormalLink:visited  
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
}

A.NormalLink:active   
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
}

A.NormalLink:hover    
{
	font-family: Tahoma, Arial, Helvetica;
    color:#483D8B;
    font-size: 12px;
    font-weight: bold;
}
.ProductDescription
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #483D8B;	
}

.ProductHeader
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px; /* Font Size */
	color: #483D8B; /* Font Color */
	font-weight: Bold; /* Font Style */
}
.ProductPrice
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px; /* Font Size */
	color: red; /* Font Color */
}
.ProductPriceStrike
{
	font-size: 12px;
	color: red;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: line-through;
}
/* DataGrid Styles */
/* DataGrid Item Styles */
.DataGrid
{
	border-right: #663300 1px solid;
	border-top: #663300 1px solid;
	border-left: #663300 1px solid;
	border-bottom: #663300 1px solid;
}
.DataGridItem
{
	background-color:#ccffcc;
	color:483D8B;
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
}
/* DataGrid Alternate Items Style */
.DataGridAlternateItem
{
	background-color: White;
	color:483D8B;
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
}
/* DataGrid Header Style */
.DataGridHeader
{
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:483D8B;
	font-weight:bold;
}
/* DataGrid Footer Style */
.DataGridFooter
{}
/* DataGrid Pager Style */
.DataGridPager
{
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:483D8B;
	font-weight:bold;
}
/* Instructions Styles */
.Instructions
{
font-family:Tahoma, Arial, Helvetica;
font-size: 12px; /* Font Size */
color: #483D8B; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
text-align: Left; /* Align Text */
}
/* Footer Link Style */
.FooterLinks
{
	font-family:Tahoma, Arial, Helvetica;
	font-size: 11px; /* Font Size */
	color: #483D8B; /* Font Color */
	font-weight: bolder; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: Left; /* Align Text */
}