a.dettagli {
	display:block;
	width:85px;
	height:30px;
	background-image:url(../img/dettagli_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

a.dettagli:hover {
	background-image:url(../img/dettagli_on.gif);
}

img {
	border:0px;
}

span.titolo {
	display:block;
	margin-bottom:5px;
	font-family:Times, serif;
	font-size:24px;
	color:#3A5491;
}

span.titoletto {
	display:block;
	padding:2px;
	font-weight:bold;
	background-color:#e5f7f9;
	border:1px #3A5491 solid;
}

span.caratteristiche, span.descrizione {
	display:block;
	margin-bottom:15px;
}

.gallery {
	margin:0px 10px 10px 0px;
}