.product_container {
	padding: 6px;
	width:100%;
	clear:both;
	border-top:1px #515151 solid;
}

.product_container div:first-child {
	border-top:none;
}

.product_image {
	width:121px;
	float:left;
	height:80px;
	margin-top:14px;
	margin-right:10px;
}

.product_content {
	width:580px;float:right;
	min-height: 110px;
}

.product_content a:first-child {
	margin-top:3px;
	margin-bottom:0px;
	display: block;
}
.product_price {
	font-weight: bold;
	color:#5BC6B9;
	font-size: 16px;
	margin-bottom:12px;
}

.onsale {
	color: #ff0000;
}

.detail_container {
	width:706px;
	padding-right:0px;
	background:none;
	border:none;
	margin-bottom: 22px;
}

.detail_content {
	width:380px; margin-right: 12px;
	float:left;
}

.fp {
	width:180px;float:left;
	padding-right: 10px;
}

.fp ul{
	margin:0px;
	padding:0px;
	padding-left:20px;
}

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

.detail_image {
	width:302px;
	float:right;
}
.detail_image img {
	border:1px solid white;
}
.detail_thumbnail {
	width:71px; float:left; margin-left: 3px; margin-top: 6px;
}

.detail_thumbnail:first-child {
	margin-left: 0px;
}

.detail_thumbnail img {
	border:1px solid white;
}
