@CHARSET "UTF-8";

#sfondo_carrello
{
	background-image: url(../immagini/grafica/carrello/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 698px;
	border: 1px solid black;
	height: 283px;
}

#tabs_carrello
{
	margin-top: 20px;
	font-family: Arial;
}

.carrello_title li {
	float: left;
	background-color: #333;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
	
	line-height: 22px;
	background-image: url(../immagini/grafica/catalogo/tab_nofocus.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
	text-align: center;
}

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

li.carrello_active {
	color: #fff;
	background-color: #FC7215;
	background-image: url(../immagini/grafica/catalogo/tab_focus.jpg);
}

.carrello_content {
	clear: both;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	
	width: 670px;
	min-height: 640px;
}

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

.carrello_intestazione
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
}



/* tabella prodotti */

#tabella_prodotti
{
	margin-top: 20px;
	
}

.header
{
	border-left: 1px solid #999999;
	overflow: hidden;
	clear: left;
}

.header .cella
{
	text-transform: uppercase;
	color: #333;
	text-align: center;
	height: 18px;
	border-top: 1px solid #999999;
	font-weight: bold;
}

.riga
{
	border-left: 1px solid #999999;
	width: 650px;
	overflow: hidden;
	clear: left;
}

.fineriga
{
	clear: both;
}

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

.cella_messaggio
{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
	text-align: center;
	width: 598px;
}

.messaggio
{
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.messaggio textarea
{
	width: 400px;
	height: 120px;
	font-family: Arial;
	font-size: 12px;
}

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

#tabella_prodotti .prodotto 
{
	width: 420px;
}

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

#tabella_prodotti .prodotto img
{
	vertical-align: middle;
}

#tabella_prodotti .prodotto .img_prodotto
{
	border-right:1px dashed #999999;
	float:left;
	margin-right:10px;
	text-align:center;
	width:120px;
	height: 100%;
}

#tabella_prodotti .prodotto .testo_prodotto
{
	margin-top: 28px;
}

#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: 18px;
	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: 100px;
	padding-right: 103px;
	text-align: right;
}


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

#tabella_prezzo .spese .cella
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff6a2;
}



#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: 18px;
	font-weight: normal;
	color: #000;
}

#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: #000;
	font-size: 12px;
	text-align: left;
	height: 70px;
}

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

#tabella_prezzo .totpagare .cella
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #333;
}

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

.tabella_action
{
	text-align: center;
	padding-right: 5px;
	margin-top: 25px;
}

.accedi
{
	text-align: right;
	margin-right: 10px;
}

.tabella_action input
{
	background-color: #333;
	width: 105px;
	height: 28px;
	margin-right: 5px;
	padding: 0px;
	padding-bottom: 3px;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.tabella_action input:hover
{
	background-color: #FC7215;
}


/* step 3 */

.carrello_blocco
{
	margin-top: 10px;
	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 .msg
{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-left:10px;
	padding-right:10px;
	width: 340px;
	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;
}

/** step 4**/
#tabella_prodotti .prodotto4
{
	width: 480px;
}

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

#tabella_prodotti .prodotto4 img
{
	vertical-align: middle;
}

#tabella_prodotti .prodotto4 .img_prodotto
{
	border-right:1px dashed #999999;
	float:left;
	margin-right:10px;
	text-align:center;
	width:120px;
	height: 100%;
}

#tabella_prodotti .prodotto4 .testo_prodotto
{
	margin-top: 28px;
}

#tabella_prodotti .quantita4
{
	width: 109px;
}
#tabella_prodotti .riga .quantita4
{
	font:  bold 13px "Tahoma";
}

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