@charset "utf-8";
.elenchi {
	width: 640px;
	margin-top: 20px;
	border-left: 10px solid #0071b9;
	padding-left: 18px;
}
.elenchi img {
	padding: 0px;
	margin: 0px;
}

.elenchi h5 {
	background-image: url(../images/bg_thumb_prod.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	font-size: 1.25em;
	color: #606d78;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
.elenchi .box_prodotto {
	float: left;
	height: 139px;
	width: 199px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/bg_thumb_prod.gif);
	background-repeat: no-repeat;
	background-position: 0px 120px
}
.elenchi .box_prodotto A {
	font-weight: bold;
	color: #0071b9;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 2em;
}
.elenchi .box_prodotto A:LINK {
	color: #0071b9;
	text-decoration: none;
}
.elenchi .box_prodotto A:HOVER {
	color: #e76605;
	text-decoration: none;
}
.elenchi .box_prodotto A:ACTIVE {
	color: #e76605;
	text-decoration: none;
}
.elenchi .box_prodotto A:VISITED {
	color: #0071b9;
	text-decoration: none;
}
.elenchi .box_prodotto A:VISITED:HOVER {
	color: #e76605;
	text-decoration: none;
}

