.product_container {
	width:363px;float:left;
	padding: 6px;
	margin: 2px;
	border: 1px solid #ccc;
	background-color:#fff; 
}

#product_thumbnails {
	width:240px;
	border: 1px solid #ccc;
}

.product_image {
	width:129px; height:130px;float:left;
	vertical-align:middle;
}

.product_content {
	width:225px;float:left;
	padding-right: 9px;
	font-size: 11px;

}

.product_content a {
	font-weight:bold;
	font-size: 12px;
}

.product_price {
	font-weight:bold;
	font-size: 12px;
}

.onsale {
	color: #ff0000;
}

.detail_container {
	width:740px;
	border: none;
}

.detail_content {
	width:470px; margin-right: 9px;
}

.detail_title {
	margin-top: 0px; padding-top: 0px;
}
.detail_image {
	width:250px;
}

.detail_thumbnail {
	width:70px; float:left; margin: 2px; 
}

.paging li{
	display: inline;
	padding:2px;
}
.cimage {
margin: 0 auto;
/* using top/bottom margins here triggers collapsing margins in Moz hence using padding on the outer box instead */
padding: 0; 
	}
	
	#detail_image {	 }
