/* *********************************** */
/*                                     */
/*        inizio div principali        */
/*                                     */
/* *********************************** */

#contents_body table caption {
	display: none;
}

#contents_body table {
	border: 1px solid #000;
	width: 98%;
	font-size: 90%;
}

#contents_body table td {
	border-top: 1px dashed #CCC;
	margin: 0;
	padding: 4px;
	text-align: left;
}

#contents_body table td.dx {
	text-align: center;
}

#contents_body table th.big {
	color: #FFF;
	background:#900;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	font-size: 110%;
	text-transform: uppercase;
	border-top: 1px solid #000;
}

#contents_body table th.big a{
	text-decoration: none;
	color: #FFF;
}

#contents_body table td.prodotto {
	color:#990000;
	font-weight: bold;
	text-transform: uppercase;
}


