@charset "UTF-8";
/* CSS Document */

/* ...for the price */

span.price, .detailprice, .prodprice {
	color: #F00;
	padding-top: 4px;
	font-weight:bold;
	text-align: center;
	font-size: 12px;
}




/* ...for the alternative currency */

div.prodcurrency {
font-size: 10px;
font-family : tahoma,verdana,arial;
color: #666;
text-align: center;
width: 100%;
}

/* ...to top align the product picture */

.prodimage {
	vertical-align : top;
	padding: 4px;
}

td.product {
	border: 1px solid #474747;
	background-color: #FFF;
}

/* Line between products */

HR {
	height: 0;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/* Top Prod Nave */

td.prodnavigation {
font-size: 10px;
font-family : tahoma,verdana,arial;
color : #A0A0A0;
}

P.prodnavigation {
font-size: 10px;
font-family : tahoma,verdana,arial;
color : #A0A0A0;
}

/*  The properties of the product name on the product page */
div.prodname {
	color: #878F93;
	font-size: 14px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/* SKU Display*/
div.prodsku {
	color: #333;
	font-size: 10px;
}

/* Style Buy Button */

.buybutton{
vertical-align:bottom;
}

/*Review Text of rating */

div.prodrating {
	color: #566268;
	font-size: 10px;
}

/*ratings image properties */

img.prodrating {
	padding-top: 1px;
}

/* Store Links */
A.ectlink:link {
	color: #566268;
	text-decoration: none;
}

A.ectlink:visited {
color: #566268;
text-decoration: none;
}

A.ectlink:active {
color: #566268;
text-decoration: none;
}

A.ectlink:hover {
	color: #F00;
	text-decoration: none;
}
/* Review Format */

.review {
color: #000;
font-weight: bold;
}

.showallreview, .reviewcomments {
color: #000;
font-weight: normal;
}

.reviewname {
color: #999;
font-weight: bold;
}

hr.review {
width: 100%;
text-align:left;
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #006AC8;
}

SPAN.prodoption {
	font-size: 11px;
	font-family : tahoma,verdana,arial;
	color : #333;
}

SPAN.detailoption {
	font-size: 11px;
	font-family : tahoma,verdana,arial;
	color : #333;
}
SPAN.multioption {
	font-size: 11px;
	font-family : tahoma,verdana,arial;
	color : #333;
}
SELECT.prodoption {
	font-size: 11px;
	font-family : tahoma,verdana,arial;
	color : #666;
}
div.prodoptions{
	font-size: 11px;
	font-family : tahoma,verdana,arial;
	color : #333;
}
div.proddescription{
	font-size: 11px;
	font-family : tahoma,verdana,arial;
	color : #000;
}

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

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

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