ul#list_news 
{
	list-style-type: none;
}

#list_news li 
{
	float:left;
	width:600px;
	display:inline;
	padding-bottom:20px;}
 
/* box indice: titolo */
.titolo_preview
{	
	float:left;
	font-family: Arial;
	width:600px;
	font-size:14px;
	font-weight:bold;
	color:#555;
}

a.titolo_preview { text-decoration:none;}

a.titolo_preview:hover { text-decoration:underline;}
/* fine titolo */

.txt_preview /* box indice: descrizione */
{	
	font-family: Arial;
	font-size:12px;
	padding-top: 4px;
	line-height:18px;
	color:#555;
}

li .txt_preview_p /* box indice: piattaforme */
{
	float: left;
	width:auto;
	font-family: Verdana;
	font-size:11px;
	line-height:18px;
	color:#555;
}		

/* box indice: data*/
li .data_inserimento 
{
	font-family: Arial;
	position:relative;
	font-size:12px;
	font-weight: bold;
	color:#555;
	width:auto;
	line-height:18px;
	left:6px;
}
/* fine scheda */
