/*  scheda affitto-vendita  */


.imgl {
	float:left;
}
.textr {
	float:right;
	width:400px;
}
.bt-dettaglio {
	background: url(immobiliare/dettaglio.jpg) no-repeat;
	width: 82px;
	height: 27px;
	margin: 0px;
	float:right;
	clear:right;
	line-height:2em;
	text-align:center;
	font-weight: bold;
}
.bt-indietro {
	background-image: url(immobiliare/dettaglio.jpg) no-repeat;
	width: 82px;
	height: 27px;
	margin: 0px;
	float:right;
	clear:right;
	line-height:2em;
	text-align:center;
	font-weight: bold;
}
/* layout pannello */
div#content2 {
	padding-left: 0em;
	color: #000000;
	text-align : justify;
}
.button {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background-image: url(immobiliare/pulsante.jpg);
	background-repeat: no-repeat;
	background-color: #FF9933;
	width: 130px;
	height: 43px;
	border: 0px solid #fedd58;
}
.button2 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background-image: url(immobiliare/pulsante2.jpg);
	background-repeat: no-repeat;
	background-color: #FF9933;
	width: 130px;
	height: 43px;
	border: 0px solid #fedd58;
}
#cont-gest-scheda {
	background-image: url(immobiliare/sfondo-gest-scheda.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	width:;
	margin: 10px;
	padding: 0;
	font-size: 12px;
	border: solid 1px #fedd58;
}
#cont-scheda-occ {
	background-image: url(immobiliare/sfondo_schede_occ.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 655px;
	margin: 10px;
	padding: 0;
	font-size: 12px;
	border: solid 1px #cd7602;
}
.titolov {
	background-image: url(immobiliare/riga.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height:25px;
	font-weight: bold;
	color: #ff3300;
	font-size:14px;
}
/*  OCCASIONI  */
#tab-aff-vend {
	width: 680px;
	text-align:center;
}
.aff {
	width: 340px;
	float:left;
	text-align:center;
}
.vend {
	margin-left: 340px;
	text-align:center;
}
