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

TD.cobhl{
background-color: #EBEBEB;
}

TD.cobll{
background-color: #FFF;
}
*/
/* 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: 0px;
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: 12px;
text-align: left;
color: #000;
}

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

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

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

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

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

P {
	font-size: 12px;
	font-family : Verdana;
}

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

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

HR {
	color : #3399CC;
}

div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

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

div.minicart{
margin:4px auto;
width:150px;
padding:0px;
}
div.minicartcnt{
	text-align:center;
	padding:2px;
	background-image: url(../images/barbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 13px;
}
div.product {
	background-image: url(../images/productbg.jpg);
	position: relative;
	width: 202px;
	background-repeat: no-repeat;
	padding-top: 112px;
}
.prodname {
	position: absolute;
	text-align: center;
	top: 130px;
	left: 15px;
	width: 180px;
}
.prodimage {
	position: absolute;
	top: 10px;
	left: 5px;
}
.prodprice {
	position: relative;
	text-align: left;
	top: 5px;
	font-size: 12px;
	margin-top: 2.5px;
	left: 27px;
}
div.product .buybutton {
	position: relative;
	top: -2px;
	left: 6px;
}
div.product input[type="text"] {
	background-image: url(../images/qty1bg.jpg);
	position: relative;
	border: 0px none #FFF;
	text-align: center;
}
	
	/*DETAILS*/
td .detailimage .prodimage {
	position: absolute;
	left: 36px;
	top: 32px;
}
.detail {
	position: relative;
}
.detailprice {
	padding-top: 6px;
	padding-bottom: 4px;
}
.detail table {
	position: absolute;
	width: 330px;
	padding-right: 67px;
	background-image: url(../images/detailbutton.jpg);
	background-repeat: no-repeat;
	background-position: 164px;
	height: 30px;
}
.detail .buybutton {
	position: relative;
	top: -5px;
	left: 62px;
}
.detail table input[type="text"] {
	text-align: center;
	border: 0px none #FFF;
	width: 35px;
	background-image: url(../images/detailqtybg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #7a0000;
}

	/*CART*/
.cobhl .prodimage {
	position: relative;
	height: 77px;
	width: 138px;
	margin-top: -33px;
	padding: 0px;
	left: -3px;
	top: 15px;
}
.border {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 5px double #7D0000;
}

/*table.cobtbl{
background-color: #B1B1B1;
}*/
td.cobjs{
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930;
}
td.cobhl{
	background-color: #fffde7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930;
}
td.cobll{
	background-color: #fffde7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930;
}

td.receiptbody{
	background-color:#f2d9b9;
}
td.receiptoption{
	background-color:#f2d9b9;
}
td.receipthr{
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #f2d9b9;
}
td.receipthl{
	background-color:#f2d9b9;
}
td.receiptheading{
	background-color:#7d0000;
	color: #FFFFFF;
	font-weight:bold;
}

.other{
	float: left;	
}