ul#elencoNews {
	list-style:none;
	margin-top:20px;
}
ul#elencoNews li {
	overflow:hidden;
	border-bottom:1px dotted #646464;
	margin-bottom:15px;
	padding:0 10px 10px 10px;
}
ul#elencoNews li h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:14px;
	margin-bottom:5px;
}
ul#elencoNews p.date {
	color:#6a9a2b;
	font-weight:bold;
}
ul#elencoNews li a.dettaglio {
	margin:10px 0 0 5px;
	background:url(../images/backDettaglio.gif) right 0 no-repeat;
	line-height:19px;
	display:block;
	padding:0 10px;
	float:right;
	color:#fff;
}
ul#elencoNews li a.dettaglio:hover {
	text-shadow:1px 1px 0 #333;
	background:url(../images/backDettaglioHover.gif) right 0 no-repeat;
}
