/* elementi ecommerce nella scheda prodotto */

.iva {
	margin-top:2px;
	margin-bottom:6px;
	font-size:12px;
	font-style:italic;
}
.product-detail-data .sub .user-input {
	float:left;
	width:546px;
	margin-bottom:3px;
}
.product-detail-data .sub .user-input .name {
	float:left;
	width:238px;
	padding:4px;
}
.product-detail-data .sub .user-input .field {
	float:left;
	width:290px;
	text-align:right;
}
.product-detail-data .sub .user-input .quant {
	float:left;
	width:40px;
}
.product-detail-data .sub .user-input .field select {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:14px;
	border:1px #999999 solid;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:1px;
	width:250px;
}
.product-detail-data .sub .user-input .quant input {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:14px;
	border:1px #999999 solid;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:1px;
	width:50px;
}
.product-detail-data .sub .user-input .addtocart {
	float:left;
	width:252px;
}
.product-detail-data .sub .user-input .addtocart div#btn{
	float:right;
	width:210px;
	height:32px;
}
.product-detail-data .sub .user-input .addtocart div#btn a img{
	float:left;
	width:32px;
	height:32px;
	border:0px;
}
.product-detail-data .sub .user-input .addtocart div#btn a .text{
	float:left;
	width:145px;
	height:24px;
	padding-top:8px;
	border:0px;
	font-size:12px;
	margin-left:3px;
}
.product-detail-data .sub .user-input .addtocart div#ldr{
	float:left;
	width:312px;
	height:32px;
	display:none;
	text-align:center;
}

/* carrello */

.carrello-content{
	float:left;
	width:948px;
	margin-bottom:10px;
	min-height:360px;
	height:auto !important;
	height:360px;
}
ul.lista-attributi{
	padding-left: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin:0;
	list-style:circle;
	color:#666666;
	font-size:12px;
	line-height:12px;
	font-style:italic;
}
.dialog-box-button-wrapper{
	float:left;
	width:328px;
	padding-left:80px;
	margin-bottom:4px;
}
.dialog-box-button-wrapper a{
	float:left;
}
.dialog-box-button-wrapper a span{
	width:180px;
}

/* cassa */

.cassa-step-box {
	float:left;
	width:100px;
	font-size:12px;
	text-align:center;
}
.cassa-step {
	float:left;
	width:87px;
	height:32px;
	padding:8px 6px;	
	color:#666666;	
	background:#dddddd;
	margin-bottom:3px;
	border-top:1px #666666 dotted;
	border-bottom:1px #666666 dotted;
	border-left:1px #666666 dotted;
}
.cassa-step-active {
	float:left;
	width:87px;
	height:32px;
	padding:14px 6px;
	color:#000000;
	background:#91CC82;
	margin-bottom:3px;
	border-top:1px #666666 dotted;
	border-bottom:1px #666666 dotted;
	border-left:1px #666666 dotted;
}
.cassa-contents {
	float:left;
	width:510px;
	height:408px;
	border:1px dotted #cccccc;
}
.cassa-contents-inside {
	float:left;
	width:486px;
	height:384px;
	padding:12px;
	overflow-y:scroll;
}
.cassa-cart {
	float:left;
	width:330px;
	margin-left:4px;
	border:1px dotted #cccccc;
}
.cassa-cart-inside {
	float:left;
	width:318px;
	height:384px;
	padding:12px 6px;
	overflow-y:scroll;
}
.cassa-form-row{
	float:left;
	width:468px;
	margin-bottom:10px;
}
.cassa-form-row .form-field .label{
	margin-bottom:1px;
	font-weight:bold;
	color:#4C4C4C;
	width:auto;
}

/* pagina spese di spedizione */
div.spesa-sped{
	float:left;
	width:100%;
	margin-bottom:30px;
	margin-top:10px;
}
div.spesa-sped .title{
	float:left;
	width:100%;
	font-size:20px;
}
div.spesa-sped .sub{
	float:left;
	width:100%;
}
div.spesa-sped .sub .spesa{
	float:left;
	width:100%;
}
div.spesa-sped .sub .spesa > .even{
	float:left;
	width:100%;
	background-color:#f0f0f0;
	padding-top:4px;
	padding-bottom:4px;
}
div.spesa-sped .sub .spesa > .odd{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding-top:4px;
	padding-bottom:4px;
}
div.spesa-sped .sub .spesa .desc{
	float:left;
	width:70%;
	font-size:14px;
}
div.spesa-sped .sub .spesa .importo{
	float:left;
	width:30%;
	text-align:right;
	font-size:16px;
}

/* pagina indirizzi spedizione */
div.indirizzo{
	float:left;
	width:100%;
	position:relative;
}
div.indirizzo .row{
	float:left;
	width:100%;
}
div.indirizzo > .even{
	float:left;
	width:100%;
	background-color:#f0f0f0;
	padding-top:10px;
	padding-bottom:10px;
}
div.indirizzo > .odd{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
}
div.indirizzo .row .label{
	float:left;
	width:20%;
	color:#666666;
	font-style:italic;
}
div.indirizzo .row .value{
	float:left;
	width:80%;
}
div.buttons{
	position:absolute;
	top:10px;
	right:10px;
}


