/* CSS Document */

dl.news_item{
	display: block;
	margin: 0;
	padding: 0;
}

dl.news_item dd,
dl.news_item dt{
	margin: 0;
	padding: 0;
}

dl.news_item dt{
	font-size: 14px;
	font-weight: bold;
}

dl.news_item dd.news_item_data{
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
}

dd.news_item_testo a.image{
	float: left;
	background-image: url(../images/back_img_news.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: none;
	width: 103px;
	height: 101px;	
}

dd.news_item_testo a.image_zoom{
	float: left;
	padding: 3px;
	background-color: #EEE;
	margin-right: 10px;
	margin-bottom: 10px;
}

dd.news_item_testo a.image_zoom img{

}

dd.news_item_testo a.image img{
	margin: 7px;
}

dd.news_item_link{
	text-align: right;
	clear: both;
}
