@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;

}
.titolo_scheda_rosso{
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	font-weight: 900;
	color: #E11D34;
}

.titolo_scheda_bianco{
	font-family: Helvetica;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFFFFF;
}
.testo_scheda_grigio{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #333333;
	width: 140px;
	padding-left: 10px;
}
.testo_scheda_grigio_scuro{
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	line-height: 18px;
}
.testo_scheda_descrizione_grigio_scuro{
	font-family: Helvetica;
	font-size: 13px;
	text-transform: capitalize;
	color: #333333;
	line-height: 18px;
}
.testo_scheda_descrizione{
	font-family: Helvetica;
	font-size: 12px;
	text-transform: none;
	color: #000000;
	font-variant: small-caps;
}
.testo_scheda_descrizione_rosso{
	font-family: Helvetica;
	font-size: 12px;
	text-transform: capitalize;
	color: #FF0000;
	font-weight: 700;
}
.testo_scheda_titolo_descrizione{
	sfont-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #4B4547;
	text-decoration: underline;
	font-weight: bold;
}
.testo_scheda_agenzie{
	font-family: Arial;
	font-size: 12px;
	text-transform: capitalize;
	color: #4B4547;
	font-weight: bold;
	text-decoration: none;
}
body{
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}


img {border: none; }
#container {
	height: 254px;
	width: 371px;
	margin: 0px;
	padding: 0px;
}
#main_view {
	padding: 0px 0;
	margin: 0px;

}

ul.thumb {
	float: left;
	list-style: none;
	left: 0px;
	top: 0px;
	width: 371px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;

	}

ul.thumb p {
	left: 0px;
	top: 0px;
	position: relative;
	width: 118px;
	height: 95px;
	margin-left: 0px;
	padding: 5px;


}
ul.thumb p img {

	background: #f0f0f0;
	position: absolute;
	top: 0px;
	-ms-interpolation-mode: bicubic;
	padding: 0px;

}
ul.thumb p img.hover {
	background: #f0f0f0;
	border: none;
	clear: left;
}

