/* the news box */
#contVetrine #news2{
	width:190px;
	height:180px;
	/*background:#fff url(/img/bg_img_news.gif) no-repeat;*/
	_background:url(/img/bg_img_news2.gif) no-repeat;
	margin-right:0;
}
#contVetrine #news
{
	width:190px;
	margin-left:2px;
	height:113px;
}
#contVetrine #news2 #news a
{
	color:#666666;
}
#contVetrine #news2 #news ul
{
	margin:10px 0 0 0;
	padding:0;
}
#contVetrine #news2 #news li.testo{
	padding: 0px 2px 10px 15px;
	list-style:none;
	background:url(/img/bg_fil_new.gif) top left no-repeat;
	width:190px;
	min-height:50px;
	_height:50px;
	display:block;
}
#contVetrine #news2 #news li strong{font-size:15px;color:#f00;}
#contVetrine #news2 #news li label{font-size:10px;}
/* the news box when JavaScript is available */
#contVetrine #news2 #news.JS
{
	height: 122px;
	margin-top:10px;
	overflow: hidden;
	position: relative;
}
/* The nested UL when JavaScript is available */
#contVetrine #news2 #news.JS ul
{
	position: absolute;
	top:0px;
	left: 0;
	margin: 0px 5px 0px 5px;
	padding: 0;

}




