#leftcol .news {
	float: right;
	width:92%;
	margin:0px 30px 0 0;
	text-align: right;
	border-bottom: 1px dotted #939393;
	padding: 8px 0 0 0; /*margine_top, tra i titoli e la barra superiore */
	padding-bottom:8px; /*margine_bottom, tra i titoli e la barra superiore */
}
* html #leftcol .news {
	height: 90px;
}
#leftcol .news p {
	float: right;
	margin:0 0 0 0px; /*margine_left della linea verticale */
	width: 90%; /*è la dimenzione del riquadro colorato */
	border-right: 1px dotted #939393;
	padding: 0 10px 0 5px; /*il quarto valore è margine_right(margini all'interno del riquadro colorato) */
}
#leftcol .news p:hover {
	background:#E5E5E5; /*sfondo grigio*/
}
#leftcol ul li {
list-style:none;
list-style-image:none;
}
#leftcol .news ul li {
list-style:none;
list-style-image:none;
}
#leftcol .news p.author {
	float: right;
	color: #83cde1; /*celeste*/
	border: 0;
	padding: 3px 0 0 45px;
	margin:0;
	width: 90%;
}
#leftcol .news p.author a {
	color: #86d734; /*verde*/
	font-weight: normal;
}
#leftcol .news p.author a:hover {
	text-decoration: underline;
}
#leftcol .news p.author:hover {
	background: none;
}
#leftcol .news a {
	text-decoration: none;
	color: #00469B; /*blu*/
}
#leftcol .news a.continue {
	font-weight: normal;
}
#leftcol .news a:hover {
	text-decoration: underline;
	color: #CE0000; /*blu notte*/
}
#leftcol .news strong {
	font-weight: normal;
}
#leftcol .news_date {
	float: right;
	font-family:verdana;
	text-align: center;	
	width: 0px;
	height: 0px;
}
#leftcol .news .month {
	width: 1px; /*altezza data_mese*/
	font-size: 0.8em;
	color: #0C6FA3; /*celeste scuro*/
	clear: both;
	padding: 0 0px 0 5px;
}
#leftcol .news .day {
	width: 1px; /*posizione laterale data_giorno*/
	font-size: 1.2em;
	color: #0C6FA3; /*celeste scuro*/
	padding: 0 0px 0 5px;
}
