/* CSS Document */

body { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	background-color:#FFFFFF;
}  

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

body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

.container{
	width:949px;
	height:100px;
	position:relative;
	left:0%;
	top:10px;
	background-color:#EEEEEE;
	margin: 0 auto;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;  border-radius: 10px; border: 1px; solid;
}

#line{
	background-image:url(../images/striscia.png);
	background-repeat:repeat-x;
	height:86px;
	width:100%;
	position:absolute;
	left:0;
	top:46px;
}

#logo{
	position:relative;
	margin:0 auto;
	width:248px;
	height:68px;
}



#map_canvas{
	-moz-border-radius: 10px; -webkit-border-radius: 10px;  border-radius: 20px; border: 10px; solid;
	z-index:1;
	position:relative;
	overflow:hidden;

}







#finder{ float:left; width:322px; height:402px; margin-top:120px; margin-bottom:90px; background-color:#DFDFDF; 	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

#finder_header{ height:45px; background-image:url(../images/top_search.png); }
h1{ padding-top:6px; color:#CCCCCC; font-size:16px; margin-left:8px; font-weight:bold;}

#find_form{ margin-top:0px;}



label {
	float: left; clear: left; margin: 5px 10px 0 10px; width: 68px;
	text-align: right; font-size: 12px; color: #445668; 
	text-transform:capitalize; text-shadow: 0px 1px 0px #f2f2f2;
	font-weight:bold;
}

input {
	width: 260px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #5E768D;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	 font-size: 16px; color: #FFFFFF; text-transform: uppercase; ; 
}

.contratto{ display:inline; }
.contratto li{ display:inline; font-size:12px;}

input[type="radio"]{
width:40px;
height:40px;
padding: 0px 2px 0px 10px; margin: 0 0 10px 0; 
}

.inputp{
	width: 70px; height:20px;  padding: 1px 0px 1px 2px; margin: 0 0 20px 0;
	border:1px solid;
	background-color:#FFFFFF;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-size: 16px; color: #333333;
	text-transform: capitalize;
}


select {
	width: 190px; height: 25px; padding: 0px 2px 0px 10px; margin: 0 10px 10px 25px; 
	background: #EAEEF0;
	background: -moz-linear-gradient(top, #EAEEF0 0%, #EAEEF0 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEEF0), color-stop(20%,#EAEEF0)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	 font-size: 16px; color: #333333;
	text-transform: capitalize;
}


input::-webkit-input-placeholder  {
	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
}
input:-moz-placeholder {
	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
}

textarea {
	width: 260px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-size: 16px; color: #f2f2f2; text-transform: uppercase; text-shadow: 0px -1px 0px #334f71; 
}
textarea::-webkit-input-placeholder  {
	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
}
textarea:-moz-placeholder {
	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
}
	/*
input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit 
}*/

input[type=submit] {
	width: 190px; height: 52px; float: right; padding: 10px 15px; margin: 20px 21px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	 color:#FFFFFF; font-weight:bold;
background: -webkit-gradient(linear, left top, left bottom, from(#14308A), to(#206991));
background: -moz-linear-grasient(top, #14308A, #206991);

	cursor: pointer;
}

.inviaRichiesta{
	width: 215px; height: 52px; float: right; padding: 10px 15px; margin: 20px 21px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c; color:#FFFFFF; font-weight:bold;
background: -webkit-gradient(linear, left top, left bottom, from(#14308A), to(#206991));
background: -moz-linear-grasient(top, #14308A, #206991);
	cursor: pointer;
}



#navbar{
	width:910px;
	height:36px;
	margin-top:40px;
	margin-left:-30px;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	list-style:none;
}


.btn_normal a{	font-size:16px;	color:#333333; text-decoration:none;}
.btn_normal a:hover{
	color:#999999;
}

.btn_select a{ font-size:16px; color:#DFDFDF;text-decoration:none;}

.btn_normal{
	float:left;
	padding:10px;
	width:150px;
	text-align:center;
	margin-right:10px;
	margin-top:13px;
	border: 0px;
	z-index:0;
	cursor:pointer;

}

.btn_select{
	float:left;
	color:#DFDFDF;
	padding:10px;
	width:150px;
	text-align:center;
	margin-right:10px;
	margin-top:13px;
	-moz-border-radius-bottomright: 10px; 
	border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-bottom-left-radius: 10px; 
	border: 0px;
	background-image:url(../images/striscia.png);
	z-index:0;
	cursor:default;
}



.thumb_e{ float:left; margin-left:5px; margin-bottom:2px; cursor:pointer; width:90px; height:70px; overflow:hidden;
		  -moz-border-radius: 4px; -webkit-border-radius: 4px;  border-radius: 4px; border: 1px solid #CCCCCC;
		  text-align:center;
}


.thumb_e:hover .img_content{ display:block;}

.img_content{ display:none; width:195px; height:120px; margin-top:-150px; background-color:#FFFFFF; opacity:0.8; z-index:1;}
.img_content p{ line-height:15px; margin-left:10px; font-size:12px; padding-top:20px; color:#333333;}


.thumb_e_header{ position:absolute; width:195px; height:27px; background-image:url(../images/top_thumb.png);  background-position:top; z-index:2;}


#risultati{ float:left; margin-left:10px; width:610px; min-height:100px;  margin-top:120px;}


#footer{ border-top:solid 5px #003366; height:155px; width:100%; background-color:#162885; display:block; clear:both; 	background-image:url(../images/striscia.png);	background-repeat:repeat-x;
}

#footer_content{ margin:0 auto; width:927px;}

#footer_intestazione{margin:0 auto; position:relative; display:block;  width:100%; height:40px; background-color:#0F4D9B; z-index:10;}

#footer_intestazione .content{  margin:0 auto; padding-top:14px; color:#CCCCCC; font-size:12px; width:960px;}

.block_footer{float:left; margin-top:10px;}

.block_footer2{
	float:left;
	padding-left:40px;
	margin-top:10px;
}

.block_footer_info{float:right; margin-top:20px;}

#footer ul{ list-style:none; margin:0 auto;}

.first_foot{ padding-bottom:3px; color:#DFDFDF; font-size:14px; font-weight:bold;}

.li_foot{ padding-top:3px; color:#CCCCCC; font-size:12px;}


#footer ul li a.l_footer:link    {text-decoration: none; color: #FFFFFF;}

#footer ul li a.l_footer:visited {text-decoration: none; color: #FFFFFF;}

#footer ul li a.l_footer:hover   {color:#999999;}

.ix {
	width:45px;
	height:45px;
	margin-top:3px;
	margin-left:10px;
	margin-right:3px;
	background-color: #14308A;
	background: -webkit-gradient(linear, left top, left bottom, from(#14308A), to(#206991)); /* per browser webkit come Safari */
	background: -moz-linear-grasient(top,  #14308A,  #206991); /* per firefox 3.6+ */
	border:solid 1px #ffffff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border-bottom: solid 0px;
	float:left;
}


.listaris {
	width:100%;
	height:auto;
	border-top:dotted 1px #CCCCCC;
	border-bottom:dotted 1px #CCCCCC;
	float:right;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#FFFFFF;
	margin-bottom:6px;
}

#listaRisultati{ margin-top:75px;	margin-bottom:20px;}

#listaRisultati a{ text-decoration:none;}


#listaDettagli{ margin-top:75px;	margin-bottom:20px; height:900px;}

.boxRis{
	border:solid 1px #FFFFFF;;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	position:relative;
	width:100%;
	height:151px;
}

.boxRis:hover{
	position:relative;
	border:solid 1px #89A6CA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#F3F6FB;
	cursor: pointer; 
}

.titolo_res{ color:#1C40BD; font-size:14px; margin-top:10px; margin-left:10px; font-weight:bolder;}

.sottotitolo_res{ margin-left:230px; color:#333333; font-size:12px; margin-top:10px; font-weight:bolder;}

.desc_res{ margin-left:230px; color:#333333; font-size:12px; margin-top:10px; font-weight:normal;}


.prezzo_res{
position:absolute; margin-left:230px; font-size:12px; font-weight:bold;
bottom:8px;
}

.altro_res{
position:absolute; right:10px; font-size:12px; bottom:8px;
}

.foto_res{ width:195px; height:105px; 
			margin-top:10px; margin-left:10px;
			border:solid 1px #89A6CA;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			overflow:hidden;
			float:left;
			background:#FFFFFF;

}


.rislinkb {
margin-RIGHT: 3px;
float: left;
width: 25px;
height: 20px;
background-color: #206891;
border: Solid 2px #429DD5;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
padding-top: 5px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.rislinka {
margin-RIGHT: 3px;
float: left;
width: 25px;
height: 20px;
background-color: #1C40BD;
border: Solid 2px #429DD5;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
padding-top: 5px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.rislinkprea {
margin-RIGHT: 3px;
float: left;
width: 100px;
height: 20px;
background-color: #1C40BD;
border: Solid 2px #429DD5;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
padding-top: 5px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.rislinkpreb {
margin-RIGHT: 3px;
float: left;
width: 100px;
height: 20px;
background-color: #206891;
border: Solid 2px #429DD5;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
padding-top: 5px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.btn3o {
cursor: pointer;
width: auto;
padding: 8px;
height: auto;
padding-left: 21px;
padding-right: 21px;
border: solid 1px #CCC;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 12px;
background-color: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#EEE));
background: -moz-linear-grasient(top, #CCC, #EEE);
color: #333;
font-weight: bold;
text-transform: uppercase;
}

.btn4o{
cursor:pointer;
width:auto;
padding:8px;
height:auto;
padding-left:21px;
padding-right:21px;
border:solid 1px #bbbbbb;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size:12px;
background-color: #bbbbbb;
background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#dddddd)); /* per browser webkit come Safari */
background: -moz-linear-grasient(top,  #bbbbbb,  #dddddd); /* per firefox 3.6+ */
color:#ffffff;
font-weight:bold;
text-transform:uppercase;
text-shadow: 0px 0px 3px #bbbbbb;
}




/*TAB DETTAGLI*/

.tab_res{
	position:relative;
	width:610px;
	height:26px;
	margin-top:90px;
	font-size:12px;
	font-weight:bold;
}

#tabs{
	display:block;
	width:610px;
	height:304px;
	overflow:hidden;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;  border-radius: 10px; 
	border: 1px solid #999999;
	-moz-border-radius-topleft: 0px; 
	border-top-left-radius: 0px;
	z-index:-3;
}

.btn_tab{
	font-size:14px;
	text-align:center;
	float:left;
	line-height:2em;
	margin-right:3px;
	width:60px;
	height:26px;
	color:#333333;
	-moz-border-radius-topright: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	border-top-left-radius: 5px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	z-index:0;
	border-bottom-style:none;
	border-bottom:0px;
	border-bottom-color:#FFFFFF;
	background-image:url(../images/tabbox.gif);
	cursor:pointer;
}


.btn_tab_select{
	font-size:14px;
	text-align:center;
	line-height:2em;
	margin-right:3px;
	float:left;
	width:60px;
	height:26px;
	color:#333333;
	-moz-border-radius-topright: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	border-top-left-radius: 5px; 
	border: 1px solid #999999;
	background-color:#FFFFFF;
	z-index:2;
	cursor:default;
	border-bottom-style:solid;
	border-bottom:5px;
	border-bottom-color:#FFFFFF;
}




#map_canvas{
	-moz-border-radius: 5px; -webkit-border-radius: 5px;  border-radius: 5px; border: 5px; solid;
	z-index:1;
	position:absolute;
	overflow:hidden;
	margin:0 0 0 0; padding:0 0 0 0;
}


.tab{
	width:610px;
	height:304px;
	overflow:hidden;
	margin-top:0px;
	margin-left:10px;
}

#tabs_map{ margin:0 0 0 0; padding:0 0 0 0; position:absolute; left:0;}

.foto_immobile{ width:390px; height:290px; float:left; border:1px solid #333333; margin-top:5px;
				-moz-border-radius: 5px; -webkit-border-radius: 5px;  border-radius: 5px; border: 1px solid #CCCCCC;
				overflow:hidden; text-align:center;}

.foto_t_immobile{ width:200px; height:290px; float:left; margin-top:5px; margin-left:5px;}

.title {
width: 120px;
font-weight: bold;
color: #074767;

}

.dettagli_immo{}

table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	padding: 5px 0 10px 0;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
	width: 610px;
}

td {
padding: 3px;
line-height: 18px;
font-size: 12px;
padding-left: 0px;
border-bottom: 1px solid #DDD;
text-align: left;
}

user agent stylesheettd, th {
display: table-cell;
vertical-align: inherit;
}

.desc_immo{
font-size:13px;
width:100%;
}


.loader {
    text-align: center;    
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: blue;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}






#finder2{ float:left; width:322px; height:298px; margin-left:30px; margin-top:5px;}

#finder_header2{ height:45px; background-image:url(../images/top_search.png);  color:#FFFFFF; font-weight:bold; }
#finder_header2 h1{color:#FFFFFF; font-weight:bold;}
#finder2 h1{ padding-top:6px; color:#CCCCCC; font-size:16px; margin-left:8px; font-weight:bold;}

#find_form2{ margin-top:0px;}



#finder2 label {
	float: left; clear: left; margin: 5px 10px 0 10px; width: 68px;
	text-align: right; font-size: 12px; color: #445668; 
	text-transform:capitalize; text-shadow: 0px 1px 0px #f2f2f2;
	font-weight:bold;
}


#finder2 input {
	width: 260px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
}