/** Classsi di testo  ----------------------------  **/

.testomedio {
	font-size: 10px;
	color: Black;
}

.testopiccolo {
	font-size: 10px;
}

.testoerrore {
	font-size: 10px;
	font-weight: bold;
	color: Red;
}

.titolo_piccolo {
	font-size: 15px;
	font-weight: bold;
	color: #416CA5;
	text-align: left;
}


/** SCHEDA DETTAGLIO PORDOTTO ----------------------------  **/

.titolo_detprodotto {
	width: 630px;
	height: 40px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	color: Red;
	text-align: left;
}

.titolo_detprodotto a {
	font-size: 12px;
	color: #4B4B4B;
	text-decoration: none;
}
.titolo_detprodotto a:hover {
	color: #FF4500;
}

table.testo_detprdotto {
	width: 630px;
}

.testo_detprdotto {
	font-size: 10px;
	color: Black;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
}

.titolo_detprdotto_piccolo {
	width: 630px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #416CA5;
	text-align: left;
	border-bottom: 1px solid #BEBEBE;
}

.tabella_prezzoqta {
	width: 390px;
	height: 100px;
	margin: 1px;
	font-size: 10px;
	color: #416CA5;
	border: 1px solid #BEBEBE;
}

tr.prezzodettaglio {
	background-color: #E8F4FF;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	border-top: 1px solid #BEBEBE;
}
