/* RICERCA VACANZE */

.box_risultati_ricerca {
	width:620px;
	float:left;
	border:0px solid #000000;
}

.titolo_risultati_ricerca {
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	font-size:13pt;
	float:left;
	width:620px;
	margin-top:10px;
}

.box_risultato_ricerca {
	clear:both;
	width:620px;
	font-size:8pt;
	float:left;
	border:0px solid #ff0000;
}

.risultato_ricerca {
	width:620px;
	border-bottom:1px dashed #cccccc;
	font-size:8pt;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
}

.nome_risultato_ricerca a {
	font-size:10pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

.nome_risultato_ricerca p {
	font-size:8pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

.risultato_ricerca img {
	width:100px;
	border:0px solid #ff0000;
	margin-right:10px;
	margin-top:5px;
	float:left;
}

.info_risultato_ricerca {
	padding-left:5px;
	margin-top:5px;
	float:left;
	width:185px;
}

.info_risultato_ricerca p {
	padding:0px;
	margin:3px 0px 2px 0px;
}

.prezzo_risultato_ricerca {
	color:#FF0000;
	font-size:12pt;
	font-weight:bold;
}

.info_prezzo_risultato_ricerca {
	padding-left:5px;
	margin-top:5px;
	float:left;
	width:230px;
	float:right;
	text-align:right;
}

.nome_to {
	color:#000000;
	font-size:10pt;
	font-weight:bold;
}

.btn_continua {
	width:120px;
	margin-bottom:5px;
	font-size:10pt;
	padding:5px;
	background-color:#EF820B;
	color:#FFFFFF;
	border:0px;
	float:right;
	text-align:center;
}

.btn_continua a {
	color:#FFFFFF;
}

.btn_continua a:link {
	color:#FFFFFF;
}

.btn_continua a:hover {
	color:#FFFFFF;
}

/* ORDINAMENTO */

.ordinamento {
	width:620px;
	float:left;
	padding:5px 0px 5px 0px;
	border-bottom:1px dashed #cccccc;
	margin-top:10px;
	color:#000000;
	text-align:right;
}

.ordinamento a {
	border-right:1px dashed #cccccc;
	padding-right:5px;
	margin-right:5px;
}

.ordinamento a:link {
	border-right:1px dashed #cccccc;
	padding-right:5px;
	margin-right:5px;
}