@charset "utf-8";
#product-image {
	float: left;
	padding-right: 10px;
}
#product-information {

}
#product-abstract {
	font-size: 13px;
	clear: both;
	padding-top: 10px;
}
#product-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
#product-trainer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
}
#product-label {
	color: #666666;
	float: left;
	margin-right: 5px;
}
#product-price-show {
	font-size: 14px;
	font-weight: bold;
	color: #3D7051;
	float: left;
}
#product-container {
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product-price-discount a {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
#product-price-discount {
	float: left;
	margin-left: 15px;
}
#product-price-discount a:hover {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#product-data {
	float: left;
	margin-right: 10px;
	color: #333333;
}
#product-buy {
	height: 40px;
	margin-top: 25px;
}
