/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice, .detailprice, .prodname, .detailname {
color: #ffffff;
font-size: 14px;
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: white;
font-size: 12px;
font-weight : bold;
}
.reviewcomments{
color: white;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
.reviewname{
color: white;
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: 0;
padding: 0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: white;
text-align: left;
}
table {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
color: white;
}

A:link {
	color: white;
	text-decoration: none;
}

A:visited {
	color: white;
	text-decoration: none;
}

A:active {
	color: white;
	text-decoration: none;
}

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

TD {
	font-size: 10px;
	font-family : Verdana;
}

P {
	font-size: 10px;
	font-family : Verdana;
	color : white;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : white;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : black;
}

HR {
	color : #3399CC;
}

div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

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

TD.mincart { color: white; font-size: 10px; font-family : Verdana; }

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

.receiptoption{background-color:#FFEDB7;}
.receipthr{height: 0;border-width: 1px 0 0 0;border-style: solid;border-color: #F89961;}
.receipthl{background-color:#9FB5FF;}
.receiptheading{background-color:#F89961;color: #FFFFFF;font-weight:bold; }

