/*CSS BY EPIDEMIA LAB WEB & GRAPHICS WWW.EPIDEMIALAB.IT*/
/* web design, develop by epidemia lab*/

div.box_dettaglio {
	width: 552px;/*568*/
	float: left;
	padding: 0 14px 5px 0;
	text-align: justify;
	line-height: 18px;
}


div.cont_dettaglio_img {
	width: 270px;/*300*/
	float: left;
	text-align: left;
	padding: 0;
}

div.box_dettaglio_img {
	width: 270px;/*300*/
	height: 270px; /*272*/
	text-align: center;
	float: left;
	padding: 0;
	background: #FFF;
}

div.box_dettaglio_img a {
	width: 270px;
	height: 270px;
	border: 1px solid #c7c7c7;
	display: block;
}

div.box_dettaglio_img a:hover {
	width: 270px;
	height: 270px;
	border: 1px solid #afafaf;
	display: block;
	}


div.cont_dettaglio_thumb {
	float: left;
	width: 42px;
	height: 39px;
 	padding: 5px 4px 5px 0;
}

div.dettaglio_thumb {
	width: 40px;
	height: 37px;
	text-align: center;
	margin: 0;
	background: #FFF;
	float: left;
}

div.dettaglio_thumb a {
	width: 40px;
	height: 37px;
	border: 1px solid #c7c7c7;
	display: block;
}

div.dettaglio_thumb a:hover {
	width: 40px;
	height: 37px;
	border: 1px solid #afafaf;
	display: block;
}

div.box_dettaglio_testo {
	width: 267px; /*282*/
	text-align: left;
	padding: 0 0 0 13px;
	margin: 0;
	font-size: 10px;
	float: left;
}

div.box_dettaglio_testo a { color: #959486}
div.box_dettaglio_testo a:hover { color: #66655c}

div.box_prezzo_dettaglio {
	width: 265px;
	border-top: 1px dotted #b2b1a1;
	border-bottom: 1px dotted #b2b1a1;
	text-align: center;
	float: left;
	margin: 15px 0;
	padding: 10px 0;
	}

.dettaglio_euro, .dettaglio_euro a {
	font-size: 20px;
	color: #627aac;
	font-weight: bold;
	padding: 0 0 0 4px;
}

.dettaglio_sconto, .dettaglio_sconto a {
	font-size: 15px;
	color: #d20a1c;
	font-weight: bold;
	text-decoration:line-through;
	padding: 0 6px;
}

div.box_form_dettaglio {
	width: 265px;
	text-align: left;
	margin: 10px 0 5px 0;
	float: left;
	}
	
div.box_bottone_dettaglio {
	width: 210px; /*265*/
	text-align: center;
	margin: 5px 0 0 55px;
	float: left;
	}
	
div.btn_aggiungi_carrello_dettaglio {
	width: 204px;
	height: 22px;
	background: url(../img/btn_aggiungi_carrello.png) no-repeat center top;
	margin: 0 0 0 45px;
	padding: 0;
}	

div.btn_aggiungi_carrello_dettaglio a {
	width: 204px;
	height: 22px;
	background: url(../img/btn_aggiungi_carrello.png) no-repeat center top;
	display: block;
	cursor: pointer;
	}

div.btn_aggiungi_carrello_dettaglio a:hover { background-position: center bottom}

div.btn_aggiungi_carrello_dettaglio span { display:none}
	
select.dettaglio {
	margin: 5px 0;
	width: 150px;
	height: 20px;
	float: left;
	color: #999999;
	font-size: 11px;
	}

label.dettaglio_label {
	width: 80px;
/*	display: block;*/
	height: 20px;
	margin: 5px 0;
	padding: 0 10px 0 0;
	text-align: left;
	float: left;
	color: #999999;
	font-size: 12px;
}

#reciver_dettaglio{
	float: left;	
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
