@CHARSET "UTF-8";

.boxCarrello .testata
{
	height: 33px;
	background-image: url(../immagini/grafica/carrello/testa.gif);
	background-repeat: no-repeat;
}

.boxCarrello
{
	width: 730px;
	background-image: url(../immagini/grafica/carrello/fondo.gif);
	background-repeat: repeat-y;
	margin-left: 15px;
}

.boxCarrello .piede
{
	height: 12px;
	background-image: url(../immagini/grafica/carrello/piede.gif);
	background-repeat: no-repeat;
}
.boxCarrello .content
{
	margin: 0 5px;
}

.boxCarrello .messaggio
{
	font-weight: bold;
	font-size: 16px;
}

#tabs_carrello
{
	margin-top: 20px;
}

.carrello_title
{
	margin: 0px;
}

.carrello_title li {
	float: left;
	background-color: #e4e4e4;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	color: #2f2f2f;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
	
	line-height: 22px;
	width: 150px;
	text-align: center;
	list-style-type: none;
}

.carrello_title li.over {
	color: #ffffff;
}

li.carrello_active {
	color: #ffffff;
	background-color: #1d4294;
}

.carrello_content {
	clear: both;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
}

.carrello_content h1
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}



/* tabella prodotti */

#tabella_prodotti
{
	margin-top: 20px;
	border-left: thin solid #999;
}

#tabella_prodotti .riga
{
	clear: left;
}



.header .cella
{
	background-image: url(../immagini/grafica/carrello/header.jpg);
	text-transform: uppercase;
	color: #666;
	text-align: center;
	height: 18px;
	border-top: thin solid #ddd;
}

.fineriga
{
	clear: both;
}


.cella
{
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	padding: 4px;
	float: left;
	text-align: center;
	height: 80px;
}

.cella.nessuno
{
	height: 20px;
	width: 689px;
	font-size: 14px;
}

#tabella_prodotti .cella span
{
	position:relative;
	top:28px;
}

#tabella_prodotti .cella table.nome td
{
	height: 80px;
	vertical-align: middle;
}

#tabella_prodotti .prodotto 
{
	width: 258px;
}

#tabella_prodotti .riga .prodotto
{
	text-align: left;
	color: #666;
	font:  bold 12px "Tahoma";
}

#tabella_prodotti .prodotto img
{
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}

#tabella_prodotti .prezzo
{
	width: 125px;
}


#tabella_prodotti .prezzo span,
#tabella_prodotti .totale span
{
	top: 25px;
}



#tabella_prodotti .quantita
{
	width: 80px;
}

#tabella_prodotti .quantita input
{
	text-align: center;
	border: 1px solid #ccc;
}

#tabella_prodotti .totale
{
	width: 110px;
}

#tabella_prodotti .riga .prezzo, 
#tabella_prodotti .riga .totale
{
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

#tabella_prodotti .modifica
{
	width: 80px;
}

#tabella_prodotti .modifica img
{
	margin-top: 30px;
}

/* spese */

#tabella_prezzo
{
	margin-top: 20px;
}


#tabella_prezzo .cella
{
	padding: 4px;
	float: left;
	text-align: center;
	height: 30px;
	padding-top:8px;
}



#tabella_prezzo .etichetta
{
	width: 428px;
	text-align: right;
	padding-right: 20px;
	margin-right: 1px;
}

#tabella_prezzo .valore
{
	width: 138px;
	padding-right: 103px;
	text-align: right;
}


#tabella_prezzo .totale .cella 
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#tabella_prezzo .spese .cella, #tabella_prezzo .imponibile .cella, #tabella_prezzo .iva .cella
{
	color: #666;
	font-weight: bold;
}

.riga.spese.dett
{
	background-color: #eeeeee;
}

#tabella_prezzo .pagamento_radio
{
	float: left;
	margin-right: 10px;
	width: 20xp;
}

#tabella_prezzo .pagamento_desc
{
	font-weight: normal;
	margin-left: 30px;
}

#tabella_prezzo .spese .valore
{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#tabella_prezzo .spese .etichetta
{
	padding-top: 10px;
	height: 28px;
}

#tabella_prezzo .dett
{
	height: auto;
	overflow: hidden;
}

#tabella_prezzo .spese.dett .cella
{
	border-top: 1px solid white;
		
}

#tabella_prezzo .dett .etichetta
{
	color: #000000;
	font-size: 12px;
	text-align: left;
	height: 70px;
}

#tabella_prezzo .dett .valore
{
	padding-top: 27px;
	height: 53px;
}

#tabella_prezzo .totpagare .cella
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#tabella_prezzo .riga.totale, #tabella_prezzo .riga.totpagare
{
	background-image:url("../immagini/grafica/comuni/rsm/separatore2px.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

#tabella_prezzo .riga .cella
{
	border: 0px;
}

.tabella_action
{
	text-align: right;
	padding-right: 5px;
}

.tabella_action input, #registrazioneSubmit
{
	background-image: url("../immagini/grafica/carrello/button.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 127px;
	height: 28px;
	margin: 10px 45px 10px 45px;
	padding: 0px;
	padding-bottom: 3px;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.tabella_action input:hover, #registrazioneSubmit:hover
{
	background-image: url("../immagini/grafica/carrello/button_sel.jpg");
}


/* step 3 */

.carrello_blocco
{
	margin-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

.carrello_blocco .titolo
{
	text-transform: uppercase;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}


#tabella_login
{
	overflow: hidden;
	border-left: 1px solid #ccc;
}

#tabella_login .riga .cella
{
	height: 40px;
	padding-top: 20px;
}

#tabella_login .riga .cella.messaggio
{
	height: 50px;
	padding-top: 10px;
}

#tabella_login .messaggio
{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-left:10px;
	padding-right:10px;
	width: 388px;
	text-align: left;
}

#tabella_login .username
{
	width: 150px;
}


#tabella_login .password
{
	width: 120px;
}

#password_dimenticata
{
	border: 1px solid #999;
	background-color: #ededed;
	width: 645px;
	height: 18px;
	margin: 2px 1px 2px 1px;
	text-align: right;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 2px;
}

#password_dimenticata a
{
	color: #666;
	text-decoration: underline;
}

#password_dimenticata a:hover
{
	color: #999;
}

.carrello_stampa
{
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.fallito
{
	background-color: white;
	padding: 20px;
	margin: 30px auto;
	width: 380px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}

.fallito a
{
	font-weight: bold;
}

.smallalert
{
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	font-weight: normal;
}
