/* CSS Document */

.pagina_risultati{
	padding-left:20px;
	float:left;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
.pagina_max_risultati{
	padding-right:10px;
	float:right;
	color:#f60;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.blocco_risultato_up{
	background:url(img/box_ricerca_up.gif) no-repeat bottom;
	width:592px;
	height:7px;
	clear:both;
}
.blocco_risultato_down{
	background:url(img/box_ricerca_down.gif) no-repeat top;
	width:592px;
	height:7px;
	margin-bottom:5px;
}
.blocco_risultato{
	background-color:#eaeaea;
	width:592px;
	padding-bottom:10px;
}
.blocco_risultato .immagini{
	width:180px;
	float:left;
}
.blocco_risultato .albergo_sx{
	padding-left:20px;
	float:left;
	width:550px
}
.blocco_risultato h1{
	padding:0; margin:0; font-size:16px; font-weight:bold;
}
.blocco_risultato .albergo_dx{
	padding-right:10px;
	float:right;
}

.link_ricerca{
	font-weight:bold; color:#f60;
}
.link_ricerca a:hover{ color:#f60; }