/*-----------------------------------------------
tabella carrello
-----------------------------------------------*/
th.carrello-codice { width:110px; }
th.carrello-nome { width:356px; }
th.carrello-quantita { width:110px; }
th.carrello-prezzo-unitario { width:128px;text-align:right; }
th.carrello-prezzo-totale { width:134px;text-align:right; }
th.carrello-elimina { width:86px;text-align:center; }
tr.tot-cart { background-color:#D9F2D2; }

/*-----------------------------------------------
tabella carrello readonly
-----------------------------------------------*/
th.carrello-readonly-articolo { width:147px; }
th.carrello-readonly-qta { width:36px;text-align:right; }
th.carrello-readonly-prezzo { width:106px;text-align:right; }
tr.riga-iva { background-color:#f5f5f5; }

/*-----------------------------------------------
tabella pagamento
-----------------------------------------------*/
th.pagamento-checkbox { width:22px; }
th.pagamento-descrizione { width:436px; }

/*-----------------------------------------------
tabella indirizzi
-----------------------------------------------*/
th.indirizzo-checkbox { width:22px; }
th.indirizzo-descrizione { width:296px; }
th.indirizzo-spese { width:140px;text-align:right; }

/*-----------------------------------------------
tabella riepilogo ordine
-----------------------------------------------*/
td.checkout-riepilogo-descrizione { width:294px; }
td.checkout-riepilogo-valore { width:167px;text-align:right; }
