@charset "utf-8";


/*************************************************************************************************************
 * CHECKOUT
 */

#checkout{
	}

#checkout .messaggio_errore{
	font-weight: bold;
	font-size: 12px;
	margin:0 0 0 0;
	padding:4px;
	background:#ff0000;
	color:#ffffff;
	}

#checkout a, a:link, a:visited{
	color:#666666;
	text-decoration: underline;
	}
#checkout a:hover{
	text-decoration: none;
	color:#666666;
	}

#checkout INPUT, SELECT, TEXTAREA{
	/*border: 1px #000000 solid;
	background:#ffffcc;*/
	}

#checkout INPUT.button_clear{
	background-color:#ffffff;
	border:0;
	margin: 3px 0 0 0;
	}

#checkout .evid{
	font-size:14px;
	font-weight:bold;
	}

#checkout .puls{
	color:#cccccc;
	cursor:pointer;
	padding:20px 0 0 0;
	}

#checkout a.testopuls{
	color:#cccccc;
	text-decoration:none;
	}

#checkout .datisped{
	line-height:20px;
	}

#checkout .evidenziato_1{
	font-weight:bold;
	text-decoration:underline;
	}

#checkout .blocco_riepilogo{
	padding:0 0 20px 10px;
	}

#checkout .barra_navigazione{
	background: #e3e3e3;
	padding: 5px;
	margin: 30px 0 5px 0;
	text-align:center;
	}
#checkout .barra_evid{
	font-size:12px;
	font-weight: bold;
	}



#checkout .sped_nome{
	font-weight: bold;
	text-transform:uppercase;
	}
#checkout .sped_consegna{
	font-weight: bold;
	}
#checkout .sped_nazione{
	text-transform:uppercase;
	text-decoration: underline;
	}




#help_online{
	margin:40px 0 0 0;
	}

#help_online .testohelp{
	/*border:1px #B9B9B9 solid;*/
	margin:10px 0 3px 0;
	color:#990000;
	}
#help_online .titolo{
	border-bottom:1px solid #e3e3e3;
	}



/*************************************************************************************************************
 * CARRELLO
 */

#carrello .titoli{
	font-weight:bold;
	padding: 3px 0 3px 5px;
	background: #E8E8E8;
	}

#carrello .testo_1{
	font-weight:bold;
	font-size:12px;
	}

#carrello .totali{
	font-weight:bold;
	padding: 3px 0 3px 5px;
	background-color:#CCCCCC;
	}

#carrello .subtotali{
	padding: 3px 0 3px 5px;
	background-color:#E8E8E8;
	}

#carrello .celle_prodotti{
	border-bottom: 1px #999999 solid;
	padding: 10px 0 10px 5px;
	}

#carrello .acq_prezzo{
	font-size:14px;
	font-weight:bold;
	}
#carrello .acq_prezzo_decimali{
	font-weight:bold;
	}
