/* STORE TABLE BACKGROUNDS
-------------------------------------*/
/* SEARCH PAGE TABLE SETTINGS
-------------------------------------*/

TABLE.cobtbl{
	background-color: #999;
}

TD.cobhl{
	background-color: #9CF;
}

TD.cobll{
	background-color: #DEF;
	color : #666666;
}


/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice, .detailprice, .prodname, .detailname {
color: #006699;
font-size: 12px;
font-weight : normal;
}
.discountsapply{
color: #84210F;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 12px;
font-weight : normal;
}
/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #333;
font-size: 12px;
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: Verdana, helvetica, sans-serif;
 font-size: 12px;
 color: #FFF;
 line-height:1.6;
}

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

A:link {
	font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
	color: #3366FF;
	text-decoration: none;
}

A:visited {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #3366FF;
    text-decoration: none;
}

A:active {
   	font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
	color: #3366FF;
    text-decoration: none;
}

A:hover {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
	color: #FF9966;
    text-decoration: none;
}

TD {
	font-size: 12px;
	font-family: Verdana, helvetica, sans-serif;
}

P {
	font-size: 12px;
	font-family: Verdana, helvetica, sans-serif;
}

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

P.smaller {
	font-size: 12px;
	font-family: Verdana, helvetica, sans-serif;
	color : #000000;
}

HR {
	color : #3399CC;
}

div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

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



/* THANKS PAGE TABLE SETTINGS
-------------------------------------*/

td.receiptoption{
	background-color:#fff;
}

td.receipthr{
	font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #F89961;
}

td.receipthl{
	font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
	background-color:#def;
}

td.receiptheading{
	font-family: Verdana, helvetica, sans-serif;
    font-size: 12px;
	background-color:#006699;
	color: #FFFFFF;
	font-weight:bold;
}

/* top product Navigation >> SETTINGS
-------------------------------------*/
td.prodnavigation {
font-size: 14px;
font-family : Verdana;
color : #006699;
}

P.prodnavigation {
font-size: 14px;
font-family : Verdana;
color : #006699;
}
