@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FF9900;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat;
}



/* MAPPA GOOGLE */


#map {
	border: 1px solid #999999;	/*margin-left: 50px;
	margin-bottom: 50px;*/
}



/* TESTI SCHEDA DETAGLI AUTO */

.testolistino2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.testolistino2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.testolistino2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* TESTI IN GENERALE */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}


.testopiepagina{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.testopiepagina a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.testopiepagina a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}


.testolistino{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}


.testolistino a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.testolistino a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}



/* MODULO FILTRA AUTO */



.testoform{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.testoform a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.testoform a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}



/* BARRA CON MENU NAVIGAZIONE SUPERIORE*/

#navcontainer
{
	background-color: #FF6600;
	background-image: url(../immagini/bottone1.jpg);
	background-repeat: repeat-x;
	height: 40px;
}

#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 10px;
	font-size: 13px;
}

#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

#navcontainer ul li a
{
	padding: 2px 20px 8px 20px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #003399;
	color: white;
}

#active a { border-left: 1px solid #fff; }



/* BARRA CON MENU NAVIGAZIONE INFERIORE*/

.Sfondotabella1{
	background-image: url(../immagini/SfondoBoxRicerca.jpg);
	background-repeat: no-repeat;
}

.Sfondotabella2{
	background-image: url(../immagini/SfondoBoxContatti.gif);
	background-repeat: no-repeat;
}

.Sfondotabella3{
	background-image: url(../immagini/SfondoBoxNewsletter.jpg);
	background-repeat: no-repeat;
}

/* BARRA CON MENU NAVIGAZIONE INFERIORE*/


#navcontainerInf
{
	
	background-image: none;
	background-repeat: no-repeat;
}

#navcontainerInf ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	text-decoration: none;
}

#navcontainerInf ul li
{
display: inline;
margin-left: -4px;
}

#navcontainerInf ul li a
{
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainerInf ul li a:hover
{
	color: #FF0000;
	text-decoration: none;
}

#active a { border-left: 1px solid #fff; }



