BODY
{
	font-family: Arial,Verdana,Tahoma,Helvetica;
	background-color: #CCCCCC;
	color: #000066;
}

.style4 {font-family: Arial, Helvetica, sans-serif}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #333333; }
.style18 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
}
.style22 {
	color: #282828;
	font-size: 18px;
}
.style25 {
	font-size: 12px;
	color: #0000FF;
}

.style27 {
	font-size: 10px;
	color: #CCCC00;
}
.style28 {color: #282828; font-size: 18px; font-family: Arial, Helvetica, sans-serif; }
.style29 {color: #333333}
.style30 {font-size: 18px}


h1,h2,h3,h4,h5 {color: navy;}

form {margin-bottom:0; }

A { text-decoration:underline; color:#000033; font-weight:bold;}
A:hover {text-decoration:underline; color:#666666; font-weight:bold;}

.ProductTitle { color:navy; font-size:16px; font-weight:bold;}
.ProductTitle:Hover { color:red; font-size:16px; font-weight:bold;}
.ProductPrice { font-size:14px; color:green; font-weight:bold; }
.ProductSpecialText { color:blue; }

.infolink { color:blue; }
.infolink:Hover { color:blue; }

.infotext { color:blue;}
.infotext:Hover { color:black;}
.alerttext { color:red;}

.numberresults 	{ margin:5px; font-size:16px; color:navy; font-weight:bold;}

.MenuLink { text-decoration:none; color:navy; font-size:12px; font-weight:bold; }
.MenuLink:Hover { text-decoration:none; color:red; font-size:12px; font-weight:bold; }

.navbar { COLOR:#000000; TEXT-DECORATION:none }
.navbar:hover { COLOR: #333333; TEXT-DECORATION: underline }

.topbar { COLOR:#FFFFFF; TEXT-DECORATION:none}
.topbar:hover { COLOR: #999999; TEXT-DECORATION: underline }

.minicartlink { COLOR:navy; TEXT-DECORATION:none }
.minicartlink:hover { COLOR: red; TEXT-DECORATION: underline }

.breadcrumbs { COLOR:navy; TEXT-DECORATION:underline }
.breadcrumbs:hover { COLOR: red; TEXT-DECORATION: underline; background-color:#eaeaea; }

TABLE { font-size:12px; color: #000000;}

table.full-height { height:100%; }

.CategoryTitle { color:navy; font-size:16px; font-weight:bold; }

.MiniCartTitle { font-size:11px; font-weight:bold; color:navy; }
.MiniCartText { font-size:11px; color:navy; font-weight:bold; }

.headercell { background-color: #dddddd; color: #000000; font-weight:bold; }
.tablecell { background-color: #eaeaea; color: #000000;}
.totalcell { background-color: #ccff99; color: #000000;}

.miniCartheadercell { background-color: #cccccc; color: #000000; font-weight:bold; }

.alertcell {background-color: white; }
.alertcellborder {background-color: red; }

.altcell1 { background-color: #cccccc; color: #000000;}
.altcell2 { background-color: #eaeaea; color: #000000;}


/* depress effect on click */
.dropmenu a:active, .dropmenu a:focus 
{
   border-bottom:#000000 solid 2px;
    border-left:#000000 solid 2px;
    border-right:#000000 solid 2px;
    border-top:#000000 solid 2px;
    letter-spacing: 1px;
	display: block;
	width:155;
	height:25;
	font-size:13px;
	color:white;
	background-color:black;
	background-image:url('/images/btn_bg.gif');
}

/* create a button look for links */
.dropmenu a:link, .dropmenu a:visited{
   border-bottom:#000000 solid 2px;
    border-left:#000000 solid 2px;
    border-right:#000000 solid 2px;
    border-top:#000000 solid 2px;
    font-size:13px;
    letter-spacing: .5pt;
    padding:1px;
    text-decoration:none;
	display: block;
	width:155;
	height:25;
    color:white;
	background-color:black;
	background-image:url('/images/btn_bg.gif');

}

/* create a button hover look for links */
.dropmenu a:hover{ color:#fff; text-decoration:none;
	border-bottom:#000000 solid 2px;
    border-left:#ccc solid 2px;
    border-right:#000000 solid 2px;
    border-top:#ccc solid 2px;
    font-size:13px;
	color:yellow;
	background-color:black;
	background-image:url('/images/btn_bg.gif');

}
