/* DETTAGLIO */
div.cont_dettaglio_img {
	width: 298px;/*300*/
	float: left;
	text-align: left;
	padding: 0;
}

div.box_dettaglio_img {
	width: 300px;/*300*/
	height: 270px; /*272*/
	text-align: center;
	float: left;
	padding: 0;
	background: #FFF;
}

div.box_dettaglio_img a {
	width: 300px;
	height: 270px;
	border: 1px solid #b7b6a4;
	display: block;
}

div.box_dettaglio_img a:hover {
	width: 300px;
	height: 270px;
	border: 1px solid #89887b;
	display: block;
	}


div.cont_dettaglio_thumb {
	float: left;
	width: 42px;
	height: 39px;
 	padding: 5px 5px 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 #b7b6a4;
	display: block;
}

div.dettaglio_thumb a:hover {
	width: 40px;
	height: 37px;
	border: 1px solid #89887b;
	display: block;
}

div.box_dettaglio_testo {
	width: 300px;
	text-align: left;
	padding: 0 0 0 12px;
	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: 298px;
	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: #44a6da;
	font-weight: bold;
	padding: 0 0 0 4px;
}

.dettaglio_sconto, .dettaglio_sconto a {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	text-decoration:line-through;
	padding: 0 6px;
}

div.box_form_dettaglio {
	width: 298px;
	text-align: left;
	margin: 5px 0;
	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: 200px;
	height: 20px;
	float: left;
	}
	
label.dettaglio_label {
	width: 83px;
	display: block;
	height: 20px;
	margin: 5px 0;
	padding: 0 10px 0 0;
	text-align: left;
	float: left;
	color: #b69d35;
	font-size: 12px;
}


