body {
	background: #f4f4f4;
	font: helvetica;
	font-family: helvetica;
	font-size: 17px;
	margin: 0;
	padding: 0;
	border: 0;
}

input, select, textarea, label {
	font: helvetica;
	font-family: helvetica;
	font-size: 17px;
}

h1{
	font: helvetica;
	font-family: helvetica;
	font-size: 10pt;
	font-weight: normal;
}
    
h3{
font: helvetica;
	font-family: helvetica;
	font-size: 8pt;
	font-weight: normal;
}

.area_body_center{
	width: 866px; 
	height: 700px; 
	top: 50%; 
	margin-top: -350px; 
	left: 50%; 
	margin-left: -433px; 
	position: absolute;
}
		
.area_body_fix{
	width: 866px; 
	height: 700px; 
	margin-top: 20px;
	left: 50%; 
	margin-left: -433px; 
	position: absolute;
}
		
.area_menu_right_center{
	width: 166px; 
	height: 700px; 
	top: 50%; 
	margin-top: -350px; 
	position: absolute; 
	right: 0px; 
}
		
.area_menu_right_fix{
	width: 166px; 
	height: 700px; 
	margin-top: 20px;
	position: absolute; 
	right: 0px; 
}
		
.menu_arancione{
	width: 166px; 
	background: #be6d25; 
	z-index: 20;
	border: solid 1px #b2570e;
	border-right: 0px;
}
		
.ul_menu{
    list-style-type: none;
	list-style-image: none;
	margin-top: 22px;
	width: 110px;
	height: 100px;
	line-height: 30px;
}
		
.li_menu{
	border-bottom: solid 1px #524D44;
	width: 124px;
}
		
.li_menu_hover{
	background: #524D44;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
	
#corpo_centrale
{
    position: relative; 
    width: 1035px; 
    height: 700px;  
    left: 50%;
    margin-left: -500px;
}
	
#div_primo{
	float: left;
	width: 275px;
	height: 700px;
	background: url(../img/1-inverno.png);
	background-position: center center;
	z-index: 12;
	margin-right: 10px;
}

#div_primo_fixed_container{
    float: left;
    width: 275px;
	height: 100%;
    margin-right: 8px;
}

#div_primo_fixed{
	position: fixed;
	width: 275px;
	height: 700px;
	background: url(../img/1-inverno.png);
	background-position: center center;
	z-index: 12;
	margin-right: 10px;
}
		
#div_secondo{
	float: left;
	width: 275px;
	height: 700px;
	background: url(../img/2-inverno.png);
	background-position: center center;
	z-index: 12;
	margin-right: 10px;
}
		
#div_terzo{
	float: left; 
	width: 275px; 
	height: 700px; 
	background: url(../img/3-inverno.png); 
	background-position: center center; 
	z-index: 12;
}
		
#div_info{
	float: left; 
	width: 275px; 
	height: 700px; 
	background: url(../img/div_info.jpg); 
	background-position: center center; 
	z-index: 12;
}
		
#div_inevidenza{
	float: left; 
	width: 275px; 
	height: 700px; 
	background: url(../img/div_inevidenza.jpg); 
	background-position: center center; 
	z-index: 12;
}
		
#div_chisiamo{
	float: left; 
	width: 275px; 
	height: 700px; 
	background: url(../img/div_chisiamo.jpg); 
	background-position: center center; 
	z-index: 12;
}
		
.bottone_nero{
	float: left; 
	width: 200px; 
	height: 60px; 
	margin-top: 520px; 
	margin-left: 0px; 
	text-align: center; 
	font-weight: bold; 
	color: #524D44; 
	font-size: 16px; 
	font: helvetica;
	margin-left: 10px;
	background: url('../img/bottone nero 50alpha.png');
	z-index: 100;
}
		
.bottone_nero_hover{
	background: #524D44;
	color: #ffffff;
	cursor: pointer;
}

.bottone_nero>p{
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 22px;
}

#barra_dx
{
    float: right; 
    width: 179px;
    height: 700px;
}

#barra_dx_fixed_container
{
    float: right; 
    width: 179px;
    height: 100%;
}

#barra_dx_fixed
{
    position: fixed; 
    width: 179px;
    height: 700px;
}

tr.headerRow {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background: #999999;
}

tr.AlternatingRow {
	background-color: #f4f4f4;
	color: #000000;
}

tableList td {
	padding-top: 20px;
	padding-bottom: 20px;
}

.linkBianco {
	font-size: 19px;
	text-decoration: none;
	padding: 4px 16px 4px 16px;
	color: #ffffff;
}

	.linkBianco:hover {
		background: #ffffff;
		color: #999999;
	}

.bottoneBianco {
	font-size: 19px;
	text-decoration: none;
	padding: 4px 16px 4px 16px;
	color: #999999;
}

.bottoneBianco:hover{
  background: grey;
  color: #ffffff;
}

.biancoB {
	font-size: 19px;
	font-weight: bold;
	background: grey;
	color: #ffffff;
	padding: 4px 16px 4px 16px;
} 

.titoloB{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 4px 1px 4px;
  color: #ffffff;
}

.bianco {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	color: #ffffff;
	font-style: italic;
}  

.neroNormal{
  color: #000000;
} 

.rosso{
  color: #e5821a;
  font-weight: bold;
  text-decoration: none;
}

.rosso:hover{
  color: #6fac18;
}

#div_titolo{
  float: left; 
	width: 200px; 
	height: 60px; 
	margin-top: 120px; 
	margin-left: 0px; 
	text-align: center; 
	line-height: 60px; 
	font-weight: bold; 
	color: #524D44; 
	font-size: 16px; 
	font: helvetica;
	margin-left: 10px;
	background: url('../img/bottone nero 50alpha.png');
	z-index: 100;
}

.logo{
  width: 162px; 
  height: 62px; 
  z-index: 20; 
  background: url('../img/logo 160.png'); 
  background-position: right center; 
  background-repeat: no-repeat;
}

.list_immobili:hover{
  background-color: #7cae2b;
  cursor: pointer;
}

.idImmobiliHide{
  visibility: hidden;
  height: 0px;
  width: 0px;
  padding: 0;
  margin: 0;
  border: 0; 
}

.arancio_titolo{
  color: #e5821a; 
	font-size: 18px; 
	font: helvetica;
	font-weight: bold;
}

.div_immagini{
    position: relative;
}

.div_thunb{
    float: left;
    width: 140px;
    height: 90px;
    margin: 6px 6px 6px 6px;
    border: solid 2px #ffffff;
    overflow: hidden;
}

.border_group{
    border: solid 1px #e4e4e4;
    font-size: 10px;
}

.div_filtro{
    width: 166px; 
    height: 262px; 
    font-size: 12px;
    color: #ffffff;
    background: #be6d25;
    margin-bottom: 20px;
}

.div_filtro>p{
    margin: 12px 12px 12px 12px;
}

.slidingDiv {
    position: absolute;
    width: 168px;
    top: 307px;
    left: 0px;
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 8px;
}
 
.show_hide {
    background: #ffffff;
    color: #000000;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
}

.show_hide:hover {
    background: #b2570e;
    color: #ffffff;
}

#home_centrale{
    font-size: 12px;
}

#home_centrale>p{
    padding: 0;
    margin: 6px 0 0 0;
}

#home_centrale>p>span{
    font-style: italic;
    font-weight: bold;
}

.class_h3{
    display: block; 
    margin-top: 0px; 
    margin-bottom: 4px;
}

.class_h3>br{
    line-height: 19px;
}

.bottone_affitto{
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 16px 8px 16px;
  color: #be6d25;
  background: #ffffff;
  border: solid 2px #be6d25;
  text-transform: uppercase;
}


.bottone_affitto:first-child{
  margin-right: 20px;
}

.bottone_affitto:hover{
  background: #be6d25;
  color: #ffffff;
}

.link_cookies{
    font-size: 8pt;
    color: #524D44;
}

.link_cookies:hover{
    color: #ffffff;
}

.nuovo{
    width: 152px; 
    height: 20px; 
    line-height: 20px; 
    background: #7cae2b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.bAmministrazioni{
    float: left; 
    width: 130px; 
    height: 60px; 
    background: #6fac18; 
    margin-right: 3px; 
    text-align: center; 
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

.bAmministrazioniPage{
    float: left; 
    width: 130px; 
    height: 60px; 
    background: #fff; 
    margin-right: 3px; 
    text-align: center; 
    line-height: 60px;
    color: #6fac18;
    font-weight: bold;
}

.bAmministrazioniLast{
    margin-right: 0px; 
}

.bAmministrazioni:hover{
    background: #fff; 
    color: #6fac18;
    cursor: pointer;
}

.bAmministrazioni>a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.bAmministrazioni>a:hover{
    color: #6fac18;
}

.list_amm2{
    list-style: circle;
}