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


.strike {
	
	text-decoration:line-through;
	
}

.productscontent {
	
	clear:both;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size:12px;
	text-align:left;
	border-top:dotted;
	border-top-width:0.5px;
	border-color:#666;

}

.productsimagecontainer {
	
	float:left;
	width:220px;
	height:100%;
	
}

.productsdetailscontainer {
	
	float:right;
	width:410px;
	font-size:12px;
	
}

.prodspecs {
	
	float:right;
	width:380px;
	font-size:12px;
	background:#EBEBEB;
	padding-left:15px;
	padding-right:15px;
	
}

.prodspecsbot {
	
	clear:both;
	width: 410px;
	height: 7px;
	background:url(http://samplecraze.com/images/prodspecbot.png) no-repeat;
	
}

.prodspecstop {
	
	width: 410px;
	height: 7px;
	background:url(http://samplecraze.com/images/prodspectop.png) no-repeat;
	
}

