/* CSS Masserie Sant'Eramo - Arix@you per Comma 3 */


/* ---------- table module ---------- */


/* tabelle di layout */

table {
		font: 10px/1.5em verdana, arial, sans-serif; 
	}

td.yellow { /* td per la foto */
	padding: 20px;
}


/* per carrello e lista prodotti */

table.ruler {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}
 
table.ruler thead th { /* cella titoli colonna */
	border-top: #80746E 1px solid; 
	border-bottom: #80746E 1px solid; 
	color: #80746E;
	padding: 4px;
}

table.ruler tfoot th { /* cella foot */
	border-top: #80746E 1px solid; 
	border-bottom: #80746E 1px solid; 
	padding: 0;
}

table.ruler th.totali {
	font-size: 1.1em;
	line-height: 2em;
}

td.seleziona {
	padding: 16px;
}

table.ruler td {
    border-bottom: 1px dotted #999;
    padding: 10px;
}


