/*-----------------------------------------------
tabella generica
-----------------------------------------------*/
.grid {
	border-collapse:collapse;
	font-size:11px;
	float:left;
}
.grid th {
	text-align:left;
	font-weight:normal;
	empty-cells:show;
	overflow:hidden;
	padding-left:2px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;
	border:1px solid #EAB300;
	color:#000000;
	background-color:#FFEE70;	
}
.grid td {
	empty-cells:show;
	overflow:hidden;
	padding-left:2px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;
	border:1px solid #C4C4C4;
}
.grid tr.even {
	background:#ffffff
}
.grid tr.odd {
	background:#f2f2f2
}
.grid tr:hover {
	background:#FFFDD6;
}

/*-----------------------------------------------
tabella tabtecniche
-----------------------------------------------*/
th.tabtecniche-nome { width:629px; text-transform:uppercase; }
th.tabtecniche-valore { width:274px; }

/*-----------------------------------------------
tabella accessori
-----------------------------------------------*/
th.accessorio-scheda-prodotto-anteprima { width:200px; }
th.accessorio-scheda-prodotto-codice { width:120px; }
th.accessorio-scheda-prodotto-nome { width:578px; }

/*-----------------------------------------------
tabella listini
-----------------------------------------------*/
th.listino-anteprima { width:174px;text-align:center; }
th.listino-cod-desc { width:156px;text-align:center; }
th.listino-pcons { width:96px; }
th.listino-disp { width:80px; }
th.listino-prezzo-listino { width:94px; }
th.listino-sconto { width:54px; }
th.listino-prezzo-netto { width:86px; }
th.listino-azioni { width:134px; }

/*-----------------------------------------------
tabella listini pubblici
-----------------------------------------------*/
th.listino-pubblico-anteprima { width:174px;text-align:center; }
th.listino-pubblico-cod-desc { width:284px;text-align:center; }
th.listino-pubblico-prezzo { width:110px; }
th.listino-pubblico-pcons { width:96px; }
th.listino-pubblico-disponibilita { width:80px; }
th.listino-pubblico-azioni { width:134px; }

/*-----------------------------------------------
tabella dettaglio ricambio
-----------------------------------------------*/
td.dattaglio-ricambio-nome { width:303px;background-color:#FFEE70;text-align:right; }
td.dattaglio-ricambio-valore { width:600px; }

/*-----------------------------------------------
tabella carrello-ordini
-----------------------------------------------*/
th.carrello-anteprima { width:80px; }
th.carrello-codice { width:100px; }
th.carrello-nome { width:257px; }
th.carrello-prezzo-unitario { width:110px; }
th.carrello-quantita { width:130px; }
th.carrello-prezzo-totale { width:110px; }
th.carrello-elimina { width:80px; }

/*-----------------------------------------------
tabella carrello-preventivi
-----------------------------------------------*/
th.carrello-preventivo-anteprima { width:80px; }
th.carrello-preventivo-codice { width:140px; }
th.carrello-preventivo-nome { width:390px; }
th.carrello-preventivo-quantita { width:160px; }
th.carrello-preventivo-elimina { width:110px; }

/*-----------------------------------------------
tabella magazzino
-----------------------------------------------*/
th.magazzino-anteprima { width:80px; }
th.magazzino-codice { width:130px; }
th.magazzino-descrizione { width:490px; }
th.magazzino-disp { width:90px; }
th.magazzino-pcons { width:102px; }

/*-----------------------------------------------
tabella disegni tecnici
-----------------------------------------------*/
th.distec-anteprima { width:80px; }
th.distec-codice { width:130px; }
th.distec-descrizione { width:340px; }
th.distec-disegni { width:340px; }

/*-----------------------------------------------
tabella news/eventi
-----------------------------------------------*/
th.news-anteprima { width:82px; }
th.news-data { width:100px; }
th.news-nome { width:710px; }
