.dettaglio {
	padding-top: 35px;
}
.dettaglio h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 6px;
	margin-top: 3px;
	color: #918f80;
}
.dettaglio p {
	font-size: 0.85em;
	line-height: 1.3em;
}
.dettaglio p.data {
	font-size: 0.85em;
	line-height: 1.3em;
	color: #b6b6a8;
	font-weight: bold;
}

.dettaglio p.download {
	margin-top: 25px;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
}
.dettaglio p.download span {
	margin-left: 10px;
	margin-right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #f5a217;
	font-style: normal;
}

.elenco {
	padding-top: 35px;
}
.elenco .boxnews {
	background-image: url(../images/layout/linea_elenco.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	min-height: 50px;
	height: auto !important;
	height:50px;

}
.elenco .boxnews img {
	float: left;
	border: 1px solid #b6b6ae;
}
.elenco .boxnews p {
	margin-left: 128px;
	margin-right: 35px;
	font-size: 0.8em;
	line-height: 1.1em;
}
.elenco .boxnews p span {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
.elenco .boxnews p.data {
	font-size: 0.85em;
	line-height: 1.3em;
	color: #b6b6a8;
	font-weight: bold;
}
.elenco .boxnews p A {
	text-decoration : none;
	color: #484834;
}
.elenco .boxnews p A:LINK {
	text-decoration : none;
	color: #484834;
}
.elenco .boxnews p A:HOVER {
	color : #1f1f0d;
	text-decoration : underline;
}
.elenco .boxnews p A:ACTIVE {
	color : #484834;
	text-decoration : underline;
}
.elenco .boxnews p A:VISITED {
	color : #484834;
	text-decoration : none;
}
.elenco .boxnews p A:VISITED:HOVER {
	color : #1f1f0d	;
	text-decoration : underline;
}

.modulo p .bottone_modulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484834;
	background-color: #ABAB9A;
	margin-right: 15px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #676756;
}
