#showProduct h2 {
	height:62px;
	width:520px;
	background-color:#E61C25;
	color:#FFF;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3em;
	position:relative;	
	background-image:url(../statimages_n/listprod_h3_back.png);
	background-repeat:no-repeat;
}
#showProduct h2 span {
	display:block;
	color:#FFF;
	position:absolute;
	width:500px;
	left:10px;
	bottom:10px;
}


#showProduct h3 {
	font-weight:bold;
	color:#E61C25;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	margin:1em 0;
}
#showProduct h4 {
	font-weight:normal;
	font-style:italic;
	color:#000;
	font-size:1em;
	margin:0.6em 0 3px 0;
}
#showProduct h4 strong {
	font-weight:bold;
	font-style:regular;
	color:#000;
	font-size:1em;
}
#showProduct #locationBlock {
	margin:0 0 2em 1em;
}
#showProduct #locationBlock p {
	margin:0 0 1em 5px;
}





#showProduct .prodImage {
	border-radius:7px;
	margin:0 auto 5px auto;
}

#showProduct .desc p {margin:1em 0;}
#showProduct .desc p strong {font-weight:bold;color:#E61C25; font-family:"trebuchet ms",arial,helvetica,sans-serif;font-size:1.1em;}

#showProduct .listingPrices {margin:1em 0;font-weight:bold; font-family:"trebuchet ms",arial,helvetica,sans-serif;font-size:1.1em;}
#showProduct .listingPrices .priceLabel {color:#E61C25;text-transform:uppercase;}

#addBox {
	background-color:#F0F0F0;
	border:1px solid #ABABAB;
	border-radius: 8px;
	padding:10px;
}

#addBox td {padding:3px;}
#addBox td label {font-weight:bold;}
#addBox td input.opt2field, #addBox td input.qtyField, #addBox td input.fade {
	background-color:#FFF;
	border: 1px solid #8F8F8F;
	border-radius:7px;
	height:24px;
	line-height:24px;
	padding:0 10px;
}
#addBox td input.qtyField     {width:25px;}
#addBox td input.opt2field	{width:300px;color:#000000;}
#addBox td input.fade 		{width:300px;color:#A6A9C7;font-size:0.85em;}

#addBox .buttonBlock {
	text-align:right;
}
#addBox .buttonBlock input {
	display:inline;
	border-bottom:5px solid #F0F0F0;
}
#addBox .buttonBlock img {
	display:inline;
	border-bottom:5px solid #F0F0F0;
}

#likeBox {
	margin:5px 0 10px 10px;
	border:none;
	overflow:hidden;
	width:90px;
	height:21px;
	float:right;
}

#relatedProducts {
	padding:50px 0 10px 0;
}
#relatedProducts h2 {
	height:62px;
	width:520px;
	background-color:#E61C25;
	color:#FFF;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3em;
	position:relative;	
	background-image:url(../statimages_n/listprod_h3_back.png);
	background-repeat:no-repeat;
}
#relatedProducts h2 span {
	display:block;
	color:#FFF;
	position:absolute;
	width:500px;
	left:10px;
	bottom:10px;
}

#accImages {
	text-align:center;
	margin:0;
}
#accImages a {
	display:inline;
	width:120px;
	border:10px solid #FFF;
}
#accImages img {
	display:inline;
	width:120px;
	border-radius:5px;
}

