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

#productMainImage {
	float: left;
	text-align: center;
	width: 220px;
	padding: 0 15px 15px 0;
}
#productMainImage img {
	width:180px;
}
#productName {
	font-size: 1.6em;
	color:#333333;
	text-transform: uppercase;
	margin: 0em;
}
#productPrices {
	font-size: 1.4em;
	text-align: right;
	margin: 2em 0 1em 0;
	color:#CC0000;
}
#boxNotification {
	border: dashed 1px #666;
	background: #F7F7F7;
	padding: 10px;
	margin: 10px 0;
}
#boxNotification img {
	vertical-align: -2px;
}
/*
	mostro l'input quantità e il pulsante nel carrello sulla stessa linea
*/
.cartBox {
	padding: 5px;
	background-color: #F7F7F7;
	border: 1px solid #333333;
}
#cartAdd {
	margin-top: 5px;
	vertical-align: middle;
}
#productInputQuantity {
	width: 200px;
	float:left;
	padding-top: 20px;
}
#productInputQuantity input {
	border: solid 1px #333333;
}
#productButtonCarello {
	text-align: right;
	width: 440px;
	margin-left: 201px;
}
/*
	classi per il menu di navigazione precedente - catalogo - successivo
*/
#navNextPrevWrapper {
	text-align: center;
}
#navNextPrevWrapper p {
	color:#666666;
	font-size: 0.8em;
}
.navNextPrevList {
	width: 213px;
	float:left;
}
/*
	classi per le immagini adggiuntive
*/
.productAdditionalImage {
	float: left;
	text-align: center;
	padding: 5px 0;
}
/*
	classi per il link ulteriori informazioni
*/
#productInfoLink a {
	text-decoration: underline;
}
/*
	classi per le immagini degli attributi
*/
.attribImg {
	width: 25%;
	float: left;
	padding: 5px 0;
	text-align: center;
	font-size: 0.8em;
}
/*
	tabella dimensioni prodotti
*/
.tabella_misure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
}
.tabella_misure th {
	padding: 3px;
	background-color: #FFCC00;
	font-weight: bold;
}
.tabella_misure td {
	padding: 3px;
	background-color: #FFFFFF;
}
.col_55 {
	width: 50%;
	text-align: left;
}
.col_15 {
	width: 15%;
	text-align: center;
}
.col_30 {
	width: 30%;
	text-align: center;
}
/*
	impaginazione prodotti also purchased
*/
.alsoPurchased {
	width: 50%;
	text-align: center;
	float: left;
	font-size: 0.8em;
}
/*
	disponibilità
*/
.green {
	color: #009900;
	font-weight: bold;
}
.orange {
	color: #E05429;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
/*
	attributi
*/
.wrapperAttribsOptions {
	padding: 3px 0;
	width: 500px;
}
.optionLabel {
	width: 150px;
	float: left;
}
.attribsSelect {
	color: #006699;
	padding-right: 10px;
}
.optionValues {
	padding-left: 10px;
}
