table.prodotti-main-menu {
	width: 604px;
	height: 94px;
	text-align: center;
	margin: auto;
}
.prodotti_intestazione {
	font-size: 16px;
}
td.prodotti-main-menu a {
	color: #cd1910 !important;
	font-weight: bold;
	text-decoration: none !important;
}
td.prodotti-main-menu a:hover {
	/*color: #cd1910 !important;*/
}
table img {
	border: none;
}
table.cerca {
	width: 705px;
	height: 85px;
	margin: auto;
	/* background: url(include_utente/immagini/sfondo-cerca.jpg) no-repeat; */
}
table.cerca td {
	padding: 0px 5px;
}
td.cerca {
	color: #d61a11;
	font-size: 35px;
}
td.cerca input {
	color: #AAAAAA;
}
td.cerca input, td.tipologia select {
	width: 170px;
	height: 35px;
	font-size: 16px;
	padding: 5px;
}
td.tipologia {
	font-size: 35px;
	color: #FFFFFF;
}
.cerca_pulsante {
	margin-left: 8px;
	font-size: 14px;
}
hr {
	visibility: hidden;
}

table.scheda-prodotto {
	font-variant: small-caps;
}
table.scheda-prodotto p {
	font-variant: normal;
}
table.scheda-prodotto a, table.scheda-prodotto a:link, table.scheda-prodotto a:visited, td.prodotti-main-menu a:visited {
	color: #000000;
	text-decoration: underline;
}
td.nome-prodotto {
	font-size: 26px;
	font-weight: bold;
	color: #d61a11;
}
td.nome-prodotto a:hover {
	color: #d61a11;
	text-decoration: none;
}
td.tipologia-prodotto a, td.carni-prodotto a, td.tracciabilita-prodotto a {
	color: #d61a11;
	text-decoration: underline !important;
}
td.tipologia-prodotto a:hover, td.carni-prodotto a:hover, td.tracciabilita-prodotto a:hover {
	text-decoration: underline !important;
}
td.carni-prodotto img {
	float: left;
	padding-right: 5px;
}
td.prezzo-prodotto {
	font-size: 18px;
}
td.prezzo-prodotto strong {
	color: #d61a11;
	font-size: 22px;
}
.testo {
	color: #000000;
	font-size: 12px;
}