
.news_small
{
	padding: 					5px 10px 30px 10px;

	background-image: 			url(../img/frame/sfondo_news.gif);
	background-repeat: 			repeat-x;
	
	font-family: 				arial;

	overflow:					auto;
	z-index:					8;
}

.news_small:hover
{
	background-color:			#F3F7FB;
	background-image: 			url(../img/frame/sfondo_newsHover.gif);
}

.news_small .image_box
{
	float: 						left;
	margin-right:				10px;
	padding-top: 				5px;
	max-width: 					140px;

	color:						#31393D;
	font-size:					small;
}

.news_small .image_box IMG
{
	max-width: 					140px;
	max-height: 				140px;
}


.news_small .contents
{
	overflow:					visible;

	padding: 					0px 5px 0px 5px;
	border-style:				solid;
	border-width:				0px 1px 0px 1px;
	border-color:				transparent;
}

.news_small .title,
.news_small .title_small
{
	padding-bottom: 			5px;
	
	font-family: 				arial;
	font-size: 					14px;
	font-weight:				bold;
}

.news_small .title_small
{
	font-size: 					14px;
	font-weight:				normal;
}

.news_small .title a:hover
{
	text-decoration: 			none;
}

.news_small .date
{
	color: 						#2F609D;
	font-size: 					small;
	font-weight: 				bold;
}

.news_small .txt
{
	text-align: 				justify;
	
	font-size: 					small;
}

.news_small .boxChiusuraArticolo
{
	margin:			10px 10px 5px 10px;

	background-color:			#F3F7FB;

	border-width:				0px 0px 1px 0px;
	border-style:				solid;
	border-color:				#DEDEDE;
}

.news_small .linkArticolo,
.news_small .linkArticolo:link,
.news_small .linkArticolo:visited,
.news_small .linkArticolo:hover,
.news_small .linkArticolo:active
{
	color:		#2F609D;
	font-size:	small;
}

.news_small .dettagliItem,
.news_small .dettagliItem A,
.news_small .dettagliItem A:link,
.news_small .dettagliItem A:visited,
.news_small .dettagliItem A:hover,
.news_small .dettagliItem A:active
{
	color:		#2F609D;
	font-size:	small;
}


.news_small .lineFirst
{
	margin-bottom:		10px;
}
.news_small .lineLast
{
	margin-top:		10px;
}
