.TableOutside
{
    Background: #7F38EC;
    Color: White;
    Font-Weight: bold;
}

.TableInside
{
    Background: whitesmoke;
    Color: #333333;
    Width: 100%;
}
TD, A, TEXTAREA, INPUT, SELECT
{
	Font-Size: 10px;
	Font-Family: Verdana;
}
a
{
	text-decoration: none;
}

.CategoryHeader 
{
	background-color: #7F38EC;
	width: 100%;
	height: 35;
}

.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: #7F38EC;
	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: #7F38EC;
	color: #000000;
	font-weight: bold;
	font-size: 10 px;
	font-family: Verdana;	
}
.DataLabel
{
	color: charcoal;
	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: #7F38EC;
}
.ViewDetails
{
	font-weight:bold;
	cursor: hand;
	color: #7F38EC;
}
.TellAFriend
{
	font-weight:bold;
	cursor: hand;
	color: #7F38EC;
}
.ShoppingCart
{
	background-color: #7F38EC;
	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: lightgreen;
}
.CategoryText
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: white;
}
.Welcome
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #7F38EC;
}	
.TableOutsideSignup_Validation
{
    Background: crimson;
    Color: White;
    Font-Weight: bold;
}

.TableInsideSignup_Validation
{
    Background: whitesmoke;
    Color: Black;
    Width: 100%;
}
.DataError
{
	Color: Crimson;
	Font-Weight: bold;
}
