@CHARSET "UTF-8";

#scheda_tecnica_front {
	border-spacing: 0px;
	border-collapse:collapse;
	margin-top: 15px;
	width: 100%;
	font-size: 1.1em;
}

#scheda_tecnica_front th {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#scheda_tecnica_front td {
	padding: 4px;
	border: 1px solid #eee;
	margin: 0px;
}

#scheda_tecnica_front td.gruppo {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #31579f;
	color: #fff;
	border: 0px;
}

#scheda_tecnica_front td.nome {
	font-weight: bold;
	background-color: #d9d9d9;
	width: 30%;
}

#scheda_tecnica_front td.valore {
	text-align: center;
}

#scheda_tecnica_front td.spacer {
	border: 0px;
}

#scheda_tecnica_front td.scheda_tecnica_comment {
	font-size: 0.9em;
	font-style: italic;
}

.alt_background {
	background-color: #f9f9f9;
}

