body{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0 0 0 0;
	background-color: #6a3209;
	background-image: url('../images/sfondo-body.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

#bg-filler{
	margin-top:0em;
	padding-top: 0;
	background-image: url('../images/sfondo.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

input, textarea, button, select{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}

dt{	font-weight: bold; }
dd{ font-style: italic;}

a{ color: #222; }

th{
	background-color: #333;
	color: #fff;
}

/* Classi Generiche */

.ghosted{ display: none; }

.clear-row{
	clear: both;
	height:1px;
	overflow: hidden;
}

li.first-item{
	border-left: 0px !important;
}

.verdana{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.nero-su-bianco{
	color: #000;
	background-color: #fff;
}

/* Classi per la bordatura */
.dashed-bottom{ border-bottom: 1px dashed #aaa; }
.solid-bottom{	border-bottom: 1px solid #aaa;	}

/* Classi per gli elenchi puntati */
.letter{ list-style: lower-latin; }

/* classi di allineamento */
.fleft{		float: left;	}
.fright{	float: right;	}
.left{	text-align: left;	}
.right{	text-align: right;	}
.center{ text-align: center;}
.centered{ margin-left: auto; margin-right: auto; }
/* CLASSI DI MARGINE */

.top-1{	margin-top: 1em; }
.left-1{ margin-left: 1em; }
.right-1{margin-right: 1em; }
/* CLASSI DI DIMENSIONAMENTO */

.tabella-100{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-top: 1em;
}

.max-size{ width: 100%; }
.size-100{ width: 760px; }
.perc-15{ 	width: 15%; }
.perc-30{ 	width: 35%; }

.size-95{ width: 95%;}

/* Classi collegate all'ID */
#main-container{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#login{
	background-color: #000;
	color: #fff;
	margin-bottom: 10px;
}

	#login table{
		margin-right: 0px;
		margin-left: auto;
	}
	
		#login label,
		#login input{
			margin-left: 0.5em;
		}
		#username,
		#password{
			width: 100px;
			border: 1px solid #000;
			padding-top: 0em;
			padding-bottom: 0em;
			font-size: 90%;
			
		}
	#header #logo{
		margin-top: 0px;
		margin-left: 10px;
		float: left;
		width: 407px;
		height: 61px;
		text-indent: -9999px;
		background-image: url('../images/logo.png');
		background-repeat: no-repeat;
	}
	
	#header #numero-verde{
		float: right;
		width: 107px;
		height: 61px;
		margin-right: 10px;
		text-indent: -9999px;	
		background-image: url('../images/numero-verde.png');
		background-repeat: no-repeat;
	}

	#header #nav-risultati{
		float: right;
		width: 207px;
		margin-right: 10px;
		margin-top: 20px;
	}

	
	#header #nav-menu{
		margin:  10px 10px 1px 10px;
		display: block;
		background-color: #444;
		padding-left: 1em;
		min-height: 1.5em;
	}
	
		#nav-menu li{
			display: inline;
			border-left: 1px solid #fff;
			padding-top: 0.2em;
		}
		
			#nav-menu li a{
				color: #fff;
				padding: 1em 1em 1em 1em;
				text-decoration: none;
				font-weight: bold;
			}

		#nav-menu li.current{
			border-left: 1px solid #fff;
			margin-top: 1px;
			margin-bottom: 1px;
			background-color: #fff;
		}
		
			#nav-menu li.current a{
				color: #444;
			}

	#header #sub-logo{
		background-image: url('../images/sub-logo.png');
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 760px;
		height: 73px;
	}
	
	#header #link-aste-esattoriali{
		width: 340px;
		margin-left: 10px;
		background-image: url('../images/foglia-nera.png');
		background-repeat: no-repeat;
		background-position: center left;
		float: left;		
	}

	#header #link-pubblicazione{
		width: 400px;
		margin-left: 10px;
		background-image: url('../images/foglia-nera.png');
		background-repeat: no-repeat;
		background-position: center left;
		float: left;		
	}

		#header #link-aste-esattoriali h2,
		#header #link-pubblicazione h2{

			margin-bottom:0px;
			margin-left: 50px;
			font-size: 120%;

		}
		
		#header #link-aste-esattoriali ul,
		#header #link-pubblicazione ul{
			margin-top: 0px;
		}
			#header #link-aste-esattoriali ul li,
			#header #link-pubblicazione ul li{
				display: inline;
				border-left: 1px solid #000;
				padding-left: 0.3em;
			}
			
				#header #link-aste-esattoriali ul li a,
				#header #link-pubblicazione ul li a{
					color: #222;
					padding-right: 0.3em;
				}
			#header #link-aste-esattoriali ul li.current,
			#header #link-pubblicazione ul li.current{
				background: #222;
			}
			
				#header #link-aste-esattoriali ul li.current a,
				#header #link-pubblicazione ul li.current a{
					color: #fff;
				}
#formricerca{
	line-height: 1.5em;
}
	#formricerca label{
		font-weight: bold;
	}	
	#formricerca input,
	#formricerca select,
	#espertorisponde input,
	#espertorisponde textarea,
	#espertorisponde select{
		border: 1px solid #9cb3c9;
	}	
	
	#formricerca select{
		width: 100%;
	}
	#formricerca input.submit-button{
		width: 70%;
		background-color: #fff;
		font-weight: bold;
	}
	#formricerca .max-size,
	#espertorisponde .max-size{
		width: 570px;
	}

#espertorisponde td{
	vertical-align: top;
}
#espertorisponde label{
	font-weight: bold;
}
#espertorisponde textarea{
	width: 100%;
}
	
#footer #sistemia{
	width: 127px;
	height: 41px;
	margin-left: auto;
	margin-right: 10px;
	background-image: url('../images/sistemia.png');
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#sfondo-bottom{
	height: 25px;
	background-image: url('../images/sfondo-bottom.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.copyright{
	background-color: #444;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

.tab{
	background-image: url('../images/bordo-tab.gif');
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	width: 340px;
	font-size: 100%;
	background-position: top right;
	height: 2em;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: -1px;
}

.tab-content{
	border: 1px solid #000;
	padding: 0.5em;
	vertical-align: top;
}

/* ELENCO ASTE IN HOME */

#elenco-aste{
	list-style: none;
}

	#elenco-aste a{
		color: #000;
	}
	#elenco-aste li{
		background-image: url('../images/foglia-nera.png');
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 30px;
	}
		#elenco-aste li p{
			margin-top: 0em;
			margin-bottom: 0em;
		}
		#elenco-aste li ul{
			list-style: circle;
		}
		
			#elenco-aste li ul li{
				background-image: none;
				padding-left: 0px;
			}
			
	#elenco-aste dl{
		margin-top: 1em;
		font-weight: bold;
	}
		
		#elenco-aste dl *{ display: inline; margin-left: 0.4em; margin-right: 1em;}
/* SPALLA LINK + ELENCO LINK */

.spalla-link{
	background-image: url('../images/links.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 160px;
	padding-top: 125px;
	border-left:0px;
	font-size: 82%;
	height: auto;
	vertical-align: top;
}

.elenco-link{
	height: 100% !important;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

	.elenco-link h2{
		text-indent: -9999px;
		height: 0px;
		overflow: hidden;
		margin: 0;
	}

	.elenco-link ul{
		margin-bottom: 0px;
		padding-bottom: 1em;
		margin-top: 0px;
		padding-top: 1em;
	}

/* FINE LINK */

/* PER RISULTATI RICERCA */

#goback, #home{
	width: 56px;
	height: 28px;
	display: block;
	float: right;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#goback{background-image: url('../images/go-back.gif');}
#home{	background-image: url('../images/home.gif');	}

#legenda{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	
}

#legenda li{
	display: block;
	width:32.7%;
	float: left;
	text-align: center;
}

#risultati{
	list-style: none;
}

	#risultati li{
		padding-top: 30px;
		margin-top: 2em;
		background-image: url('../images/foglia-colore.png');
		background-repeat: no-repeat;
		background-position: top left;
	}

		#risultati li table{
			text-align: center;
		}
		
			#risultati li table ul{
				padding-left: 20px;
			}
			
			#risultati li h3{
				margin-bottom: 0.5em;
			}
			 
			#risultati li table li{
				padding-top: 0;
				margin-top: 0.5em;
				margin-bottom: 0.5em;
				background-image: none;
				background-repeat: no-repeat;
				background-position: top left;
			}
	
			#risultati dl, #risultati dt, #risultati dd{
				display: inline;
				text-align:left;
			} 
				#risultati dd{
					padding-left: 0;
					padding-right: 0;
					margin-left: 0;
					margin-right: 12em;
					font-weight: bold;
					font-style: normal;
				}

#paginazione{
	list-style: none;
	text-align: right;
	margin-bottom: 0.5em;
}

	#paginazione li{
		display: inline;
	}
	
		#paginazione li a{
			font-size: 110%;
			font-weight: bold;
			text-decoration: none;
			padding-left: 0.2em;
			padding-right: 0.2em;
		}
		
			#paginazione li a:hover{
				text-decoration: underline;
			}
	
			#paginazione li a img{
				border: 0px;
			}

		#paginazione li.current a{
			text-decoration: underline;
		}

/* DETTAGLIO IMMOBILI */



#procedura, #immobile, #vendita, #partecipare, #informativa, #allegati{
	line-height: 170%;
}

#link-stampa,
#link-ricerca,
#link-allegati,
#link-vendita,
#link-indietro{
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-left: 30px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#link-stampa{	background-image: url('../images/link-stampa.gif');}
#link-ricerca{	background-image: url('../images/link-ricerca.gif');}
#link-allegati, #link-vendita{	background-image: url('../images/link-allegati.gif');}
#link-indietro{	background-image: url('../images/go-back.gif');}

.etichetta-immobile{
	padding-top: 1em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}
	.etichetta-immobile span{
		border: 1px solid #000;
		padding: 0.2em;
		
	}