/* stili specifici del file */
.product_image
{
	position: absolute;
	left: 500px;
	top: 76px;
	padding: 0px;
}

div.buy_form
{
	height: 150px;
	width: 710px;
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.product_option
{
	left: 320px;
}

div.product_section
{
	font-size: 8pt;
	padding: 5px 10px 5px 10px;
	background: #fff;
	margin-bottom: 10px;
}

