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

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

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: #f40235;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts {
color: #028020;
font-size: 12px;
font-weight : bold;
}

div.listprice {
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
font-weight : bold;
}

/* 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: 14px;
font-weight : bold;
}
.reviewcomments{
color: #333;
font-size: 14px;
font-weight : normal;
line-height:1.6;
}
.reviewname{
color: #666;
font-size: 14px;
font-weight : normal;
line-height:1.6;
}
hr.review {
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #006600;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #333;
 line-height:1.6;
}
/* MAIN SETTINGS
-------------------------------------*/
body {
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
background: #0E3900;
text-align: left;
}

table.main {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
width:960px;
border-left: 1px solid #D2D2CA;
border-right: 1px solid #D2D2CA;
border-bottom: 1px solid #D2D2CA;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
color: #000;
background: #FFF;
}

.topbg {
background-image: url(images/topbg.gif);
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
height: 26px;
width: 100%;
}

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

.rightbg {
background-image: url(images/rightbg.gif);
}
/* LEFT MENU
-------------------------------------*/
ul.ectmenu1 {
list-style: none;
font-size:14px;
padding:2px;
background-color: #fff;

}
li.ectmenu1 {
border-bottom: 1px dotted #000;
padding:2px;
background-color:#fff;
}
li.ectmenuhassub1 a{
display:block;
padding:2px;
}
li.ectmenuhassub1 a:hover{
display:block;
padding:2px;
background-color:#fff;
color: #000;
text-decoration: none;
border: 1px dotted #000;
}
li.ectmenu1 a{
display:block;
padding:2px;
border-bottom: 1px dotted #000;
}
li.ectmenu1 a:hover{
background-color: #FF6600;
color: #fff;
text-decoration: none;
padding:2px;
}
/* LINK PROPERTIES
-------------------------------------*/
A:link {
	color: #C66313;
	text-decoration: none;
}

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

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

A:hover {
	color: #2B642B;
	text-decoration: underline;
}

A.dark:link {
	color: #666;
	text-decoration: none;
}

A.dark:visited {
	color: #666;
	text-decoration: none;
}

A.dark:active {
	color: #666;
	text-decoration: none;
}

A.dark:hover {
	color: #fff;
	text-decoration: none;
}
/* CELL PROPERTIES
-------------------------------------*/
TD {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

P {
	font-size: medium;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

P.smaller {
	font-size: small;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

P.tagline {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

TD.dark {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

P.dark {
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
}

TD.smaller {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

P.smaller {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
}
/* HORIZONTAL RULE
-------------------------------------*/

HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #D2D2CA;
}

/* Mini search */
input.search{
height: 15px;
background-color: #fff;
border: solid #c66300;
border-width: 1px;
font-family: tahoma;
color: rgb(0,0,0);
font-size: 11px;
padding-left:4px;
}
input.search1{
vertical-align: bottom;
}

.searchfield{
white-space:nowrap;
}
/* Minicart */
div.minimailsignup{
border:dotted 1px #c66300;
background:#EAFFED;
margin:4px auto;
width:126px;
padding:4px;
}
label.minimailsignup{
display:block;
font-weight:bold;
width:70px;
padding-top:2px;

}
input.minimailsignup{
font-size:12px;
padding:2px 2px;
border:solid 1px #999;
width:100px;
margin:2px;
}
input.minimailsubmit{
margin:6px;
}

div.minicart{
border:dotted 1px #c66300;
background:#EAFFED;
margin:4px auto;
width:126px;
padding:4px;
}
div.minicartcnt{
text-align:center;
padding:2px;
font: normal 12px Arial, sans-serif;
border:1px solid #fff;
background-color: #EAFFED;
}
span.minicartdsc{
text-align:center;
font: normal 12px Arial, sans-serif;
color:#ff6600;
}
/* Titles */
h1 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	color: #000000;
	text-align:left;
}

h2 {
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #333;
	margin-left: 14px;
	margin-right: 4px;
	text-align:left;
}