.product_details {
	width:650px;
	margin:0px;
}

.product_shop_info {
	float:left;
	padding-left:10px;
	width:220px;
}
.product_shop_info .attribut{
     font-size:12px;
	 margin-left:20px;
	 padding-bottom:10px;
	 }

.product_shop_price {
	color: #7f0006;
	font-weight:bold;
	float:left;
	width:150px;
	padding-left:20px;

}
.product_shop_price span {
	color: #323232;
	font-size:14px;
	
}
.product_shop_price input {
	color: #7f0006;
	border:0;
	font-weight:bold;
	width:80px;
}
.text {
	width:600px;
}
.quantity{
padding-left:20px;
font-size:12px;
color:#3A3D3D;
}
.quantity input{
width:130px;
}
#related_product fieldset{
border:solid 0px red;
margin-bottom:20px;
}
#related_product legend{
font-size:14px;
font-weight:bold;
color:#1C7729;
}

.attribut LABEL {
	float: none !important;
}

