
/*GESTINE DETTAGLIO*/

.contents .dettagli-links
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6f8964;
	border-bottom-color: #6f8964;
	margin-top:15px;
}

.contents .dettagli-links div.link
{
	background-color:#dbe3e6;
	margin-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	color:#00266d;
	position:relative;
}

.contents .dettagli-links div a.title-link
{
	font-weight:bold;
	color:#00266d;
}

