html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/fondo_sito.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/*Formattazione tag base*/
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #252525;
}
h2 a:hover, h2 a:active {
	text-decoration: underline;
	color: #e93030;
}
span {
	color: #333;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#cont_head {
	background-image: url(/images/fondo_sito.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#cont_head #cont_generale{
	padding-top: 0px;
	z-index: 2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	width: 960px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #e7e7e7;
}

#cont_head #cont_topmenu{
	color: #FFF;
	width: 960px;
	height: 27px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/fondo_topmenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#cont_head #cont_topmenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 950px;
}
#cont_head #cont_topmenu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#cont_head #cont_topmenu ul li a:link, #cont_head #cont_topmenu ul li a:visited {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
#cont_head #cont_topmenu ul li a:hover, #cont_head #cont_topmenu ul li a:active {
	color: #E02129;
}
#cont_head #cont_fotobanner{
	z-index: 1;
	width: 960px;
	height: 202px;
	padding: 0px;
	margin-top: 0px;
}
#cont_head #cont_generale #cont_body {
	background-color: #FFF;
	margin: 0px;
	width: 960px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*Main menu*/
#cont_head #cont_generale #cont_mainmenu  {
	width: 960px;
	padding: 0px;
	background-color: #fbfbfb;
	margin: 0px;
}
#cont_head #cont_generale #cont_mainmenu #cont_menu {
	list-style-type: none;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	}
#cont_head #cont_generale #cont_mainmenu #cont_menu li {
	float:left;
	line-height:32px;
	color:#777;
	padding-left:0.75em;
	}		
#cont_head #cont_generale #cont_mainmenu #cont_menu li a {
	display:block;
	padding:0 15px 0 0;
	background-image: url(/images/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}							
#cont_head #cont_generale #cont_mainmenu #cont_menu li a:link, #cont_head #cont_generale #cont_mainmenu #cont_menu li a:visited {
	color:#777;
	text-decoration:none;
	font-weight: bold;
	}	
#cont_head #cont_generale #cont_mainmenu #cont_menu li a:hover, #cont_head #cont_generale #cont_mainmenu #cont_menu li a:focus {
	color:#DA202B;
	}		
/*Menu sx*/
#cont_head #cont_generale #cont_body #cont_menusx {
	width: 300px;
	margin-right: 19px;
	padding: 0px;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#cont_head #cont_generale #cont_body #cont_menusx .news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cont_head #cont_generale #cont_body #cont_menusx .news ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #E7E7E7;
	width: 268px;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.news h3     {
	margin: 0px;
	font-size: 12px;
	color: #e93030;
	padding: 0px;
}
.news h3 a:link, .news h3 a:visited{
	text-decoration: underline;
	color: #e93030;
	width: 290px;
	margin: 0px;
	padding: 0px;
}
.news h3 a:hover, .news h3 a:active {
	color: #252525;
}
.news span  {
	margin: 0px;
	color: #252525;
	padding: 0px;
}

#cont_head #cont_generale #cont_body #cont_menusx ul li a:link, #cont_head #cont_generale #cont_body #cont_menusx ul li a:visited{
	text-decoration: underline;
	color: #e93030;
	width: 290px;
	margin: 0px;
	padding: 0px;
}
#cont_head #cont_generale #cont_body #cont_menusx ul li a:hover, #cont_head #cont_generale #cont_body #cont_menusx ul li a:active {
	color: #252525;
}
#cont_head #cont_generale #cont_body #cont_menusx ul li span  {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #252525;
	display: block;
	width: 290px;
}
#cont_head #cont_generale #cont_body #cont_menusx .menusx_news ul li span img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.menusx_label{
	color: #333;
	display: block;
	text-align: right;
	width: 300px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.label_contatti {
	font-size: 12px;
	color: #999;
}
#map {
	height: 400px;
	width: 600px;
	padding: 0px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*Contenitore testo*/
#cont_head #cont_generale #cont_body #cont_testo {
	min-height: 800px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 310px;
	width: 610px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cont_head #cont_generale #cont_body #cont_testo span a:link , #cont_head #cont_generale #cont_body #cont_testo span a:visited {
	text-decoration: underline;
	color: #e93030;
}
#cont_head #cont_generale #cont_body #cont_testo span a:hover , #cont_head #cont_generale #cont_body #cont_testo span a:active {
	color: #252525;
}



/*News in evidenza in home*/
.home_sommario_general {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #e7e7e7;
	width: 610px;
	margin: 0px;
	padding: 5px;
	height: 230px;
}
.home_sommario_testo {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.home_sommario_data {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #e93030;
}
.home_sommario_data_tabs {
	font-size: 10px;
	color: #e93030;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.home_sommario_h1 {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.home_sommario_h1 a:link, .home_sommario_h1 a:visited {
	text-decoration: none;
	color: #333;
	margin-left: 4px;
}
.home_sommario_h1 a:hover, .home_sommario_h1 a:active {
	text-decoration: underline;
	color: #e93030;
}
.home_continua {
	color: #e93030;
	text-decoration: none;
	font-size: 12px;
}
.home_continua a:link, .home_continua a:visited{
	color: #e93030;
	text-decoration: none;
	font-size: 12px;
}
.home_continua a:hover, .home_continua a:active{
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}
/* Fine News in evidenza in home*/
/*News in home*/
.home_news_general {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 610px;
	margin: 0px;
	padding: 5px;
	height: 135px;
}
.home_news_testo {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.home_news_data {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #e93030;
}
.home_news_h2 {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.home_news_h2 a:link, .home_news_h2 a:visited {
	text-decoration: none;
	color: #333;
}
.home_news_h2 a:hover, .home_news_h2 a:active {
	text-decoration: underline;
	color: #e93030;
}
/* Fine News in home*/





.cont_testo_label {
	color: #333;
	display: block;
	width: 620px;
	font-size: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 330px;
}
.news_img_dett {
	border: 1px solid #FFF;
	margin: 3px;
}
.news_img_evidenza{
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
}

/*Footer*/
#cont_head #cont_generale #cont_footer {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 960px;
	color: #FFF;
	background-color: #777777;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
*/}
#cont_head #cont_generale #cont_footer a:link, #cont_head #cont_generale #cont_footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#cont_head #cont_generale #cont_footer a:hover, #cont_head #cont_generale #cont_footer a:active {
	color: #252525;
}
#cont_head #cont_generale #cont_footer #cont_credits {
	text-align: right;
	height: 20px;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 10px;
}
#cont_head #cont_generale #cont_footer #cont_indirizzo {
	font-size: 10px;
	padding-left: 20px;
	height: 48px;
	padding-top: 20px;
}
#cont_head #cont_generale #cont_footer #cont_group {
	font-size: 10px;
	padding-left: 20px;
	height: 48px;
	padding-top: 20px;
	float: left;
	margin: 0px;
}
#cont_head #cont_generale #cont_footer #cont_group ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cont_head #cont_generale #cont_footer #cont_group ul li {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*Fine footer*/
#cont_cerca {
	margin: 0px;
	padding: 0px;
	width: 78px;
	height: 16px;
	display: block;
	text-align: right;
	float: right;
}
#cont_cerca ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#cont_cerca ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#cont_cerca ul li img {
	margin: 0px;
	padding: 0px;
}
.div_righetta {
	clear: both;
	width: 100%;
	position: relative;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.video_img_lista {
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cont_head #cont_generale #cont_body #cont_testo ul {
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7e7;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#cont_head #cont_generale #cont_body #cont_testo ul li {
	display: inline;
}
/*Blocco Classifiche*/
.classifiche {
	margin: 2px 0;
	line-height:160%;
	}	
	
.classifiche table {
	border:none;
	margin: 2px 0px 2px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}
.classifiche table tr td a:link {
	text-decoration: none;
	color: #E02129;
}
.classifiche table tr td a:visited {
	text-decoration: none;
	color: #E02129;
}
.classifiche table tr td a:hover {
	text-decoration: none;
	color: #333;
}
.classifiche table tr td a:active {
	text-decoration: none;
	color: #333;
}
.classifiche td {
	background:none;
        padding:2px 2px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
/*Fine Blocco Classifiche*/
.img_dett_small{
	border: 1px solid #e7e7e7;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pulsanti_anni {
	background-image: url(/images/fondo_pulsanti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	height: 31px;
	width: 100px;
}
.pulsanti_anni a:link, .pulsanti_anni a:visited{
	height: 31px;
	width: 100px;
	color: #333;
	text-decoration: none;
}
.pulsanti_anni a:hover, .pulsanti_anni a:active{
	color: #E02129;
	text-decoration: underline;
}
.cont_gallery_label {
	color: #333;
	width: 200px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding: 0px;
	display: block;
	margin: 0px;
}
.div_classifiche {
	display: block;
	padding: 5px;
	float: left;
	width: 280px;
	border: 1px solid #e0ded9;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #F5F3EE;
}
.div_classifiche table tr td a:link {
	text-decoration: none;
	color: #333;
}
.div_classifiche table tr td a:visited {
	text-decoration: none;
	color: #333;
}
.div_classifiche table tr td a:hover {
	text-decoration: underline;
	color: #333;
}
.div_classifiche table tr td a:active {
	text-decoration: underline;
	color: #333;
}
.font_rosso {
	color: #DA0025;
}
.adv_ferrari {
	width: 548px;
	height: 80px;
	border: 1px solid #e7e7e7;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.prox_gp {
	width: 608px;
	height: 60px;
	border: 1px solid #e7e7e7;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
}
.prox_gp .data_gp {
	font-size: 14px;
	color: #F00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.prox_gp .h3 {
	font-size: 16px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.prox_gp .orari {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #333;
}
.pulsanti_cancella {
	width:auto !important;
	border:1px solid #bfbfbf;
	border-right-color:#908d8d;
	border-bottom-color:#908d8d;
	color:#000;
	background-image: url(/admin/admin_images/admin_fondo_bottone_del.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 1px;
	padding-right: 0.5em;
	padding-bottom: 1px;
	padding-left: 0.5em;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.colore_rosso {
	color: #F00;
}
