
/* Main body style definition  */
BODY  {
	font-family : Verdana;
	font-size : 8pt;
}

/* Used if no thick and thin line images defined  */
HR.thickline {
	color : #FF0000;
	size : 4;
}

HR.thinline {
	color : #FF0000;
	size : 2;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Verdana;
	font-size : 9pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for main page titles, if no image defined */
.title {
	font-family : Verdana;
	font-size : 12pt;
	color : #FF0000;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Verdana;
	font-size : 12pt;
	color : #FF0000;
	font-weight: bold;
}

/* Style for text that appears at the top of some special pages like specials, and search engine */
.toptext {
	font-family : Verdana;
	font-size : 11pt;
	color : Red;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Verdana;
	font-size : 9pt;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Verdana;
	font-size : 9pt;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Verdana;
	font-size : 8pt;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Verdana;
	font-size : 8pt;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : Verdana;
	font-size : 8pt;
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Verdana;
	font-size : 8pt;
}

/* Style for border around image on moreinfo page */
.moreimg {
	text-align : center;
	padding : 15px;
	padding-bottom: 0px;
	width: 30%;
}

/* Style for orderbox text */
.ordertext {
	font-family : Verdana;
	font-size : 8pt;
}

/* Style for form headers */
.formheader {
	font-family : Verdana;
	font-size : 9pt;
	font-color : white;
}

/* Style for form text */
.formtext {
	font-family : Verdana;
	font-size : 11pt;
}

/* Style for larger form text */
.largerformtext {
	font-family : Verdana;
	font-size : 13pt;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Verdana;
	font-size : 10pt;
}

/* Style for form error messages */
.formerror {
	font-family : Verdana;
	font-size : 14pt;
	font-color : red;
}

/* Add any additional styles you wish to use for your store here  */

/* Used for the default header */
A.header {
	font-family : Verdana;
	font-size : 10pt;
	color: #FF0000;
	font-weight: bold;	
	}
	
/* Used for the default footer */
A.footer {
	font-family : Verdana;
	font-size : 10pt;
	color: #FF0000;
	font-weight: bold;	
	}

.merchant {
	font-family : Verdana;
	font-size : 10pt;
}
.prodname {
	font-family : Verdana;
	font-size : 9pt;
}
div.proddescription {font-family: Verdana, Helvetica, sans-serif;
font-size:10px;
}
SELECT.prodoption {
font-size: 10px;
font-family : Verdana;
color : #000000;
}
SPAN.prodoption {
font-size: 11px;
font-family : Verdana;
color : #000000;
}

SPAN.detailoption {
font-size: 11px;
font-family : Verdana;
color : #000000;
}
div.detaildescription {font-family: Verdana, Helvetica, sans-serif;
font-size:10px;
}
div.detailname {
	font-family : Verdana;
	font-size : 9pt;
}
div.detailprice {
	font-family : Verdana;
	font-size : 8pt;
}
/* Style for category names, if no image defined   */
.catname {
	font-family : Verdana;
	font-size : 9pt;
}
/* Style for Product price, if turned on */
.prodprice {
	font-family : Verdana;
	font-size : 8pt;
}
A.ectlink:link {
color: #333;
text-decoration: none;
font-size: 11px;
}

A.ectlink:visited {
color: #333;
text-decoration: none;
font-size: 11px;
}

A.ectlink:active {
color: #333;
text-decoration: none;
font-size: 11px;
}

A.ectlink:hover {
color: #8D2800;
text-decoration: none;
font-size: 11px;

}

P.pagenums {
font-size: 10px;
font-family : Verdana;
}

SPAN.currpage {
color: #FF0000;
font-weight: bold;
}
TABLE.cobtbl{
background-color: #FF0000;
font-size: 11px;
font-family : Verdana;
} 

TD.cobhl{
background-color: #ff9900;
font-size: 11px;
font-family : Verdana;
}

TD.cobll{
background-color: #FFF7B8;
color : #666666;
font-size: 11px;
font-family : Verdana;
}


