.search_result {
	font-family: Tahoma, Arial, sans-serif, Helvetica, Verdana;
	font-size: 12px;
	text-align: left;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.search_result caption {
    padding: 10px 0;
}

.search_result thead tr {
	border-bottom: 1px solid #818179;
	background: none;
}

.search_result thead tr th {
	padding: 5px 0;
	color: #ff6600;
	font-size: 14px;
}

.search_result tbody tr {
    background-color: #f5d4a7;
    border-bottom: 2px solid #a2a29b;
    background-image: url(../images/freccina.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.search_result tbody tr td {
	padding: 5px;
	border-bottom: 2px solid #a2a29b;
}

.search_result tbody tr .artista {
    background: #f5d4a7;
    border-bottom: 2px solid #a2a29b;
}

.search_result tbody tr:hover {
    background-color: #f0f0ec;
}

.citta {
    min-width: 200px;
}

#banner2 {
    width: 728px;
    height: 90px;
    margin-left: 76px;
}

