﻿body{
	background:/*#fefef8*/#A9AA8A url('./images/bg.jpg') repeat-x;
	color:#000;
	font-family: verdana, arial, sans-serif;
	padding:0;
	margin:0;
	font-size:70%;
}
blockquote{ 
	margin:0 0 15px 30px;
	border-left:3px solid #8ADF88;
	padding:0 0 0 8px;
	font:large "Times New Roman", Times, serif;
	
}
img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:0;
}
a:link{text-decoration:underline; color:/*#7BAA0F*/#69910D;}
a:visited{text-decoration:underline; color:#333333;}
a:hover{text-decoration:underline; color:#003448;}
a:active{text-decoration:underline; color:#003448;}
hr{border:0; height:1px; /*margin:2px 5% 2px 0;*/ display:block!important; clear:inherit;}
p{line-height: 130%}
.right{text-align:right;}
.black{color:black; text-transform:capitalize}
.nascosto{display:none;}
.red{color:red;}
.aban{margin:0 0 -10px 0; font-style:italic; font-size:1.2em; text-transform:capitalize}
.allarme{color:white; background-color:red; font-weight:bold}



/*PIE' DI PAGINA ---------------------------*/

#copy{
	height:50px;
	background-color:#BAE359 !important;
	text-align:left;
	padding:10px;
	clear:both;
	margin:0;
	z-index:200;
	font-size:80%
}
#copy a:visited{
	color:black;
	font-weight:bold;
	text-decoration:none
}
#copy a:link{
	color:black;
	font-weight:bold;
	text-decoration:none
}
#copy a:active{
	color:black;
	font-weight:bold;
	text-decoration:underline
}
#copy a:hover{
	color:black;
	font-weight:bold;
	text-decoration:underline
}



/*CONTENITORE e INTESTAZIONE---------------------------*/

.width{
	width: 90%;
	min-width: 700px;
	margin:0 5%;
	height:100%;
	border:1px solid #000;
	background-color: #fff;
	padding:0 2px;
}
* html .container{
	margin-left: -700px;
	position: relative;
	height: 1px;
	z-index:100
}
* html .content{
	height: 1px;
	padding: 5px;
}
* html .minwidth{
	padding-left: 700px;
	height: 1px;
}
* html .layout {
	height: 1px;
}
#contentwrapper{
	float: left;
	width: 98%; /*100% per mozilla e IE7*/
	\width: 100%;
	background-color: #EAEAE2;
	margin:0 -18px 0 0;
	padding:0;
}
.bg_dettagli{/*per dare lo sfondo bianco alla pagina dettaglio annuncio*/
	background-color: white!important;
}
#header{
	height:100px;
	margin:0 0 1px 0;
	padding:0;
}
#header img{
	margin:0;
	padding:0;
}
#globale h1 {
	/*color: #fff;
	font-size: 160%;
	font-weight: normal;
	margin:0 0 0 0px;
	padding:0 0 0 250px;*/
	color:#fff;
	font-size:1.1em;
	margin:0;
	padding:0;
	text-align:left;
	width:50%;
	float:left
}
#globale {
	text-align: right;
	color: #fff;
	background-color: #000;
	font-size: 90%;
	padding: 2px;
	margin:0;
}
#globale a {
	color: #fff;
	text-decoration: none
}
#globale a:hover {
	color: #fff;
	text-decoration: underline;
}
.barVerde {
	background-color:#89B51E;
	height: 4px;
}
#logoIntest {display:none}



/*NAVIGAZIONE PRINCIPALE -------------------*/
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	/*margin: 0 auto 0 auto;*/
	margin:0;
	background: url('./images/menug_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	display:block;
}
.glossymenu li{
	float:left;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	padding:0 0 0 16px; /*padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a strong{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*padding of menu items*/
}
.glossymenu li a:hover{
	color: #fff;
	background: url('./images/menug_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a{
	color: #fff;
	background: url('./images/menug_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li a:hover strong{
	color: #fff;
	background: url('./images/menug_hover_right.gif') no-repeat right top; /*right tab image path*/
}
.glossymenu li.current a strong{
	color: #fff;
	background: url('./images/menug_hover_right.gif') no-repeat right top; /*right tab image path*/
}

.glossymenu li.cercaRed a{
	color: #fff;
	background: url('./images/menuRed_hover_left.gif') no-repeat right top; /*left tab menu CERCA rosso*/
}
.glossymenu li.cercaRed a strong{
	color: #fff;
	background: url('./images/menuRed_hover_right.gif') no-repeat right top; /*right tab menu CERCA rosso*/
}



.verde { /*menu nel backoffice*/
	background-color:#A2C445;
	margin-top:-10px;
	font-size:.8em;
}
.verde a:link{text-decoration:none; color: #fff;}
.verde a:visited{text-decoration:none; color: #fff;}
.verde a:hover{text-decoration: underline; color: #003448;}
.verde a:active{text-decoration: underline; color: #003448;}


/*MENU SINISTRA ---------------------------*/

#leftcolumn{
	float: left;
	position:relative; left:0;
	width: 23%;
	padding:0;
	margin:0;
	font-size:.9em;
}
#leftcolumn .innertube{
	border-bottom:1px dotted maroon;
	margin:10px;
	padding:4px;
	clear:both;
	text-transform:lowercase;
}
.left1{
	background-color:#A2C445;
	margin:0;
	padding:0;
	border:1px solid #A2C445;
}
.left2{
	background-color:#E1D9CC;
}
.left3{
	background-color:#E7675E;
	color:#fff;
}
.left5{
	background-color:#E1D9CC;
}
.left4{
	background-color:/*#E2E2D8*/#D6EE9D;
	color:#000;
	border-top:6px solid #B4E04B
}
.left4 h4{
	font:1.3em arial, sans-serif;
	margin:0 0 0 15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em!important;
}
.left4 img{
	border: 2px solid #DFDDD1;
}
.left4 img:hover{
	border: 2px solid #A2C445;
}
.left7{	/*div cerca*/
	background-color:#fff!important;
	margin:15px 0!important;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000; padding: 10px;
}
.left7 .innertube strong{
	font-size:1.6em;
	color:red
}
.left7 .innertube .bottone{
	background-color:red;
	font-size:1.5em;
	padding:0 1px;
}


#leftcolumn a:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-transform:capitalize
}
#leftcolumn a:link{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-transform:capitalize
}
#leftcolumn a:active{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	text-transform:capitalize
}
#leftcolumn a:hover{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	text-transform:capitalize
}




/*SERVIZI DESTRA ---------------------------*/

#rightcolumn{
	float: right;
	position:relative; width:190px; right:0;
	background-color: #efefef;
	font-size: x-small;
}
.right1{
	margin: 10px 0 0 0;
}
.right2{
	background-color:;
	border-top:6px solid #B4E04B
}
.right3{
	background-color:#F9F8DF;
	border-top:6px solid #ECE89B;
	margin-top:30px;
}
.right3 .innertube,
.right3 .innertube .innertube{
	margin:0!important; padding:0 0 5px 2px!important;
	display:inline-block;
	width:180px;
	font-size:1em!important;
}
#rightcolumn img{
	border: 2px solid #DFDDD1;
}
#rightcolumn img:hover{
	border: 2px solid #A2C445;
}
#rightcolumn .innertube{
	font-size:.9em;
	margin:10px;
	padding:4px;
}
#rightcolumn .innertube a:link{
	text-decoration:none;
	color:#7BAA0F;
	font-weight:bold;
}
#rightcolumn .innertube a:visited{
	text-decoration:none;
	color:#7BAA0F;
	font-weight:bold;
}
#rightcolumn .innertube a:hover{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}
#rightcolumn .innertube a:active{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}
#rightcolumn h4{
	color:black;
	margin:8px 0 0 5px;
	padding:0;
	/*border-top:1px dotted black;*/
	text-transform:uppercase;
	font:1.2em arial, sans-serif;
	font-weight:bold;
}



/*PUBBLICITA' -------------------*/
#rightcolumn .adv{
	display:block;
	margin:0; padding:5px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border:1px solid #E0E0D7;
}
#rightcolumn .adv li{
	display:block;
}
#rightcolumn .adv img{
	float:none;
	display:block;
}




/*CONTENUTI ---------------------------*/

#contentcolumn{
	position:relative;
	margin:0 200px 0 23%;
	/*display:block; height:1%;*/
}
#contentcolumn2{ /*per la pagina MIO AFFITTI*/
	position:relative;
	margin:20px 20px 0 20%;
}
.innertube{
	margin:10px; /*margins for inner div inside each column (to provide padding)*/
	padding:4px
}
.mpnull{margin:0; padding:0;}
.risalto{
	background:#fff;
	padding:5px 10px;
	margin:0;
	z-index:10;
	display:block;
	min-height:150px;
}
.risalto img{
	border:3px solid #DFDDD1;
	margin-right:10px;
	z-index:99!important;
}
.risalto a:link{
	text-decoration:none;
	color:#7BAA0F!important;
}
.risalto a:visited{
	text-decoration:none;
	color:#7BAA0F!important;
}
.risalto a:hover{
	text-decoration:underline;
	color:#003448;
}
.risalto a:active{
	text-decoration:underline;
	color:#003448;
}
.clear {clear:left; height:20px}

h2{
	font-size:/*1.4em*/large;
	font-weight:normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	margin:15px 0 0 0;
}
h3{
	font-size:1.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
	padding:0;
}
#contenuto h3{margin:20px 0 0 0; padding:0; float:none;}
#contenuto h4{margin:20px 0 0 0; display:inline-block; float:none; font-size:1.2em;color:#3A3A3A;}
#contenuto hr{border-bottom:2px dotted #A2C445;}
.textbox{
	float:right;
	color:#454545;
	width:40%;
	padding:10px;
	margin:5px 0 15px 15px;
	border:3px solid #fff;
	background-color:#DFDDD1;
}
.textbox h2{
	margin:0;
	text-transform:none;
	font-weight: bold;
	border:none;
	display:inline;
}
.textbox p{
	margin:0;
}
.underline{ border-bottom:1px dotted #aaa; margin-bottom:10px }



/*HIDE BOX ----------------------*/

a.hid {color:#000; text-decoration:none; outline-style:none;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:focus {background:#fff;}
a.hid:active {background:#fff;}
a.hid:focus span {display:none;}
a.hid:active span {display:none;}
a.hid:focus em {display:block; color:#555; width:100%; font-style:normal; cursor:default;}
a.hid:active em {display:block; color:#555; width:100%; font-style:normal; cursor:default;}


/*TOOLTIP 
Stu Nicholls | CSSplay | Tooltips on inline links
http://www.cssplay.co.uk/menu/tooltips 
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(./images/tooltip.gif) 0 0; display:block; font-size:1px;}
---------------------*/

/*BOX ANNUNCI  ---------------------*/
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:14em; position:absolute; left:304px; top:150px;} /* change to suit */


/*ANNUNCI ---------------------------*/

.intest{
	display:none;
}
.dettagli {
	padding:5px 10px 0 10px;
	margin:0;
	z-index:100;
}
.dettagli p{
	border:1px dotted #ccc;
	padding:5px 5px 5px 30px;
}
.dettagli p.ita{	/*per la descrizione in italiano*/
	background:url('././images/lingua_italiana.gif') top left no-repeat;
}
.dettagli p.rum{	/*per la descrizione in rumeno*/
	background:url('././images/lingua_rumena.gif') top left no-repeat;
}
.dettagli a:hover{
	text-decoration:underline;
}
.dettagli a{
	text-decoration:none;
}
div.imG{
	/*width:90%;
	height:200px;
	\height:auto;
	display:block;*/
}
#contimg{
	display:block!important;
}
.dettagli img.grande {
	border:3px solid #DFDDD1;
	margin-right:20px;
	width:90%;
	height:auto;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=2);
	z-index:999;
}
.img100 {
	width:100%;
	height:auto;
}
.dettagli img {
	border:2px solid #DFDDD1;
	margin-right:10px;
}
div.gallery {
	display:block !important;
	margin:0;
	padding:0;
	z-index:100;
}
div.gallery img{
	float:none
}
div.gallery img:hover{
	border:2px solid #A2C445
}
.salva {
	font-size:x-small;
	font-weight:bold;
	margin:10px 0 5px 0;
	text-align:right;
	padding-bottom:10px;
}
.salva img {
	float:none;
	border:0;
	padding:0;
	margin:0;
	vertical-align:middle;
}
.salva a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.salva a:link {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.salva a:active {
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}
.salva a:hover {
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}
.ordina {
	font-weight:bold;
	padding:0 0 3px 0;
	text-align:right;
	margin:20px 0 0 0;
}
.ordina a {
	color: #1b4d7d;
	font-weight: bold;
	position: relative;
	border: 1px solid /*#75b0e0#8CA853*/#AECBEF;
	padding: 3px 6px;
	margin: 0 3px;
	background-image: url('img/tab_background.gif');
	text-decoration:none;
	font-size:x-small
}
.ordina a:hover {
	background-color:#fff;
	background-image: none;
}
#ordina{
	text-align:right;
	margin:20px 0 0 0;
}
#ordina input.tabL{
	background:#fff url('img/tab_background.gif');
	border:1px solid #8CA853;
	padding:0 3px 3px 3px; 
	font-weight:bold;
	color:#1b4d7d; 
	cursor:pointer;
	height:20px;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}
#ordina input.tabL:hover{
	color:#1b4d7d;
	border:1px solid #8CA853;	
	padding:0 3px 3px 3px; 
	font-weight:bold;
	background-color:#fff;
	background-image: none; 
	cursor:pointer;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}
#ordina input.tabH{
	color:#1b4d7d;
	border:1px solid #8CA853;	
	padding:0 3px 3px 3px; 
	font-weight:bold;
	background-color:#fff;
	background-image: none; 
	cursor:pointer;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}

.align_left{float:left;}
.align_right{float:right;}
.empty{clear:left;}
.box_annunci{
	background:#fff;
	border:1px solid #AECBEF;
	margin:0 0 5px 0;
	padding:5px;
	font-size:.8em;
	/*min-height:180px;
	width:98%;
	display:block;
	float:none;*/
}
.box_annunci > a img{
	border: 2px solid #DFDDD1;
	margin-right: 10px;
}
.box_annunci a:visited {
	text-decoration: none;
	color:#7BAA0F;
}
.box_annunci a:link {
	text-decoration: none;
	color:#7BAA0F;
}
.box_annunci a:active {
	text-decoration: underline;
	color: #003448;
}
.box_annunci a:hover {
	text-decoration: underline;
	color: #003448;
}
.titolo_annuncio{
	font-weight:bold;
	font-size:110%;
	color:green;
}
.agenzia {
	font-weight:bold;
	text-transform:capitalize;
}
.tratt span{
	margin-right: 30px;
	font-weight:bold;
	font-size:x-small;
}



/*TRE COLONNE -----*/
.boxColonne{display:block; height:auto!important; margin:5px 0;}
.columnone {width:31%; float:left; margin-right:2%; font-size:.8em}
.columntwo {width:31%; float:left; margin-right:2%; font-size:.8em}
.columnthree{width:31%; float:left; border:0; font-size:.8em}
.annuncio{
	height:55px;
	padding:3px;
	margin:0;
	display:block;
	width:100%;
}
.annuncio img{
	border: 3px solid #fff;
	padding:0;
	margin:0;
	/*width:100%;
	height:99%;*/
}
.annuncio + p{margin:2px;}
.annuncio + p strong{
	color: #A42D26;
	font-size:1.1em;	
}


/*NUVOLETTA -----------------------------------------------
Stu Nicholls | CSSplay | Chunky borders with curved corners
http://www.cssplay.co.uk/boxes/chunky.html */


#fumetto {
	position: absolute;
	top:34px;
	right:2%;
	left:65%;
}
#fumetto div {
	width:300px; color:#226A92; height:auto
}
b.tl {
	display:block; font-size:1px; width:300px; height:8px; background:url('img/top_left2.gif') no-repeat left top
}
b.tr {
	display:block; font-size:1px; float:right; width:292px; height:8px; background:url('img/top_right2.gif') no-repeat right top
}
#fumetto div.two p {
	 font-family:"Times New Roman", serif; font-size:1.7em; line-height: 100%;
	 border-right:#fff 3px solid; border-top:#fff 0 solid; border-left:#fff 3px solid; border-bottom:#fff 0 solid;
	 padding-right:8px; padding-left:8px; padding-bottom:8px; padding-top:8px;
	 margin:0; background:#e5ecc9 /*togliere x lasciare trasparente*/
}
b.bl {
	display: block; font-size:1px; float:left; width:8px; height:8px; background:url('img/bottom_left2.gif') no-repeat left top
}
b.br {
	display: block; font-size:1px; float:right; width:292px; position:relative; height:8px; background:url('img/bottom_right2.gif') no-repeat right top
}
b.point {
	display: block; font-size:1px; width:25px; height:14px
}
div.two b.point {
	background:url('img/point2.gif') no-repeat left top; 
	margin:5px 0 0 125px
}
/*------*/
#fumetto1 {
	position: relative;
	left:3px;
	top:5px;
}
#fumetto1 div {
	width: 185px; color:#226A92; height: auto
}
b.tl1 {
	display: block; font-size: 1px; width: 185px; height: 8px; background: url('img/top_left2.gif') no-repeat left top
}
b.tr1 {
	display: block; font-size: 1px; float: right; width: 177px; height: 8px; background: url('img/top_right2.gif') no-repeat right top
}
#fumetto1 div.two1 p {
	 font-size:1em; line-height: 100%;
	 border-right:#fff 3px solid; border-top:#fff 0 solid; border-left:#fff 3px solid; border-bottom:#fff 0 solid;
	 padding-right:8px; padding-left:8px; padding-bottom:8px; padding-top:8px;
	 margin: 0; background-color: #e5ecc9 /*togliere x lasciare trasparente*/
}
b.bl1 {
	display: block; font-size: 1px; float: left; width: 8px; height: 8px; background: url('img/bottom_left2.gif') no-repeat left top
}
b.br1 {
	display: block; font-size: 1px; float: right; width: 177px; position: relative; height: 8px; background: url('img/bottom_right2.gif') no-repeat right top
}
b.point1 {
	display: block; font-size: 1px; width: 25px; height: 14px
}
/*------*/
#fumetto2 {
	position: relative;
	left:3px;
	top:5px;
}
#fumetto2 div {	width: 185px; color:#226A92; height: auto}
b.tl2 {
	display: block; font-size: 1px; width: 185px; height: 8px; background: url('img/top_left2.gif') no-repeat left top
}
b.tr2 {
	display: block; font-size: 1px; float: right; width: 177px; height: 8px; background: url('img/top_right2.gif') no-repeat right top
}
#fumetto2 div.two2 p {
	 font-size:1em; line-height: 100%;
	 border-right: #fff 3px solid; border-top: #fff 0 solid; border-left: #fff 3px solid; border-bottom: #fff 0 solid;
	 padding-right: 8px; padding-left: 8px; padding-bottom: 8px; padding-top: 8px;
	 margin: 0; background: /*#e5ecc9 togliere x lasciare trasparente*/transparent url('img/transp.gif') repeat
}
b.bl2 {
	display: block; font-size: 1px; float: left; width: 8px; height: 8px; background: url('img/bottom_left2.gif') no-repeat left top
}
b.br2 {
	display: block; font-size: 1px; float: right; width: 177px; position: relative; height: 8px; background: url('img/bottom_right2.gif') no-repeat right top
}
b.point2 {
	display: block; font-size: 1px; width: 25px; height: 14px
}
div.two2 b.point2 {
	background: url('img/point2.gif') no-repeat left top; 
	margin: 5px 0 0 5px
}





/*BOX BORDI ARROTONDATI ----------------------
Stu Nicholls | CSSplay | More snazzy borders 
 http://www.cssplay.co.uk/boxes/snazzy2.html */ 

.zsnazzy {
	display:block!important; height:auto!important; margin:0; padding:0; overflow:hidden
}
.xsnazzy {
	display:block; background:none transparent scroll repeat 0% 0%; float:left; margin:0 4px 0 0; width:32%; 
}
.xsnazzy h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 10px 5px 10px;
	border-bottom: #444 1px solid
}
.xsnazzy p {
	margin: 0; padding: 5px 10px 5px 10px; font-size: x-small
}
.xboxcontent {
	background-color:#fff; border-right:#444 1px solid; border-top:#444 0 solid; display:block; border-left: #444 1px solid; border-bottom: #444 0 solid; height: auto
}
.xtop {
	display: block; font-size: 1px; background: none transparent scroll repeat 0% 0%
}
.xbottom {
	display: block; font-size: 1px; background: none transparent scroll repeat 0% 0%
}
.xb1 {
	background: #444; margin: 0 5px; height: 1px; display: block; overflow: hidden
}
.xb2 {
	border-width: 0 2px; margin: 0 3px; border-right: #444 1px solid; background: #fff; border-left: #444 1px solid; height: 1px; display: block; overflow: hidden
}
.xb3 {
	margin: 0 2px; border-right: #444 1px solid; border-left: #444 1px solid; background: #fff; height: 1px; display: block; overflow: hidden
}
.xb4 {
	margin: 0 1px; height: 2px; border-right: #444 1px solid; background: #fff; border-left: #444 1px solid; display: block; overflow: hidden
}
.color_a {
	background: #ACC88E; color: #000
}
.color_b {
	background: #d4d8bd; color: #000
}
.color_c {
	background: #758279; color: #fff
}
.color_d {
	background: #b2ab9b; color: #000
}
.xboxcontent2{
	display:block!important; height:auto; border:3px solid #fff; background-color:#DFDDD1;
}
.xboxcontent2 img{
	width:90%; height:auto;
}
.xboxcontent3{
	display:block!important; height:auto; /*border:3px solid #DFDDD1; background-color:#fff;*/
}
.xboxcontent3 img{
	width:80%; height:auto; border:3px solid white;
}

/*SLIDING -----------------------------------*/

#menu {
  margin:0; 
  padding:0; 
  height:32.5em; 
  overflow:hidden; 
  background:#f0f0f0;
  }
#menu li {
  list-style-type:none; 
  float:left; 
  display:block; 
  width:100%;
  text-align:left
  }
#menu li a {
  display:block; 
  text-decoration:none; 
  color:#00b; 
  margin:0; 
  width:100%;
  }
#menu li a span {
  display:none; 
  color:#000;
  }
#menu li a.one span {
  display:block; 
  height:15em; 
  margin:0 10px;
  }
#menu li a:hover {
  background:#fff;
  }
#menu li a:hover span {
  display:block;
  height:15em; 
  margin:0 10px; 
  cursor:pointer;
  }
#menu .h2 {
  margin:0 5px; 
  padding:0; 
  color:/*#228224*/#000; 
  font-size:1.1em; 
  border:0;
  text-transform:lowercase
  }
#menu .h3 {
  margin:0 5px; 
  padding:0; 
  font-size:1em; 
  color:#8CA853;
  }
#menu img {
  margin:5px 5px 5px 0; 
  border:2px solid #; 
  float:left;
  z-index:99
  }
#menu img:hover {
  margin:5px 5px 5px 0; 
  border:2px solid #A2C445; 
  float:left;
  }
  
.curved {
  }
.curved .b4  {
  font-size:1px; 
  display:block; 
  background:#2FB432;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b3  {
  font-size:1px; 
  display:block; 
  background:#2FB432;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b2  {
  font-size:1px; 
  display:block; 
  background:#2FB432;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b1  {
  font-size:1px; 
  display:block; 
  background:#2FB432;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b3 {
  height:1px;
  }
.curved .b2 {
  height:1px;
  }
.curved .b1 {
  height:1px;
  }
.curved .b4 {
  background:#f0f0f0; 
  border-left:1px solid #2FB432; 
  border-right:1px solid #2FB432;
  }
.curved .b3 {
  background:#f0f0f0; 
  border-left:1px solid #2FB432; 
  border-right:1px solid #2FB432;
  }
.curved .b2 {
  background:#f0f0f0; 
  border-left:1px solid #2FB432; 
  border-right:1px solid #2FB432;
  }
.curved .b1 {
  margin:0 4px; 
  background:#2FB432;
  }
.curved .b2 {
  margin:0 2px; 
  border-width:0 2px;
  }
.curved .b3 {
  margin:0 1px;
  }
.curved .b4 {
  height:2px; 
  margin:0;
  }
.curved .c1 {
  margin:0 5px; 
  background:#2FB432;
  }
.curved .c2 {
  margin:0 3px; 
  border-width:0 2px;
  }
.curved .c3 {
  margin:0 2px;
  }
.curved .c4 {
  height:2px; 
  margin: 0 1px;
  }
.curved .boxcontent {
  display:block; 
  background:transparent; 
  border-left:1px solid #2FB432; 
  border-right:1px solid #2FB432; 
  font-size:0.9em; 
  text-align:justify;
  }


/*FORM RICERCA IMMOBILI ---------------------------------*/

.formRicerca {	/*div contenitore del form ricerca*/
 	padding: 0;
 	margin:0;
}

.testihp{
	display:inline-block;
}
.pulsantihp{
	display:inline-block;
	display:inline-block;
	width:100%
}

.pubblica {	/*div contenitore area pubblica*/
 	padding:0 150px 0 0;
 	margin:0 0 0 0;
 	/*background:url('img/zerocommissione.jpg') no-repeat right;*/
 	min-height:280px;
 	display:inline-block
}
.pubblica hr{	/*div contenitore area pubblica*/
 	display:block;
 	clear:both
}
.pubblicaro {	/*div contenitore area pubblica sito rumeno*/
 	padding:0 150px 0 0;
 	margin:0 0 0 0;
 	/*background:url('img/zerocommissione_ro.jpg') no-repeat right;*/
 	height:150px;
}

.boxSportello{
	width:48%;
	float:right;
	display:block;
}
.registratiSportello {
	color:#fff;
	border:1px solid #53A2BA;
	padding-top:10px;  
	font-weight:bold;
	cursor:pointer;
	font-size:1.1em;
	margin:0;
	width:150px; height:28px;
	text-align:center;
	display:block;
	background:#E2F3FC url('images/bg_menuhover.png') repeat-x;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.registratiSportello2 {/*bottone del testo Vantaggi*/
	color:#fff;
	border:1px solid #53A2BA;
	padding-top:10px;  
	font-weight:bold;
	cursor:pointer;
	font-size:1.1em;
	margin:0;
	width:260px; height:28px;
	text-align:center;
	display:block;
	background:#E2F3FC url('images/bg_menuhover.png') repeat-x;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.registratiSportello:hover,
.registratiSportello:hover a,
.registratiSportello2:hover,
.registratiSportello2:hover a{
	color:#0088CA !important;
	background-color:#fff !important;
	background-image:none !important;
}
.registratiSportello a,
.registratiSportello2 a{
	text-decoration:none;
	color:#fff;
}
.registratiSportello a:hover,
.registratiSportello2 a:hover{
	text-decoration:none;
	color:#0088CA;
}

.boxAffitti{
	width:48%;
	float:left;
	border-right:1px dotted #ccc;
}
.bottonePubblica,
.registratiAffitti {
	color:#fff;
	border:1px solid #8CA853;	
	padding-top:10px; 
	font-weight:bold;
	background:#fff url('img/tab_background.gif');
	cursor:pointer;
	font-size:1.1em;
	margin:0;
	width:150px; height:28px;
	text-align:center;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.bottonePubblica {
	width:260px!important;
}
.bottonePubblica:hover,
.registratiAffitti:hover {
	color:#1b4d7d;
	background-color:#fff;
	background-image: none;
}
.bottonePubblica a,
.registratiAffitti a{
	text-decoration:none;
	color:#1b4d7d;
}


/*TABS MENU ------------------------------------------*/
#tabs a{
	color: #1b4d7d;
	font-weight: bold;
	position: relative;
	border: 1px solid #8CA853;
	padding: 3px 0;
	margin: 0 1px;
	text-decoration:none;
	font-size:x-small
}
#tabs a:hover{
	color: #1b4d7d;
	font-weight: bold;
	position: relative;
	border: 1px solid #8CA853;
	padding: 3px 0;
	margin: 0 1px;
	text-decoration:none;
	font-size:x-small
}
#tabs input.tabL{
	background:#fff url('img/tab_background.gif');
	border:1px solid #8CA853;
	padding:0 0 3px 0; 
	font-weight:bold;
	color:#1b4d7d; 
	cursor:pointer;
	height:20px;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}
#tabs input[type=submit]{
	background:#fff url('img/tab_background.gif');
	border:1px solid #8CA853;
	padding:0 0 3px 0; 
	font-weight:bold;
	color:#1b4d7d; 
	cursor:pointer;
	height:20px;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}
#tabs input.tabH{
	color:#1b4d7d;
	border:1px solid #8CA853;	
	padding:0 0 3px 0; 
	font-weight:bold;
	background-color:#fff;
	background-image: none; 
	cursor:pointer;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}
#tabs input[type=submit]:hover{
	color:#1b4d7d;
	border:1px solid #8CA853;	
	padding:0 0 3px 0; 
	font-weight:bold;
	background-color:#fff;
	background-image: none; 
	cursor:pointer;
	font-size:.9em;
	margin:0;
	width:auto;
	text-align:center;
}
.padder{
}
#mappaItalia{
  	width:250px;
	height:270px;
	text-align:center;
	vertical-align:top;
}
.mappa1{
	 background: url('img/italia1.gif') no-repeat right bottom;
}
.mappa1ro{
	 background: url('img/Regiuni_de_dezvoltare.gif') no-repeat right bottom;
}
#mappaRegioni{
	background: url('img/transparent.gif');
}
#tooltip_div {
	position:relative;
	top:-5px;
	text-align:left;
	margin-top:0px;
	font-weight: bold;
	width:250px;
}
fieldset#citta {
	height:80px;
}


/*FIELDSET generico*/
fieldset {
	margin:10px 0;
	padding:5px;
}
legend {
	font-weight:bold;
	color:/*#3C82B5*/black
}
label {
	display:block!important;
	float:left;
	clear:left;
	font-weight:bold;
	font-size:.9em;
	line-height:18px;
	text-align:left;
	margin:5px 5px 0 0!important;
	color:#3A3A3A;
	width:120px!important;
}
.noBordo{
	border:0;
}
.right{
	text-align:right!important;
}
.corto20 {width:20px!important;}
.corto60 {width:60px!important;}
.corto80 {width:80px!important;}
.corto100 {width:100px!important;}
.corto150 {width:150px!important;}
.selected {
	border-bottom:1px solid #FFF!important;
	background-color:#FFF!important;
}
option.noselect{
	color:#aaa;
	font-style:italic;
	border-bottom:1px solid #aaa;
}
input.bottone {
	background-color:#1b4d7d;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	font-weight:bold;
	color:#fff; 
	text-align:center!important;
	cursor:pointer;
	width:auto!important;
	height:20px;
	font-size:.9em;
}
input.bottone:hover{
	color:#1b4d7d;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:2px 3px; 
	font-weight:bold;
	background-color:#fff; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	height:20px;
	font-size:.9em
}
input[type=button]{
	background-color:#1b4d7d;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:2px 3px; 
	font-weight:bold;
	color:#fff; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-size:.9em;
}
.linkbottone{
	color:#fff!important;
	background-color:#1b4d7d;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:3px 5px; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-weight:bold;
	font-size:.9em!important;
	text-decoration:none!important;
}
.linkbottone:visited{
	color:#fff!important;
	background-color:#1b4d7d;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:3px 5px; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-weight:bold;
	font-size:.9em!important;
	text-decoration:none!important;
}
.linkbottone:hover{
	color:#1b4d7d!important;
	background-color:#fff; 
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:3px 5px; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-weight:bold;
	font-size:.9em!important;
}
.linkbottone:active{
	color:#1b4d7d!important;
	background-color:#fff; 
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:3px 5px; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-weight:bold;
	font-size:.9em!important;
}
input[type=submit]{
	background-color:#1b4d7d;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:2px 3px; 
	font-weight:bold;
	color:#fff; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-size:.9em;
}
input[type=submit]:hover{
	color:#1b4d7d;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:2px 3px; 
	font-weight:bold;
	background-color:#fff; 
	text-align:center!important;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	height:20px;
	font-size:.9em
}
select {
	border:1px solid #75B0E0;
	font-family:Arial, Verdana, Helvetica, sans-serif !important;
	text-align: left !important;
	margin: 5px 0 0 0;
	width:/*254px*/auto;
	vertical-align:middle;
	line-height:18px;
}
select.tendina{
	margin: 5px 0 0 5px;
	width:120px;
	text-align: left !important;
}
select.tendina2{
	margin: 5px 0 0 5px;
	width:auto;
	text-align: left !important;
}
.noClear label{clear:none;}
.noClear input{
	float:left;
	margin-right:20px;
}
#leftcolumn input{width:130px;}
button {
	width:40px;
	vertical-align:bottom
}
.loader{
	float:left;
	position:absolute;
	top:180px;
	left:300px;	
}
.agenzieImm{
	background-color:white!important;
	padding:0 2px
}
.agenzieImm fieldset{
	border:3px solid #89B51E
}
.agenzieImm fieldset legend{
	font-size:1.2em
}
.agenzieImm fieldset label{
	display:block;
	float:none
}




/*------------------*/
table.radio{
	width:auto;
}
table.radio tbody tr td{
	white-space:nowrap;
	vertical-align:middle
}
table.radio tbody tr td input{
	width:auto!important;
	margin:4px 10px 0 0;
	border:0;
}
table.radio label{
	width:auto;
	display:inline!important;
	font-weight:normal;
	float:none!important;
}
input[type=radio]{
	color:#fff; 
	text-align:center;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	border:0 !important;
}
input{
	
	}

/*------------------*/
.reg label{
	width:130px!important;
	line-height:normal;
	margin:2px 5px 0 0;
}
.ric label{
	width:110px!important;
	line-height:normal;
	margin:2px 5px 0 0;
}
.check input{
	color:#fff; 
	text-align:center;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	border:0!important;
}
input.check{
	color:#fff; 
	text-align:center;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	border:0!important;
}
input[type=checkbox]{
	color:#fff; 
	text-align:center;
	cursor:pointer;
	width:auto;
	vertical-align:middle;
	border:0!important;
}
.evid{font-weight:bold}


/*Dettaglio annuncio --------------------------------------*/

fieldset#boxRichiesta {
}
.agen{padding:5px;}
textarea{
	width:250px;
	height:100px;
	margin: 5px 0 0 0;
	color:#646464;
}
.pager{
	height:auto;
	display:inline-block;
	line-height:30px
}
.pager span{
	margin-right:10px;
	display:list-item;
	list-style-type:none!important;
	float:left;
}
.pager span a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}
.pager span.sel{font-size:x-large}
.pagina{display:block;}


/*TABLE -------------------------------------------------*/

td{
	border:none!important
}
table{
	border:none!important;
}
/*table { empty-cells: show }*/

th{
	border:none!important;
	background-color:transparent;
}
table.bordo3 td{
	border:1px solid #ccc!important
}
table.bordo3 th{
	border-bottom:1px solid #ccc!important;
	background-color:#ccc
}
table.bordo3{
	border:1px solid #ccc!important
}
.tabella1{ /*classe per le tabelle*/
	width:100%;
	border:0;
	background-color:#e5e5e5;
}
.tabella2{ /*classe per rimpicciolire il font*/
	width:99%;
	background-color:#fff;
	border:0;
}
.tabella2 textarea{color:#000;}
.tdright{
	text-align:right;
	border-bottom:1px solid #ccc;
	width:90px
}
.tableriserva{
azimuth:leftwards;
background-repeat:no-repeat;
border-spacing:
	
}
.tdsel{font-weight:bold;}
.box_annunci table{
	width:98%;
}
.td1{		/* primo td della tabella dei risultati ricerca */
	width:80%;
	padding:0 5px 0 0 0;
	text-transform:lowercase;
}
.td1 h4{
	font-size:1em!important;
	text-transform:uppercase;
}
.td1 h4 a{white-space:normal}
table input{font-size:1em!important;}
.ajax__tab_panel{font-size:.8em;} 
.ajax__tab_body{font-size:.8em;} /*backoffice*/




/*BACKOFFICE -----------------------------------*/

.abbonamento{
}
.abbonamento legend{
	font-size:1.3em;
}
.abbonamento table{
	width:100%!important
}
.abbonamento table td{
	width:auto;
	padding:5px
	/*white-space:nowrap!important;*/
}
.abbonamento table td label, .abbonamento label{
	white-space:nowrap;
	width:450px!important;
	line-height:normal;
	float:left;
}
.abbonamento table td input{
	white-space:nowrap;
	padding-top:4px;
}
.pagamenti,	/*tabella PayPal*/
.pagamenti td{
	margin:0!important; padding:0!important;
}
.sezione{
	font-weight:bold;
	font-size:1.2em;
	clear:left;
	margin-top:30px!important;
}
.ajax__tab_body table tr,
.tabella2 tr,
#table3 tr{ /*tabelle in Miei immobili*/
	border-bottom:1px solid #ccc!important;
}



/*TOOLTIP----------------------*/
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    font-weight:bold;
    color:black;
    font-size:1.2em
}

a.info:hover{z-index:25; /**/text-decoration:underline; cursor:help; font-weight:bold;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:17em;
    border:2px solid #E0E0D7;
    background-color:#fff; color:#666;
    text-align: center;
    font-size:.9em!important;
    font-weight:normal!important;
    padding:5px;
    }
