@import url("Basic.css");


/*---Colonna Sinistra---*/

#ColonnaSX {
	position:absolute;
	width: 250px;
	top:1px;
}

#ColonnaSX-agenzie {
	position:absolute;
	width: 210px;
	top:9px;
	left:20px;
	background-image: url(../img-struttura/SF-nome-agenzia.png);
	background-repeat: no-repeat;
	padding: 10px;
	font-size:12px;
	color:#000;
	font-style: normal;
	height: 620px;
}

#ColonnaSX-agenzie a{
	color:#00785c;
}

#ColonnaSX-agenzie h2{
	font-size:13px;
	color:#00785c;
	font-weight: bold;
	padding-bottom:5px;
}

.bordo-img {
	border: 1px solid #ccc;
}

/*---Colonna Destra---*/

#ColonnaDX {
	position: relative;
	width: 650px;
	left: 280px;
	top:13px;
	font-size:10px;
	min-height: 940px;
}

select {
	background-color: transparent;
	color: #333;
	font-family: arial;
	font-size: 13px;
	width: 100px;
	border: 1px solid #ccc;
	margin-left: 5px;
}

/*---elenco IMMOBILI ---*/

.TAB-esito {
	font-size:10px;
	color:#000;
	text-align: justify;
}

.TIT-esito {
	font-size:13px;
	font-weight: bold;
}

.TIT-zone {
	font-size:12px;
	padding-bottom: 5px;
}

.TIT-dettagli {
	font-size:12px;
	color: #444;
	font-weight: bold;
}
.Nome-agenzia {
	font-size:11px;
	color:#00785c;
	font-weight: bold;
}


.TIT-agenzia {
	font-size:13px;
	color:#00785c;
	font-weight: bold;
}

.descrizione {
	font-size:12px;
	text-align:justify;
	border-top: 1px dotted #999;
	padding-top: 5px;
}


/* --- agenzie----*/

#Tab-esito-agenzie {
	margin-bottom: 20px;
}

#Tab-esito-agenzie h2{
	font-size:13px;
	color:#00785c;
	font-weight: bold;
}

#Tab-esito-agenzie a{
	font-size:13px;
	color:#00785c;
	text-decoration:none;
}
#Tab-esito-agenzie p{
	line-height: 18px;
}

#Tab-esito-agenzie a:hover{
	font-size:13px;
	color:#00785c;
	text-decoration:underline;
}

.testo-agenzia {
	font-size:12px;
	color:#000;
	font-style: normal;
}

.area_logo {
	border-right: 1px  dotted #999;	
}



.SF-dettaglio {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;	
}

.NAV {
	color: #000;
	text-decoration: none;
	width: 18px;
	height: 20px;
	background-image:url(../img-struttura/SF-numerazione.png);
	text-align: center;
	border: 1px solid #ccc;
	cursor:hand;
	font: bold 13px Arial;
	padding:1px;
}

.NAVhover {
	color: #000;
	text-decoration: underline;
	width: 18px;
	height: 20px;
	background-image:url(../img-struttura/SF-numerazione.png);
	text-align: center;
	border: 1px solid #ccc;
	cursor:hand;
	font: bold 13px Arial;
	padding:1px;
}

.filetto-verde {
	border-bottom: 1px solid #00785c;
}

#Tab-esito {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}


.CerchiCasa {
	color: #000000;
	text-decoration: none;
	text-align: center;
	cursor:hand;
	font: 11px Arial, Helvetica, sans-serif;
}