  body {
    scrollbar-face-color: #ffffee;
    scrollbar-shadow-color: <%=cHeader%>;
    scrollbar-highlight-color: <%=cHeader%>;
    scrollbar-3dlight-color: #ffffFF;
    scrollbar-darkshadow-color: #ffffee;
    scrollbar-track-color:#ffffee;
    scrollbar-arrow-color: #008000;
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;

   }
.headerbold{font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color:<%=cHeader%>}
.showvalue {font-family: Verdana,Sans-Serif; font-size:11px;  color:<%=cHeader%>;}
.mainHeading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px;  color:<%=CMain%>;}
.mainHeadingsmall {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;  color:<%=CMain%>;}
.br { text-indent: 5em }
.head_label{font-family:verdana,arial,helvetica; font-size:15px; color:<%=cHeader%>;}
.head_label1{font-family:verdana,arial,helvetica; font-size:16px; color:<%=cHeader%>;}
.normal_label{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:<%=cHeader%>;}
.search1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#cc0033; text-decoration: none}

.footer1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color=<%=cMain%>}
.footer2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color=<%=cHeader%> }
.footer3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color=<%=cHeader%> }
H1, H2, H3
		{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;text-decoration: none;display: inline;padding:0;margin:0;
		} 
.header	{
	color: #660000; /* same as h2 & h3 except for margin */
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 15px
	}

.smallprint	{
	color: #000000;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px
	}

redlink	{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px
	}

A.front:link	{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px
	/*border-bottom: 1px dotted grey;*/

	}

A.front:hover	{
	color: #FF0000;
	/*text-decoration: underline;*/
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px
	}

a:visited {
	color: grey;
	text-decoration: none;
	/*border-bottom: 1px dotted blue; */
}

.topdotted {
    color: black;
    margin-top: 1em;
    padding-top: 1em;
    font-family: verdana,arial,helvetica,sans-serif; 
    font-size:12px;
    /*border-top: thin dotted*/ }

/* -------------------- */
/* CSS FOR CART BUTTONS	STARTS HERE			*/
/* -------------------- */    

a.button {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size:10px;
	background:url(/images/css_images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}

a.buttonCheckout {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size:14px;
	background:url(/images/css_images/buttonCheckout.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
	
a:hover.button{
	color:#0066CC;
}

a:hover.buttonCheckout{
	color:#eeeeee;
}


/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(/images/css_images/add.gif) no-repeat 10px 8px;
		text-indent:45px;
		display:block;
	}
	
	.remove{
		background:url(/images/css_images/remove.gif) no-repeat 10px 8px;
		text-indent:45px;
		display:block;
	}
	
	.update{
		background:url(/images/css_images/update.gif) no-repeat 10px 8px;
		text-indent:45px;
		display:block;
	}
	
	.shipping{
		background:url(/images/css_images/shipping.gif) no-repeat 10px 8px;
		text-indent:45px;
		display:block;
	}
	
	.checkout{
		background:url(/images/css_images/checkout.gif) no-repeat 10px 8px;
		text-indent:45px;
		display:block;
	}
	
	.coupon{
		background:url(/images/css_images/coupon.gif) no-repeat 10px 8px;
		text-indent:45px;
		display:block;
	}


/* -------------------- */
/* CSS FOR BUTTONS ENDS HERE			*/
/* -------------------- */
