/* foglio di stile che resetta il comportamento difforme dei diversi browser */
/* fonte: http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}



/* GENERALI */

body {
	height:100%;
	width:100%;
	background-color:#051E4F;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	


}

body div#corpo{
	width:980px;
	margin:auto;
	text-align:left;
	background-image:url(img/bg.jpg)	
}




table.offerte{
	width:100%;
}	
table.offerte tr{
	border-bottom:1px solid #99A8C6;
}
table.offerte tr td{
	padding:0.6em;
}

table.offerte tr td h3{
	color:#072d7b; font-size:1em;
}


table.offerte tr td p{
	color:#333; font-size:0.8em;
}






table#tabella_ricerca{
	width:100%;
}	
table#tabella_ricerca tr{
	border-bottom:1px solid #99A8C6;
}
table#tabella_ricerca tr td{
	padding:0.6em;
}

table#tabella_ricerca tr td h3{
	color:#072d7b; font-size:1em;
}


table#tabella_ricerca tr td p{
	color:#333; font-size:0.8em;
}


table#tabella_ricerca tr td span.scheda_immobile{
	padding-top:6px;
	display:block;
	
		color:#5375BA;
	font-size:0.75em;
	text-align:right;
	text-decoration:none;
	margin-left:12em;
	margin-top:6px;
}
table#tabella_ricerca tr td span.scheda_immobile a{
	
		color:#5375BA;
	
	text-decoration:none;

	
}
table#tabella_ricerca tr td span.scheda_immobile a:hover{
color:#051E4F;
	text-decoration:underline;
}

body div#corpo div#blocco_centrale .blocco_form p#vedi_tutti:hover{
	text-decoration:underline;
	cursor:pointer;
}
body div#corpo div#blocco_centrale .blocco_form p#vedi_tutti_italia:hover{
	text-decoration:underline;
	cursor:pointer;
}
body div#corpo div#blocco_centrale .blocco_form p#vedi_tutti_estero:hover{
	text-decoration:underline;
	cursor:pointer;
}
