.search_list
{
	margin-top:10px;
	border-top: solid 1px #003334;
}

.search_hit
{
	
	border-bottom: solid 1px #003334;
}

.search_hit .titolo_documento
{
	text-decoration: none;
	font-weight: bold;
	color: #003334;
}

.search_hit .sottotitolo_documento
{
	text-decoration: none;
	font-weight: bold;
	color: #003334;
}

.search_hit .testo_documento
{
	
}

#box_campi_ricerca
{
	background-color: #d9d0bf;
	padding: 6px;
	margin-bottom: 10px;
}

#box_campi_ricerca #testo_ricerca
{
	color: #080166;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

.testo_risultati_ricerca
{
	
}

.n_elementi_trovati 
{
	font-weight: bold;
	color: #003334;
}

/* stile delle righe dispare */
.search_hit .riga0 
{
	
}

/* stile delle righe pari */
.search_hit .riga1 
{
	
}