.dettaglio {
	padding-top: 35px;
}
.dettaglio h1 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 6px;
	margin-top: 3px;
}
.dettaglio p {
	font-size: 0.85em;
	line-height: 1.3em;
}
.dettaglio p.data {
	font-size: 0.95em;
	line-height: 1.3em;
	color: #b6b6a8;
	font-weight: bold;
}
.dettaglio p img {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid #b6b6ae;
}

.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;

}
.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;
}

