/* CSS Document */

/* Prodotto */
table#prodotto {
	width: 563px;
	margin-top: 34px; margin-bottom: 19px;
}
table#prodotto td.foto_prodotto {
	width: 236px;
	font-size: 10px; font-weight: bold;
}
table#prodotto td.dati_prodotto {
	width: 306px;
	font-size: 11px;
	padding-left: 20px;
}
table#prodotto td.dati_prodotto p {
	width: 286px;
}
table#prezzo_prodotto {
	margin-top: 9px;
}
table#prezzo_prodotto td {
	width: 160px; height: 63px;
	font-size: 30px; font-weight: bold; color: #ff0019;
	line-height: 25px;
	padding-left: 15px;
	background: url(../img/sfondi/sfondo_prezzo.png) 0 0 no-repeat;
}
table#specifiche{
	font-size: 11px;
	margin-top: 3px;
}
table#specifiche td {
  padding-top: 4px; padding-bottom: 4px;
}
table#specifiche td.sezione {
	font-weight: bold; color: #ff0019;
	text-transform: uppercase;
	padding-left: 18px;
	border-left: solid 1px #fff; border-top: solid 1px #fff; border-right: solid 1px #fff; border-bottom: solid 1px #abbac2;
}
table#specifiche td.nome_specifica {
	width: 143px;
	color: #6f828c;
	padding-left: 18px;
	border-left: solid 1px #abbac2; border-bottom: solid 1px #abbac2;
}
table#specifiche td.dato_specifica {
	width: 400px;
	border-right: solid 1px #abbac2; border-bottom: solid 1px #abbac2;
}

/* Recensioni - lettura */
table.recensioni {
	font-size: 11px;
	margin-top: 5px;
}
table.recensioni td {
	width: 527px;
  padding-top: 4px; padding-bottom: 4px; padding-left: 17px; padding-right: 17px;
	border-left: solid 1px #abbac2; border-right: solid 1px #abbac2;
}
table.recensioni td.autore_recensione {
	border-top: solid 1px #abbac2; border-bottom: solid 1px #abbac2;
}
table.recensioni td.voto_recensione {
	border-bottom: solid 1px #abbac2;
}
table.recensioni td.voto_recensione img {
	vertical-align: -20%;
}
table.recensioni td.testo_recensione {
	color: #6f828c;
 	border-bottom: solid 1px #abbac2;
}

/* Recensioni - invio */
table#invia_recensione {
	width: 527px;
	margin-bottom: 9px;
}
table#invia_recensione td {
	border: none;
	padding: 0px;
}
textarea.recensione {
	width: 519px; height: 136px;
	margin-top: 3px; margin-bottom: 7px;
}

/* Zoom */
div#schermo {
	position: absolute;
	top: 0px; left: 0px;
	width: 958px; height: 1px;
  filter: alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
  background: #132866;
  display: none;
}
img#zoom {
	position: absolute;
	top: 234px; left: 198px;
	border-top: solid 20px #fff; border-bottom: solid 20px #fff;
  visibility: hidden;
}
img#chiudi_zoom {
	position: absolute;
	top: 234px; left: 198px;
  visibility: hidden;
}

