.nav {
	color: #000000;
	text-decoration: none;
}
.navbt {
	color: 5B5B5B;
	text-decoration: none;
}
BODY {
font-family: Verdana;
color: #000000;
font-size:10pt
}
P{
font-family: Verdana;
color: #000000;
font-size:10pt}
blockquote{
font-family: Verdana;
color: #000000;
font-size:10pt
}

INPUT
{
	font-family: Verdana;
	font-size: 9pt;	
}
SELECT
{
	font-family: Verdana;
	font-size: 9pt;	
}
.Label
{
	font-family: Verdana;
	font-size: 9pt;		
}
.RedLabel
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
	font-weight: bold;		
}
.BoldLabel
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;	
}
.ErrorMessage
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;	
}
/*

	Include/Header.asp styles
	==========================
*/
.LogoText
{
	font-family: Verdana;
	font-size: 8pt;
	color: White;	
}
.Header
{
	background-color: #0066cc;
}
.SimpleHeader
{
	border-bottom: #004eb5 2pt solid;
	background-color: #0066cc;
}

.SearchBar
{
	background-color: #e5e5e5;
	font-family: Verdana;
	font-size: 9pt;
	border-bottom: solid 2px gainsboro;
}

TABLE.Menu
{
	border: solid 1px #e5e5e5;
}
.MenuHeader
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: #e5e5e5;	
}
TABLE.Menu TD
{
	padding: 3 10 7 10;
}
/*

	Boxes styles
	==========================
*/
TABLE.Box
{
	border: #aaaaaa 1px solid;
}
TD.BoxTitle
{
	padding-right: 0px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 4px;
	color: black;
	padding-top: 4px;
	font-family: Verdana;
	background-color: moccasin;
}
TD.BoxSubTitle
{
	color: black;
	background-color: #e5e5e5;
}
TABLE.ProductBox
{
	border: solid 1px #e5e5e5;
}
.BestsellerBack
{
	background-color: #e5e5e5;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
.Divider
{
	background-image: url(../Images/divider.gif);
	background-repeat: repeat-x;
}
.FeaturedCaption
{
	padding: 0 10 0 10;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: #e5e5e5;
}
.FeaturedLine
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: solid 1px #e5e5e5;
}

/*

	Main styles
	==========================
*/
.PageHeader
{
	font-size: 16pt;
	color: #33cc33;
	font-family: verdana;
}
.PageBody
{
	padding: 0 10 0 20;
}
.CategoryName
{
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	padding: 5 10 5 0;
}
.CategoryDescription
{
	font-family: Verdana;
	font-size: 8pt;
	padding: 10 10 10 10;
	background-color: #eeeeee;
	/*border: solid 1px gainsboro;*/
}
TABLE.ProductsList
{
	margin: 5 10 5 0;
}
TR.ProductsHeader TD
{
	padding: 5 5 5 5;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #c9eeff; /* moccasin */
}
TR.ProductRow
{
	
}
TR.AltProductRow
{
	background-color: #eeeeee;
}
TR.ProductRow TD, TR.AltProductRow TD
{
	font-family: Verdana;
	font-size: 9pt;
	padding: 3 5 3 5;
}

/*

	ProductDetails.asp styles
	==========================
*/
TD.ProductName
{
	font-family: verdana;
	font-size: 16pt;
	font-weight: bold;
}
TD.ProductDescription
{
	font-family: Verdana;
	font-size: 10pt;
}
.Price
{
	font-weight: bold;
	color: Red;
}
/*

	Cart.asp styles
	==========================
*/
TABLE.Cart
{
	margin-left: 40;
}
TR.CartHeader TD
{
	padding: 5 5 5 5;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #dddddd;	
}
TR.CartFooter TD
{
	padding: 5 5 5 5;
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	background-color: #dddddd;	
}
TR.CartRow
{
	
}
TR.AltCartRow
{
	background-color: #eeeeee;
}
TR.CartRow TD, TR.AltCartRow TD
{
	font-family: Verdana;
	font-size: 9pt;
	padding: 4 5 3 5;
}
/*

	Checkout process styles
	==========================
*/
.SectionHeader
{
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	padding: 10 0 10 0;
}
.SubSectionHeader
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 5 0 5 0;
}

/*

	Include/Footer.asp styles
	==========================
*/
.blue
{
background: #002568;
color: #FFFFFF;
cursor=hand;
font-family: Verdana;
font-size:9pt;
font-weight= Regular;
border-top: 1px solid white; border-right: 1px solid white;
border-left: 1px solid white; border-bottom: 1px solid white;
}


