html {
  height: 100%;
  }

* {
  margin: 0;
  padding: 0;
  }
  
.tabs-hide{
  display:none;
}

body {
  background-color: #ffffff /*white*/;
  font-family: Arial,Georgia, Helvetica, sans-serif;
	font-size:14px;
	color:#4c4c4c;
	text-align:justify;
  }

a {
  color:#054996;
  text-decoration:none;
  font-weight:bold;
  }
  
a:hover{
  text-decoration:none;
  }

img {
  margin:0;
  border:0;
	}

p{

  }

h2{
  color:#054996;
	font-size:20px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-weight: 400;
	}

.typography h2.investimentiTitoloInterno{
	font-size:20px;
	width:250px;
	}
	
h3{
  color: #054996;
	margin: 0 0 8px 0;
	font-weight: 300;
	font-size: 20px;
  }

#content_main h3.maggioriInfoSoluzione{
	color:#E30771;
	font-size:19px;
	}
	
h4{
  color: #054996;
	margin: 0 0 8px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;
  }
  
ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.clear{
  clear:both;
}


/*-------testa--------*/
#header_home{
  position:relative;
  z-index: 1;
  height:384px;
  background-image:url(../images/sfondoBannerHome.png);
  background-repeat: repeat-x;
  background-position: top;
}

#logoSito{
  float:left;
}

#lang{
	position:absolute;
	top:5px;
	left:945px;
	width:40px;
}

#banner_home{
  height:384px;
  /*background-image:url(../images/bannerHome.png);
  background-repeat: no-repeat;
  background-position: top;*/
  width:1135px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}

#menutop{
  color:#4c4c4c;
  height:107px;
  background-image:url(../images/sfondoMenu.png);
  background-repeat: repeat-x;
  background-position: top;
}


#contentMenu{
  width:980px;
  margin:0 auto;
  background-image:url(../images/sfondoMenu.png);
  background-repeat: repeat-x;
  background-position: top;
  height:107px;
}

#vociMenu{
  float:right;
  position:relative;
}

#facebook{
  position:absolute;
  top:25px;
  right:-60px;
}

#facebook img{
  border:0;
}

#vociMenu ul{
  list-style-type:none;
  float:left;
}

#vociMenu ul li, #vociMenu ul#menuArea li{
  height:70px;
  float:left;
  padding:37px 6px 0 6px;
  display:block;
  margin-left:-2px;
}

span.bordoMenu{
  height:70px;
  float:left;
  background-image:url(../images/lineaLatoMenuPrincipale.png);
  background-repeat:no-repeat;
  background-position:right;
  width:2px;
}

span.bordoMenu{
  height:70px;
  float:left;
  background-image:url(../images/lineaLatoMenuPrincipale.png);
  background-repeat:no-repeat;
  background-position:right;
  width:2px;
  padding-top:37px;
}

#vociMenu ul li a span#homeButton{
  padding:17px 0 0 0;
  display:block;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#054996;
  background-image:url(../images/iconaHomeMenu.png);
  background-repeat:no-repeat;
  background-position:center top;
  float:left;
  width:100%;
  height:14px;
  margin-top:-2px;  
}

#vociMenu ul li a span, #vociMenu ul#menuArea li a span{
  color:#4c4c4c;
  padding-top:30px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
}

#vociMenu ul li a span.descrizione{
  padding:0 0 30px 0;
  display:block;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#054996;
}

#vociMenu ul#menuArea{
  float:right;
}

#vociMenu ul li a{
  display:block;
}

#vociMenu ul#menuArea li a span.descrizione{
  padding-top:0;
  color:#fe5858;
}

#vociMenu ul li:hover, #vociMenu ul#menuArea li:hover{
  background-image:url(../images/sfondoMenuHover.png);
  background-position:center top;
}

#vociMenu ul li.section, #vociMenu ul#menuArea li.section{
  background-image:url(../images/sfondoMenuCurrent.png);
  background-position:center top;
}

.sottoMenu{
  width:240px;
  border:4px solid #e6e6e6;
  padding:5px;
  background-color:#ffffff;
  position: absolute;
  z-index: 12;
  margin-top:6px;
  visibility: hidden;
}

#vociMenu ul#menuArea li .sottoMenu{
  margin-left:-200px;
  margin-top:4px;
}

.ulsottoMenu{
  width:145px;
  float:left;
  display:block;
  
}



#vociMenu ul li .sottoMenu .ulsottoMenu ul li{
  border-bottom:1px dotted #cfcfcf;
  margin-top:4px;
  padding:0;
  height:15px;
  float:left;
  width:160px;
}

#vociMenu ul li .sottoMenu .ulsottoMenu ul li a{
  font-size:10px;
  display:block;
  color:#000000;
}

#vociMenu ul li .sottoMenu .ulsottoMenu ul li a:hover{
  color:#054996;
}

#vociMenu ul#menuArea li .sottoMenu .ulsottoMenu ul li{
  border-bottom:1px dotted #cfcfcf;
  margin-top:4px;
  padding:0;
  height:15px;
  float:left;
  width:145px;
}

#vociMenu ul#menuArea li .sottoMenu .ulsottoMenu ul li a{
  font-size:10px;
  display:block;
  color:#000000;
}

#vociMenu ul#menuArea li .sottoMenu .ulsottoMenu ul li a:hover{
  color:#054996;
}

.imasottoMenu{
  width:75px;
  float:right;
  padding-left:20px;
}

#breadcrumb{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: -20px;/*10px*/
  padding-top:10px;
}

/*-------content home--------*/

#sfondo_home{
  background-image:url(../images/sfondoParteAlta.png);
  background-repeat:repeat-x;
  background-position:top;
}

#content_home{
  width:980px;
  margin:0 auto;
  padding-top:20px;
  background-image:url(../images/sfondoParteAlta.png);
  background-repeat:repeat-x;
  background-position:top;
}

.riga_cerchi{
  background-image:url(../images/rigaSeparaHomeVert.gif);
  background-position:center top;
  background-repeat:repeat-y;  
  margin:10px 0;
}

.riga_home{
  background-image:url(../images/rigaSeparaHomeVert.gif);
  background-position:center top;
  background-repeat:repeat-y;
  margin-bottom:20px;
}

#box_sx{
  width:460px;
  float:left;
  margin-right:50px;
  margin-top:45px;
}

#box_sxMondo{
  width:460px;
  float:left;
  margin-right:50px;
}

#box_dx{
  width:460px;
  float:left;
}

span.rigaOrizzontale{
  height: 20px;
  float: left;
  width:980px;
  margin:20px 0;
  background-image: url(../images/rigaSeparaHomeOriz.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.box_home{
  width:460px;
  float:left;
  margin-right:50px;
}

#box_news{
  margin-top:10px;
  padding:5px 0;
  border:3px solid #e6e6e6;
  background-color:#fafafa;
  width:460px;
  float:left;
}

#box_news img{
  margin-top:-25px;
}

#box_news h2{
  color:#000;
}

#box_news h3{
  font-size:14px;
  color:#054996;
}

/*-------main--------*/

#sfondoMain{
  /*background-image:url(../images/sfondoParteAlta.png);*/
  background-image:url("../images/sfondoParteAlta.png");
  background-repeat:repeat-x;
  background-position:top;
  /*padding-top:20px;*/
}

#sfondoMain_within{

	}
	
#content_main{
  width:980px;
  margin:0 auto;
  background-image:url("../images/sfondoParteAlta.png");
  background-repeat:repeat-x;
  background-position:top;
  padding-top:20px;
}

/*-----immobiliare-----*/

.boxImmobiliare_sx{
  width:473px;
  float:left;
  margin-right:34px;
}

.boxImmobiliare_dx{
  width:473px;
  float:left;
}

.evidenzaContent{
  width:439px;
  border:4px solid #e6e6e6;
  background-color:#fafafa;
  padding:12px;
  margin:5px 0;
}

.evidenzaContentBoxInterno{
  margin-bottom:13px;
	}

span.lineaTratteggiataEvidenza{
	border-top:1px gray dashed;
	height:1px;
	float:left;
	width:100%;
	margin-bottom:15px;
	}
	
#menuScelta ul{
  background-color:#e0e0e0;
  width:980px;
  height:110px;
  margin:10px 0;
}

#menuScelta ul li{
  width:326px;
  height:110px;
  float:left;
}

.contentMenuScelta{
  width:266px;
  height:82px;
  padding:28px 30px 0 30px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

.contentMenuScelta h3{
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.contentMenuScelta img{
  float: left;
  margin-right:18px;
}

#menuScelta ul li a{
  display:block;
  height:100%;
}

.contentMenuScelta.section , #menuScelta ul li a:hover{
  color:#fafafa;
  background-image: url(../images/sfondoOnMenuScelta.png);
  background-repeat: repeat-x;
}

.contentMenuScelta.section h3, #menuScelta ul li a:hover h3{
  color: #fafafa;
  font-size: 15px;
  font-weight: bold;
}

.contentMenuScelta.section a , #menuScelta ul li a:hover {
  color: #fafafa;
}

.separaScelta{
  float:left;
  width:1px;
  height:110px;
  background-image: url(../images/lineaLatoMenuPrincipale.png);
  background-repeat: no-repeat;
  background-position: center center;  
}

#cerca{
  float: left;
}

#avanzata{
  float: right;
  margin-top:10px;
}

/*------risultati------*/

div#risultati_top_content{
  width: 100%;
  position: relative;
  /*background-image: url(../images/casaAlberoBanner.png);
  background-position: right top;
  background-repeat: no-repeat;*/
}

img#immagineFormRicerca{
  right:0;
  z-index:10;
  position: absolute;
  margin-top:-20px;
	height:230px;
	width:286px;
}

/*
#formRisultati{
  width: 610px;
}*/

#risultati_content{
  padding-top:10px;
}

#risultati_content h2{
  color: #000;
  margin: 0 0 -15px 0;
}

.risultato{
  width: 434px;
  float: left;
  margin: 0 10px 20px 10px;
  border: solid 6px #e6e6e6;
  background-color: #fafafa;
  padding: 10px 12px;
}

.risultato img{
  float: left;
}

.risultato .descrizione{
  float:left;
  margin-left:10px;
  color:black;
  width:270px;
}

.risultato .descrizione .desc{
  text-align: left;
  font-size: 12px;
}
.risultato .descrizione{
  float:left;
}

.risultato:hover{
  border: solid 6px #90C0E6;
}

.risultato .descrizione .metratura{
  margin-left:5px;
}

.risultato .descrizione .localita span, .risultato .descrizione .metratura span, .risultato .descrizione .desc span{
  color:#054996;
}


#nonTrovato{
  float: left;
}

#elencoRisultati{
  float: right;  
}

/*------investimenti------*/

#headerInvestimenti{
  width: 980px;
  margin: 0 auto;
  background-image: url(../images/sfondoInvestimenti.png);
  background-repeat: no-repeat;
  background-position: top;
}

#contentHeaderInvestimenti{
  width: 954px;
  height: 363px;
  padding: 14px 13px 0 13px;
  position: relative;
}

#HeaderInvestimentiLeft{
  width: 480px;
  position: absolute;
  left:14px;
  z-index: 5;
  height:332px;
  margin-top:-5px;
}

#HeaderInvestimentiRight{
  width: 495px;
  background-image: url(../images/rettangoloBLu.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  right:15px;
  z-index: 10;
  height:332px;
}

#contentHeaderRight{
  width: 430px;
  padding: 20px 0 0 40px;
  color: #ffffff;
}

.soluzione{
	margin-top:15px;
  width: 165px;
  border-left: 1px dotted #cfcfcf;
  padding: 0 15px;
  float: left;
  margin-bottom: 20px;
}

#HeaderInvestimentiRight #contentHeaderRight  h3.titoloInvestimenti{
  font-size:24px;
  color:white;
  }

#contentHeaderRight #FormInvestimenti_submit{
  float:left;
  margin-left:20px;
  }

#contentHeaderRight p{
  color:white;
  }

.FormInvestimentoRicerca{
  border-top:1px white dotted;
  padding-top:10px;
  width:455px;
  height:119px;
  background-image:url(../images/SfondoForm.png);
  background-repeat:no-repeat;
  background-position:center left;
}

#FormInvestimenti_submit fieldset{
  float:left;
  border:0;
  }

#HeaderInvestimentiRight #contentHeaderRight h3.offertaInvestimenti{
  color:yellow;
  padding-left:9px;
  padding-top:10px;
  font-size:15px;
  font-weight:bold;
  }

#FormInvestimenti_submit .Actions{
  margin-left:15px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:20px;
  float:left;
  background-image:url(../images/lenteRicercaa.png);
  background-repeat:no-repeat;
  background-position:4px 2px;
  border: 2px solid #006BB8;
  }

#FormInvestimenti_submit .Actions input{
  background-color:transparent;
  border:0;
  color:#054996;
  font-weight:bold;
  cursor:pointer;
  }

#FormInvestimenti_submit_TipoInvestimento{
  width:180px;
  padding: 2px 5px;
  }

.immagineSoluzione{
	height:90px;
	margin-bottom:16px;
	}
/*------soluzione------*/

#soluzioneHeader{
  width: 980px;
  margin: 0 auto;
  /*height: 270px;*/
  margin-bottom:30px;
}

#soluzioneLogo{
  width: 400px;
  float: left;
  margin-top: 40px;
}

#soluzioneForm{
  width: 460px;
  float: right;
  height: 120px;
  background-image: url(../images/casaRossa.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-left: 120px;
  padding-top: 95px;
}

#infoSoluzione{
  width: 972px;
  height: 172px;
  background-color: #f2f2f2;
  background-image: url(../images/sfondoBusta.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 4px #e6e6e6 solid;
  
}

.immagineLateraleSoluzione{
	width:478px;
	float:right;
	background-image:url(../images/sfondoInvestimentiSoluzioneTop.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:6px;
	}

.immagineLateraleSoluzioneBottom{
	width:478px;
	float:right;
	background-image:url(../images/sfondoInvestimentiSoluzioneBottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:6px;
	}

.immagineLateraleSoluzioneContent{
	background-image:url(../images/sfondoInvestimentiSoluzioneContent.png);
	background-position:0 0;
	background-repeat:repeat-y;
	padding:12px 20px 9px 18px;
	}
	
.testoLateraleSoluzione{
	float:left;
	width:485px;
	}

/* - - - - - Richiesta Informazioni mail - - - - - */

#FormInformazioniSoluzioni_sendRequestInfo{
	color:#014993;
	float:left;
	}
	
#FormInformazioniSoluzioni_sendRequestInfo fieldset{
	width:765px;
	height:130px;
	border:0;
	padding-top:10px;
	padding-left:15px;
	}
	
#FormInformazioniSoluzioni_sendRequestInfo div{
	float:left;
	}
	
#FormInformazioniSoluzioni_sendRequestInfo div .middleColumn{
	clear:both;
	}
	
#FormInformazioniSoluzioni_sendRequestInfo #Note{
	clear:both;
	}
	
textarea#FormInformazioniSoluzioni_sendRequestInfo_Note{
	height:70px;
	width:476px;
	}

#FormInformazioniSoluzioni_sendRequestInfo .Actions{
	float:right;
	margin-right:150px;
	}

#FormInformazioniSoluzioni_sendRequestInfo .Actions input{
	border:0;
	background-color:transparent;
	color:#0C4697;
	font-size:20px;
	cursor:pointer;
	}

input#FormInformazioniSoluzioni_sendRequestInfo_NomeCognome{
	width:476px;
	}
	
#NomeCognome, #Note{
	margin-right:25px;
	}

#NomeCognome, #Email{
	margin-bottom:10px;
	}
	
#FormInformazioniSoluzioni_sendRequestInfo_Email,
#FormInformazioniSoluzioni_sendRequestInfo_Telefono,
#FormInformazioniSoluzioni_sendRequestInfo_NomeCognome,
#FormInformazioniSoluzioni_sendRequestInfo_Note{
	padding:2px;
}

.typography h3.maggioriInfoSoluzione span.campiObbligatori{
	font-size:10px;
	color:black;
	}
	
/*--------realizzazioni--------*/

.elementoArchivio{
  border:3px solid #e6e6e6;
  background-color:#fafafa;
  width:940px;
  padding:17px;
  margin-bottom:10px;
  margin-top:15px
}

.testoElementoArchivio{
  float:left;
  width:409px;
  border-right:1px dotted #cfcfcf;
  text-align: left;
  
}

.caroselloElementoArchivio{
  float:left;
  width:530px;
}

.linkRealizzazioni{
  float: right;
}

.linkRealizzazioni a{  
  color:#054996;
  text-align:right;
}


div#left_content{ 
  width:691px; 
  height:369px; 
  float:left;
}
/*
div#right_content{
  width:271px;
  height:269px;
  float:right;
  padding:100px 0 0 18px;
  background-image:url(../images/sfondoRicercaImmobili.png);
  background-position:right 30px;
  background-repeat:no-repeat;
}
*/

div#right_content{
  width:271px;
  height:269px;
  float:right;
  background-image:url(../images/sfondoRicercaImmobili.png);
  background-position:right top;
  background-repeat:no-repeat;
}

/*------scheda immobile------*/

#schedaImmobile{
}

#schedaLeft{
  width: 522px;
  float: left;
}

#schedaRight{
  width: 458px;
  float: right;
}

/*--tabber--*/

.panes .pane {
	display:none;
	/*padding:15px 10px;*/
	/*border:1px solid #999;*/
	border-top:0;
	border:4px solid #E6E6E6;
	font-size:14px;
	background-color:#fafafa;
	margin-bottom:15px;
}


div.content_tabber ul.tabs{ 
  list-style:none; 
  height:26px;
}

div.content_tabber ul.tabs li{ 
  width: 110px;
  height: 29px;
  float:left;  
  background-image: url(../images/tabberOff.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

div.content_tabber ul.tabs li a:hover{
  width: 110px;
  height: 30px;
  display:block; 
  font-size:12px; 
  font-weight:bold; 
  color:#666;
  background-image: url(../images/tabberHover.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height:28px;
}

div.content_tabber ul.tabs a{
  display:block; 
  font-size:12px; 
  font-weight:bold; 
  color:#666; 
  padding-left: 10px; 
  line-height:28px;
}

div.content_tabber ul.tabs a:hover{
  display:block;
  font-size:12px; 
  font-weight:bold; 
  color:#054996; 
  /*padding:7px 15px 2px 15px;*/ 
  line-height:28px;
}

div.content_tabber ul.tabs li a.current, div.content_tabber ul.tabs li a.current:hover{
  width: 110px;
  height: 30px;
  display:block; 
  font-size:12px; 
  font-weight:bold; 
  color:#054996;
  background-image: url(../images/tabberOn.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height:28px;
}

.marginTab{
  width: 6px;
  height: 1px;
  float: left;
}

.tab_content{
  width: 450px;
  text-align: center;
  background-color: #fafafa;
  border: 4px solid #e6e6e6;
  margin-bottom: 15px;
}

.imageBig{
  width:420px;
  margin: 0 auto;
  margin-top: 15px;
}

/*--fine tabber--*/

#schedaInfo{
  width: 450px;
  background-color: #fafafa;
  border: 4px solid #e6e6e6;
  margin-bottom: 15px;
}

#schedaInfo fieldset{
  border:0;
  padding-left:20px;
}

#schedaInfo #Nome{
  width:400px;
}

#schedaInfo #Nome label{
  color:#054996;
}

#schedaInfo #Nome input{
  width:400px;
  border:1px solid #E6E6E6;
}

#schedaInfo #Cognome{
  width:400px;
}

#schedaInfo #Cognome label{
  color:#054996;
}

#schedaInfo #Cognome input{
  width:400px;
  border:1px solid #E6E6E6;
}

#schedaInfo #Email{
  float:left;
}

#schedaInfo #Email label{
  color:#054996;
}

#schedaInfo #Email input{
  width:190px;
  border:1px solid #E6E6E6;
}

#schedaInfo #Telefono{
  float:left;
  margin-left:15px;
}

#schedaInfo #Telefono label{
  color:#054996;
}

#schedaInfo #Telefono input{
  width:190px;
  border:1px solid #E6E6E6;
}

#schedaInfo #Note{
  clear:both;
}

#schedaInfo #Note label{
  color:#054996;
}

#schedaInfo #Note textarea{
  border:1px solid #E6E6E6;
}

#schedaInfo.fluido{
  width:100%;
  }

#schedaInfo.fluido #Nome,
#schedaInfo.fluido #Cognome,
#schedaInfo.fluido #Email,
#schedaInfo.fluido #Telefono,
#schedaInfo.fluido #Note{
  float:left;
  width:200px;
  }

#schedaInfo.fluido #Nome input,
#schedaInfo.fluido #Cognome input,
#schedaInfo.fluido #Email input,
#schedaInfo.fluido #Telefono input,
#schedaInfo.fluido #Note input{
  width:200px;
  }
  
#schedaInfo.fluido #Cognome, #schedaInfo.fluido #Email{
  margin-left:15px;
  }
  
#Form_InfoForm_action_SubmitInfoForm{
  padding-top:1px;
  padding-bottom:1px;
  padding-left:20px;
  background-image:url(../images/freccineInfoForm.png);
  background-repeat:no-repeat;
  background-position:4px 4px;
  /*border: 2px solid #006BB8;*/
  border:0;
  background-color: #FafaFa;
  color:#006BB8;
  font-weight: bold;
  margin:20px 0 10px 20px;
  cursor:pointer;
  }

#pulsanteInfo{
  width: 417px;
  height: 72px;
  margin:0 9px 9px 9px; 
  background-image: url(../images/boxMaggioriInfo.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 23px 0 5px 15px;
}

#pulsanteInfo.fluido{
  width:100%;
  }

#pulsanteInfo.fluido h3{
  margin-left:300px;
  }
  
  
h3.schedaImmobile, .valorePrezzo{
  font-size: 21px;
  font-weight: bold;
  color: #db0000;
  /*margin-top:40px;*/
}

#schedaLeft{
  font-size: 12px;
  color: #000000;
}

#schedaLeft h4, .etichettaPrezzo{
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.etichettaprezzovera{
  margin-bottom:3px;
}

.datiTabella{
  width: 242px;
  float: left;
  margin: 0 19px 10px 0;
  border-bottom: #cfcfcf dotted;
}

.datoLeft{
  width: 121px;
  float: left;
  color: #054996;
}

.datoRight{
  width: 121px;
  float: left;
}

.descrizioneScheda{
  width: 512px;
  border-bottom: 1px #cfcfcf solid;
  margin: 10px 10px 10px 0;
  padding-bottom:10px;
}

#immobiliSimili{
  width: 972px;
  height: 117px;
  background-color: #fafafa;
  border: 4px solid #e6e6e6;
  margin-bottom: 10px;
  margin-top:-10px;
}

#teleMutuo{
  margin-bottom:20px;
}

#teleMutuo img{
  float:left;
  margin-right:20px;
}

.simili{
  width:301px;
}

.simili h3{
  font-size:18px;
  text-align:left;
}
.simili img{
  float:left;
  margin-right:5px;
}

.simili .descrizione{
  float:left;
  margin-right:5px;
  width:200px;
}

.simili .descrizione .localita{
  
}

.simili .descrizione .localita span, .simili .descrizione .metratura span, .simili .descrizione .desc span{
  color:#054996;
}

.simili .descrizione .prezzo{
  color:red;
  font-size: 18px;
}

.evidenzaContent a div{
	font-weight:normal;
	color:#4c4c4c;
	}

.evidenzaContent a div span{
	font-weight:bold;
	}

.evidenzaContent a .titoloEvidenzaBoxNome{
	font-weight:bold;
	color:#4A71BE;
	width:48%;
	float:left;
	margin-bottom:5px;
	color:#054996;
	padding-top:2px;
	text-align:left;
	}
	
.evidenzaContent a .prezzoEvidenzaBoxNomeNew{
  float:right;
  color:#D5520C;
  font-size:17px;
  margin-bottom:5px;
  width:50%;
  text-align:right;
  color:#E55A00;
  }
  
/*-------footer--------*/


#sfondo_footer {
  height:180px;
  background-image:url(../images/sfondoFooter.png);
  background-repeat: repeat-x;
	background-position: top;
	padding-top:60px;
	background-color:#E1E2DE;
}

#footer{
  width:980px;
  margin:0 auto;
}

#footer_down{
  width: 980px;
  float:left;
}
#footer_down a{
  color:#696969;
  font-size:16px;
  font-weight:bold;
}
#footer_up{
  width: 980px;
  float:right;  
}

#footer_up img{
  float: right;
  border:2px solid #b2b2b2;
  margin:26px 0 26px 7px;  
}

#footer_sx{
	text-align:center;
	}

#footer_sx img{
	margin-bottom:5px;
	}
	


/* - - - - - Form ricera immobili - - - - - */

#Form_SearchImmobiliForm{
  width:100%;
  }
  
#formRisultati{
  width: 96%;
  float:left;
  position:relative;
}

#formRicercaImmobili #formRisultati{
  width:63%;
}

#formRicercaImmobiliShow #formRisultati{
  width:63%;
}

#formRicercaImmobiliShow{
  /*height:200px;*/
  margin-top:40px;
}

#formRicercaImmobiliShow img{
  margin-top:-60px;
}
  
#Form_SearchImmobiliForm fieldset{
  border:0;
  }
  
fieldset #Contratto{

  }

#Form_SearchImmobiliForm select,
#Form_SearchImmobiliForm input{
  padding:2px;
  width:87%;
  border:1px #E6E6E6 solid;
  }
  
#Form_SearchImmobiliForm fieldset div{
  float:left;
  width:130px;
  margin-bottom:3px;
  margin-top:2px;
  }
  
#Form_SearchImmobiliForm fieldset div label{
  margin-bottom:2px;
  }
  
h2.labelFormRicercaImmobili{
  width:180px;
  margin-top:90px; /*69*/
  }
  
.Actions input#Form_SearchImmobiliForm_action_doSearch{
  background-color:transparent;
  border:0;
  cursor:pointer;
  color:#054996;
  text-align:left;
  font-weight:bold;
  padding-right:10px;
  }

#Form_SearchImmobiliForm .Actions{
  padding-top:1px;
  padding-bottom:1px;
  padding-left:20px;
  float:left;
  background-image:url(../images/lenteRicercaa.png);
  background-repeat:no-repeat;
  background-position:4px 4px;
  border: 2px solid #006BB8;
  }

.required{
  color:red;
}

#MemberLoginForm_LoginForm{

	}

#MemberLoginForm_LoginForm fieldset{
	border:0;
	}
	
#MemberLoginForm_LoginForm .Actions input#MemberLoginForm_LoginForm_action_logout,
input#MemberLoginForm_LoginForm_action_dologin{
  background-color:transparent;
  border:0;
  cursor:pointer;
  color:#054996;
  text-align:left;
  font-weight:bold;
  border: 2px solid #006BB8;
	padding:2px;
	}
	
#MemberLoginForm_LoginForm .Actions{
	margin-top:20px;
	}
	
p#Remember{
	margin-top:10px;
	}
	
p#ForgotPassword{
	margin-top:5px;
	font-size:10px;
	font-weight:normal;
	}

.ringraziamentoForm{
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	}
	
#breadcrumb{
	text-transform:lowercase;
  font-size: 14px;
	}
	
.typography h4.complessiEvidenziati{
	font-size:19px;
	font-weight:550;
	padding-bottom:3px;
	}
	
/* - - - - - Form immobili show - - - - - */

#content_tabber{
	border:0;
	}
	
.frecciaCaroselloJquery{
	float:left;
	
}
.frecciaCaroselloJquery.sinistraFrecciaJquery{
	margin-left:12px;
	background-image:url(../images/sfondoCaroselloSx.png);
	background-position:left center;
	background-repeat:no-repeat;
	}

.frecciaCaroselloJquery.destraFrecciaJquery{
	background-image:url(../images/sfondoCaroselloDx.png);
	background-position:right center;
	background-repeat:no-repeat;
	}

.tabDownload{
  padding-top:5px;
  padding-left:5px;
}
	
.file{
  width:105px;
  height:70px;
  margin:5px;
  border:6px solid #E6E6E6;
  float:left;
  background-color: #FAFAFA;
  padding:10px;
  text-align: center;
}

.file:hover{
  border:6px solid #90C0E6;
}

/*------ big_slider ------*/
div#big_slider{ width:691px; height:369px; position:relative; background-image:url(../images/bg_home_gallery.gif); background-position:0 bottom; background-repeat:repeat-x; margin:0 0 20px 0;}

div.left_big_slider_arrow{ position:absolute; left:0; top:163px; width:40px; height:40px; margin-left:18px;}
div.left_big_slider_arrow a{ display:block; text-indent:-9999px; width:40px; height:40px; background-image:url(../images/left_home_gallery_arrow_up.png); background-position:0 0; background-repeat:no-repeat;}
div.left_big_slider_arrow a:hover{ display:block; text-indent:-9999px; width:40px; height:40px; background-image:url(../images/left_home_gallery_arrow_hover.png); background-position:0 0; background-repeat:no-repeat;}

div.right_big_slider_arrow{ position:absolute; right:0; top:163px; width:40px; height:40px; margin-right:10px;}
div.right_big_slider_arrow a{display:block; width:40px; height:40px; text-indent:-9999px; background-image:url(../images/right_home_gallery_arrow_up.png); background-position:0 0; background-repeat:no-repeat;}
div.right_big_slider_arrow a:hover{ display:block; width:40px; height:40px; background-image:url(../images/right_home_gallery_arrow_hover.png); background-position:0 0; background-repeat:no-repeat;}

div#big_scrollable{ float:left; width:691px; height:369px; position:absolute; overflow:hidden; background-image:url(../images/rettangoloBiancoCarosello.png); background-repeat:none;}
div#big_thumbs_container{ position:absolute; width:20000em; clear:both;}
div.big_thumb_container{ float:left; width:652px; height:332px; /*margin:18px 3px 0 18px; padding:0 10px 0 0;*/}
div.big_thumb{ position:relative;}
div.big_thumb a{ text-decoration:none; font-weight:normal; color:#fff;}
div.big_thumb_caption{ position:absolute; bottom:3px; left:0; width:100%; background-image:url(../images/bg_caption_gallery_item_hover.png); color:#F2F02B;}
/*div.big_thumb_caption:hover{ position:absolute; bottom:0; left:0; width:100%; background-image:url(../images/bg_caption_gallery_item_hover.png); color:#F2F02B;}*/
div.big_thumb_caption span{ display:block; padding:10px 20px;}
div.big_thumb_caption span a{ font-weight:bold; color:#F2F02B;}
div.big_thumb_caption span a:hover{font-weight:bold; color:#F2F02B;}
div.big_thumb_caption span h3{color:#ffffff; font-size:16px; font-weight:bold; margin:0;}

form#Form_CurriculumForm fieldset{
  border:0;
  }

#CurriculumFile{
  border:0;
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  }

form#Form_CurriculumForm fieldset #Nome label,
form#Form_CurriculumForm fieldset #Cognome label,
form#Form_CurriculumForm fieldset #Nascita label,
form#Form_CurriculumForm fieldset #mail label,
form#Form_CurriculumForm fieldset #Telefono label,
form#Form_CurriculumForm fieldset #CurriculumFile label{
  width:150px;
  }

form#Form_CurriculumForm fieldset #CurriculumFile.field.file{
  text-align: left;
  }
  
form#Form_CurriculumForm fieldset #Nome,
form#Form_CurriculumForm fieldset #Cognome,
form#Form_CurriculumForm fieldset #Nascita,
form#Form_CurriculumForm fieldset #mail,
form#Form_CurriculumForm fieldset #Telefono,
form#Form_CurriculumForm fieldset #CurriculumFile{
  margin-bottom:10px;
  }

#Form_CurriculumForm_Nascita{
  width:151px;
  }

.Actions input#Form_CurriculumForm_action_doCurriculum{
  border:0;
  background-color:#ffffff;
  cursor: pointer;
  color:#054996;
  background-image:url("../images/freccineInfoForm.png");
  background-position:4px 4px;
  background-repeat: no-repeat;
  padding: 1px 20px;
  font-weight:bold;
  }

#Form_RichiediPreventivoForm_Testo{
  margin-left:115px;
}

#Form_RichiediPreventivoForm fieldset{
  border:0;
  }


#Form_RichiediPreventivoForm fieldset #Nome label,
#Form_RichiediPreventivoForm fieldset #Cognome label,
#Form_RichiediPreventivoForm fieldset #Nascita label,
#Form_RichiediPreventivoForm fieldset #mail label,
#Form_RichiediPreventivoForm fieldset #Telefono label,
#Form_RichiediPreventivoForm fieldset #CurriculumFile label{
  width:150px;
  }

form#Form_RichiediPreventivoForm fieldset #CurriculumFile.field.file{
  text-align: left;
  }
  
form#Form_RichiediPreventivoForm fieldset #Nome,
form#Form_RichiediPreventivoForm fieldset #Cognome,
form#Form_RichiediPreventivoForm fieldset #Nascita,
form#Form_RichiediPreventivoForm fieldset #mail,
form#Form_RichiediPreventivoForm fieldset #Telefono,
form#Form_RichiediPreventivoForm fieldset #CurriculumFile{
  margin-bottom:10px;
  }


.Actions input#Form_RichiediPreventivoForm_action_doRichiediPreventivo{
  border:0;
  background-color:#ffffff;
  cursor: pointer;
  color:#054996;
  background-image:url("../images/freccineInfoForm.png");
  background-position:4px 4px;
  background-repeat: no-repeat;
  padding: 1px 20px;
  font-weight:bold;
  }
  
  #loadingDiv{
  position:absolute;
  width:100%;
  height:100%;
  z-index:100;
  background-image: url(../images/sfondoLoading.png);
  display:none;
}

#loadingDiv img{
 position:absolute;
 left:50%;
 top:50%;
 z-index:101;
}

#imgDefault{
  margin-top:50px;
}

img.left{
  margin-right:15px;
  margin-bottom:15px;
  }
  
img.right{
  margin-left:15px;
  margin-bottom:15px;
  }
  
#PhoneNumber{
  display:none;
}
