/* STORE TABLE BACKGROUNDS
-------------------------------------*/
table.cobtbl{
background-color: #6D9A50;
}

td.cobhl{
background-color: #EBEBE3;
}

td.cobll{
background-color: #FFF;
color : #333;
}

/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice, .detailprice, .prodname, .detailname {
color: #60596A;
font-size: 18px;
font-weight : bold;
}
.discountsapply{
color: #84210F;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 11px;
font-weight : normal;
}
/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #333;
font-size: 13px;
font-weight : bold;
background-color:#ccc;
border-bottom:1px solid #000;
padding:4px;
}
.reviewheader{
color: #333;
font-size: 12px;
font-weight : bold;
}
.reviewcomments{
color: #333;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
.reviewname{
color: #666;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #333;
 line-height:1.6;
}

body {
margin: 8px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;
}

table {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #000;
}

#menu {
	width: 171px;
 }

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
	display: block;
	padding: 2px;
	width: 165px;
	background-color: #6D9A50;
	border: 1px solid #FFF;
}

#menu a:link, #menuitems a:visited
{
color: #FFF;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
background-color: #006D15;
color: #FFF;
font-weight:bold;
}

A:link {
	color: #006600;
	text-decoration: none;
	}

A:visited {
	color: #006600;
	text-decoration: none;
	}

A:active {
	color: #006600;
	text-decoration: none;
	}

A:hover {
	color: #333333;
	text-decoration: none;
	}

TD {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

P {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

TD.news {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

P.news {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

HR {
	height: 2px;
	color: #669966;
}

.leftbg {
background-image: url(images/leftbg.gif);
}

.rightbg {
background-image: url(images/rightbg.gif);
}

div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

.prodname, .detailname{
font-weight: bold;
}

// Mini login
div.minimailsignup{
border:dotted 1px #e69d01;
background:#fdedc9;
margin:4px auto;
width:180px;
padding:4px;
}
label.minimailsignup{
display:block;
font-weight:bold;
width:70px;
padding-top:2px;
float:left;
}
input.minimailsignup{
font-size:12px;
padding:2px 2px;
border:solid 1px #999;
width:100px;
margin:2px;
}
input.minimailsubmit{
margin:6px;
}

//Mutiline mini cart
div.minicart{
border:dotted 1px #e69d01;
background:#fdedc9;
margin:4px auto;
width:180px;
padding:4px;
}
div.minicartcnt{
text-align:center;
padding:2px;
font: normal 12px Arial, sans-serif;
border:1px solid #fff;
background-color: #fdedc9;
}
span.minicartdsc{
	text-align:center;
	font: normal 12px Arial, sans-serif;
	color:#ff6600;
}
TD.mincart {
font-size: 10px;
font-family : Verdana;
}

P.mincart {
font-size: 10px;
font-family : Verdana;
}
