/* GENERALE -----------------------------------------------------------------------------------------------------------------*/
body{ background-color: #fff; background-image: url(sfondo.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: left; }
bold{ font-weight: bold; }
table{ color: #000; }
td{ color: #000; }
tr{ color: #000; }
ul{
	clear:both;
	margin:0 0 0px 10;
	padding:0;
}
li{
	padding:0 0 0 0px;
	margin:0 0 2px 5px;
	list-style:none;
}
h1, h2, h3, h5 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1{ font-family: Verdana; margin:15px 0; padding:0; line-height:19px; font-size:15px; color:#e5bc62; font-weight: normal; }
h2{
	clear:both;
	float:none;
	margin-bottom:5px;
	font-size:125%;
	color:#2e88c8;
}
h3{ 
	color: #cf0000; 
	font-size: 115%; 
	margin-bottom: 5px; 
	float: none; 
	clear: both; 
}
h4{ 
	color: #22397d; 
	font-size: 105%; 
	margin-bottom: 5px; 
	float: none; clear: both 
}
td img{ 
	text-align: left; 
	margin: 0; 
	padding: 0; 
}
a, a:visited { 
	color: #1b2497; 
	text-decoration: none 
}
a:hover{ 
	color: #add6f1; 
	text-decoration: none 
}
br{ line-height:8px; }
p{
	margin:0 0 15px 0;
	padding:0;
}
bold{ color: #1b2497; font-size: 12px; margin: 0 0 15px; padding: 0; }
/* CONTENUTO PAGINA ---------------------------------------------------------------------------------------------------------*/
.table_intestazione{ 
	width: 820px;
	height: 226px;
	background-image: url(intestazione.jpg);
}
.table_intestazione h1{
	color: #000; 
	font-size: 40px; 
	background: transparent; 
	text-align: right; 
	vertical-align: top;
}
.table_precontenuto{ 
	color: #444442; 
	font-size: 10px; 
	font-family: Verdana; 
	background-image: url(precontenuto.jpg); 
	background-repeat: repeat-x; 
	width: 820px; 
	vertical-align: middle; 
	height: 40px; 
	argin: 0px; 
	padding:0px; }
	
.table_contenuto{ 
	color: #20201f; 
	font-size: 11px; 
	font-family: Verdana; 
	background-image: url(sfondo_pagina.jpg); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	width: 820px; 
	height: 400px; }
	
.table_footer{ 
	font-size: 10px; 
	font-family: Verdana; 
	background-image: url(footer.gif); 
	background-repeat: no-repeat;
	text-align: center; 
	width: 820px; 
	height: 42px; }
	
.cellatsx{ 
	font-family: Verdana;
	background-color: #a6def9; 
	background-image: url(box_lat.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	text-align: center; 
	vertical-align: top; 
	width: 230px; }
	
.cellatdx{
	font-family: Verdana;
	width: 200px;
}
/* TESTO PAGINA -------------------------------------------------------------------------------------------------------------*/
.testo { 
	font-family: Verdana; 
	color: #444442; 
	background-color: #fff; 
	background-image: url(sfondo_pagina.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	vertical-align: top; 
	width: 592px; 
	padding-right: 15px; 
	padding-left: 15px; }
	
.testo a:link { 
	font-family: verdana;
	color: #0091d0;
}
.testo a:visited { 
	font-family: verdana;
	color: #0091d0;
}
.testo a:hover { 
	font-family: Verdana;
	color: #e0b23e;
}
TD.testo td   { 
	color: #444442; 
	font-family: verdana; }
	
TD.testo img   { 
	color: #444442; 
	font-family: verdana; 
	margin: 4px }
	
/* PIEDE PAGINA -------------------------------------------------------------------------------------------------------------*/
.footer{ 
	font-family: Verdana; 
	color: #444442; 
	font-size: 10px; 
	text-align: center; 
	width: 820px; 
	height: 42px; }
	
.footer a:link { 
	color: #0091d0; 
	font-family: verdana; }
	
.footer a:visited { 
	color: #0091d0; 
	font-family: verdana; }
	
.footer a:hover { 
	color: #0091d0; 
	font-family: verdana; }
	
/* LIGHTBOX -----------------------------------------------------------------------------------------------------------------*/
/*Immagini: | ../images/blank.gif | ../images/prevlabel.gif | ../images/nextlabel.gif | */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
/* FORM CONTATTI ------------------------------------------------------------------------------------------------------------*/
.contatti td{ font-family: Verdana;
	font-size: 11px; 
}
INPUT.radio {font-family: Verdana;
	color: #fff;
	background-color: transparent;
	border-style: none;
}
INPUT.centrale { font-family: verdana; color: #fff; font-size: 11px; background-color: #f1bf52; text-align: center; border: dashed 1px #7d7d7d; }
SELECT.centrale { font-family: Verdana;
	color: #fff; 
	font-size: 11px; 
	background-color: #000; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
	border-color: #828282 
}
/* FORM ---------------------------------------------------------------------------------------------------------------------*/
.form{ 
	text-align: center; 
	margin:0; 
	padding:0px;
	margin:0; 
}
.cerca{ font-family: Verdana;
	border-bottom: 2px solid #1b2497; 
	background: url(sfondo_menu.gif) repeat-x;
}
.label{ 
	font-size: 9px; 
	line-height: 12px; 
	text-align: center; 
	display:block; 
	float:left; 
	width:90px;
}
.error{
	background-color:#bdb397;
	margin:0px 0 0 0;
	color:#ffffff;
}
.error span {
	color: #ffffff;
}
input,submit,select{ 
	color: #525252; 
	font-size: 10px; 
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: normal;
	background-color: #ffffff; 
	text-align: center; 
	padding-top: 2px; 
	border-color: #cacaca #404040 #404040 #cacaca; 
	border-style: solid; border-width: 1px; 
}
.senden {
	cursor: pointer;
	width:412px;
	*width:414px;
}
.checkbox {
	width:20px;
	margin:0;
	border:none;
	background:none;
}
/* NAVIGAZIONE DI PRIMO LIVELLO ---------------------------------------------------------------------------------------------*/
#topnav {}
#topnav ul { 
	text-align: right; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
#topnav li { 
	font-size: 11px; 
	background-position: left top; 
	display: inline; 
	margin: 2px; 
	padding: 2px 4px; 
	height: 22px; 
	vertical-align: middle; 
	border: solid 1px #666; 
}
#topnav li#current_nav1level { 
	color: #fff; background-color: #666
}
#topnav li a, li#link_nav1level { 
	color: #fff;
}
#topnav li a:hover{ 
	color: #fff; background-color: #666 
}
#topnav li#home_nav1level{}
/*Funge FX e non in IE*/
#topnav li:hover { 
	color: #fff; 
	background-color: #666; 
	border: solid 1px black
}
/****************************************************************************/
#nav1lev { 
	background: transparent; 
	margin-right: auto; 
	margin-left: auto; 
	padding-left: 1px; 
	width: 100%; 
	voice-family: inherit 
}
#nav1lev ul { 
	font: bold 10px Verdana, sans-serif, Arial; 
	list-style: none; margin: 0; padding: 0 
}
#nav1lev li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
#nav1lev a { 
	color: white; 
	text-decoration: none; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top; 
	margin: 0 2px 0 0; 
	padding: 0 0 1px 3px; 
	float: left 
}
#nav1lev a span  { 
	background: url("../../personalizzazione/tpl/files/color_tabs_right.gif") no-repeat right top; 
	display: block; 
	padding: 4px 6px 3px 3px; float: left 
}
#nav1lev a span { 
	float:none;
}
#nav1lev a:hover {}
#nav1lev a:hover span {}
#nav1lev #current a, #nav1lev #current span    { 
	color: #828282 
}
#nav1lev #current2 a, #nav1lev #current2 span   { 
	color: #052e66 
}
#nav1levline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff;
}
/* NAVIGAZIONE DI SECONDO LIVELLO -------------------------------------------------------------------------------------------*/
/*NOTE: #menu_laterale ? in confitto con #header (quaest'ultimo id ha la precedenza)*/
.menu_laterale {
	text-align: left; }
	
.menu_laterale ul { 
	list-style-type: none; 
	list-style-image: none; 
	margin: 8px 0 0; }
	
.menu_laterale li { 
	color: #fff; 
	font-size: 11px; 
	font-family: Verdana; 
	font-weight: normal; 
	background-image: url(linguetta.gif); 
	background-repeat: no-repeat; 
	width: 190px; 
	height: 30px; 
	margin-left: 15px; 
	padding-top: 5px; 
	padding-left: 7px; }
	
.menu_laterale li#current_menu_laterale{ 
	/*Nn funge in IE e FX*/
	color: #fff;
	background-color: #666; 
	text-decoration: none 
}
.menu_laterale a:link { 
	font-family: Verdana; 
	color: #fff; 
	text-decoration: none 
; }
.menu_laterale a:visited { 
	font-family: Verdana; 
	color: #fff; 
	text-decoration: none 
; }
.menu_laterale a:hover { 
	font-family: Verdana; 
	color: #444442; 
	text-decoration: none; }
	
/* MENU NAVIGAZIONE PAGINE AD ALBERO ----------------------------------------------------------------------------------------*/
/*NOTE: Fare uno stile proprio per #header > li > div > a*/
#header {}
#header ul { 
	list-style-type: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0 
}
#header li { 
	font-size: 10px; 
	text-align: left; 
	display: block; 
	margin-bottom: 1px; 
	padding: 2px 1px; 
	position: relative; 
	width: 188px; 
	border: solid 1px #666; 
}
.header li #level_2 {}
.header li #level_3 {}
.header li #level_4 {}
.header li #level_5 {}
/*per il caso qui di seguito, far sapere che ? da configurare*/
#header li#current_header{ 
	/*Nn funge in IE e FX*/
	color: #fff;
	background-color: #666; 
	text-decoration: none 
}
#header li div { 
	/*Nn funge in IE*/
	color: #fff; 
	text-decoration: none 
}
#header a:link { 
	color: #fff; 
	text-decoration: none 
}
#header a:visited { 
	color: #fff; 
	text-decoration: none 
}
#header a:hover { 
	color: #000; 
	text-decoration: none 
}
/* COLONNE DX E SX ----------------------------------------------------------------------------------------------------------*/
.menudx { 
	color: #0f3d0e; 
	font-size: 11px; 
	background-color: #d9b36a; 
	background-repeat: repeat-y; 
	background-position: left top; 
	padding-top: 4px; 
	padding-left: 0px; 
	vertical-align: top; 
	width: 200px; 
	height: 100%; 
}
.menudx a:link            { color: #0f3d0e; text-decoration: none  }
.menudx a:visited           { color: #0f3d0e; text-decoration: none }
.menudx a:hover              { color: #0f3d0e; text-decoration: none  }
/*---------------------------------------------------------------------------------------------------------------------------*/
.menusx { 
	color: #0f3d0e; 
	font-size: 11px; 
	background-color: #d9b36a; 
	background-repeat: repeat-y; 
	background-position: left top; 
	padding-top: 4px; 
	padding-left: 0px; 
	vertical-align: top; 
	width: 200px; 
	height: 100%; 
}
.menusx a:link            { color: #0f3d0e; text-decoration: none  }
.menusx a:visited           { color: #0f3d0e; text-decoration: none }
.menusx a:hover              { color: #0f3d0e; text-decoration: none  }
/* MENU REAL ESTATE ---------------------------------------------------------------------------------------------------------*/
.real_estate table, td, tr{ font-size: 11px; }
.RE_tipo {
	width: 170px;
	margin-right: 15px;
	margin-left: 15px;
}
/* BLOCCHI LATERALI ---------------------------------------------------------------------------------------------------------*/
.boxlaterali_boxlat{ font-family: Verdana; width: 200px; margin-right: 14px; margin-left: 14px; }
.box-title_boxlat{ 
	font-family: Verdana; 
	color: #00417d; 
	font-size: 12px; 
	font-weight: normal; 
	background-image: url(box_title.gif); 
	background-repeat: repeat-y; 
	background-position: 0 0; 
	text-align: center; 
	height: 30px; 
	width: 200px;
}
.box-testo_boxlat{ font-family: Verdana; color: #444442; font-size: 11px; font-weight: normal; background-color: #fff; background-repeat: repeat-y; background-position: 0 0; text-align: center; width: 200px; margin-right: 14px; margin-left: 14px; padding: 2px 3px 5px; border-left: 1px dashed #0c5599; border-bottom: 1px dashed #0c5599; border-right: 1px dashed #0c5599; border-top-width: 0; }

.box-bottom_boxlat{ font-family: Verdana;
	color: #0b0ba0; 
	font-weight: bold; 
	background-repeat: repeat-y; 
	background-position: 0 bottom; 
	text-align: center; 
	padding: 1px;
}
.box-testo_boxlat a:hover { 
	font-family: verdana;
	color: #0c5599;
}
.box-testo_boxlat a:link { 
	font-family: verdana;
	color: #0c5599;
}
.box-testo_boxlat a:visited{ 
	font-family: verdana;
	color: #0c5599;
}
/* DOVESEI ------------------------------------------------------------------------------------------------------------------*/
#dovesei {}
#dovesei a:link {}
#dovesei a:visited {}
#dovesei a:hover {}