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

.image_product {
	margin-bottom:10px;	
	text-align:center;
	
}

.image_product img {
	border: 1px #CCC solid;
}

.div_info {
	background-image:url(/resources/default/img/bg_name_products.gif);
	height:31px;
}

.name_product {
	margin-top:5px;
	margin-left:20px;
	font-weight:bold;
	float:left;
	width: 40%;
	font-size:16px;
}

.price_product {
	margin-top:5px;
	float:left;
	width: 23%;
	font-size:16px;
	font-weight:bold;
}

.img_add_cart {
	float:right;
}

.buy_button {
	background-image:url(/resources/default/img/bg_name_products2.gif);
	padding-top:5px;
	padding-left:10px;
	float:right;
	font-size:16px;
	font-weight:bold;
	height:26px;
	width:80px;
	text-align:center;
}

.buy_button a {
	color:#FFF;
}

.buy_button a:hover {
	color:#FFF;
	text-decoration:underline;
}

.product_description {
	margin: 10px 5px 20px 5px;
}

.div_related_products {
	margin:10px;
	margin-top:20px;
}

