@import url('../Personal/Css/styles.css');

.TableOutside
{
    Background: #003366;
    Color: White;
    Font-Weight: bold;
}

.TableInside
{
    Background: whitesmoke;
    Color: Black;
    Width: 100%;
}
TD, A, TEXTAREA, INPUT, SELECT
{
	Font-Size: 10px;
	Font-Family: Verdana;
}
a
{
	text-decoration: none;
}

#Cart .CategoryHeader 
{
	background-color: #dddddd !important;
	width: 100%;
	height: 35px;
}

.ProductSeparator 
{
	background-color: gainsboro;
	width: 100%;
	height: 5px;
}

.Clear
{
	background-color: white;
	width: 100%;
	height: 3px;
}

.ItemNo
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.DetailPage_ItemNo
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.DetailPage_LongExplanation
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

.ItemDesc
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	width:500px;
}

.ItemExpl
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width:500px;
}

.ProductSearchBox
{
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;
}
.SmallButton
{
	font-size: 10 px;
	font-family: Verdana;	
}	
.ProductSearchInput
{
	font-size: 10 px;
	font-family: Verdana;	
}
.ProductCats
{
	background-color: #003366;
	color: #000000;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;	
}
.DataLabel
{
	color: #003366;
	font-weight:bold;
}
.TableRowHeader
{
	background-color: gainsboro;	
}
.PriceLabel
{
	font-weight:bold;
}
.YourPriceLabel
{
	font-weight:bold;
	font-style:italic;
	font-size:11px;
}
.AddToCart
{
	font-weight:bold;
	font-size: 12px;
	cursor: hand;
	color: #003366;
}
.ViewDetails
{
	font-weight:bold;
	cursor: hand;
	color: #003366;
}
.TellAFriend
{
	font-weight:bold;
	cursor: hand;
	color: #003366;
}
.ShoppingCart
{
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;
}
.ShoppingCartInner
{
	background-color: whitesmoke;
	color: #000000;
	font-weight: normal;
	font-size: 10 px;
	font-family: Verdana;
}
.CartHeaders
{
	background-color: gainsboro;
	font-weight: bold;
}
.CategoryLabel
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.CategoryText
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: white;
}
.Welcome
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}	
.TableOutsideSignup_Validation
{
    Background: crimson;
    Color: White;
    Font-Weight: bold;
}

.TableInsideSignup_Validation
{
    Background: whitesmoke;
    Color: Black;
    Width: 100%;
}
.DataError
{
	Color: Crimson;
	Font-Weight: bold;
}

.Show_System_Clock 
{
    text-align:right; 
    margin: 10px; 
    display: block; 
    height: 32px; 
    line-height: 32px; 
    font-size: 12px;
    font-weight: normal;
}

.cat-exp-col{
	cursor: pointer;
}

.cat-exp-col a,.cat-exp-col a:focus,.cat-exp-col a:visited,.cat-exp-col a:hover {
    font-size: 15px;
    line-height: 15px;
    margin: 0px 5px 0px 5px;
    color: #206480;
}
