/* CSS Document */


/* ---------------------------------------------------------------------- NEWS --- */
/* ------------------------------------------------------------------------------ */

div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	height: 115px;
	text-align:left;
	color:#707070;	
	}
div.jd_news_scroll ul {	width:180px;
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: 120px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-left:0;
	padding-right: 16px;
	font-size:11px;
}
div.jd_news_scroll ul li.hover {
	/*background-color: #E4E4EF;	*/
	color: #888;
	cursor: hand;
	cursor:pointer;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #336699;
}

.rigaNews{
/*border-bottom:1px dashed white;*/
	width:150px;
	padding:5px 0;
	background-image:url(/image/comuni/fr.gif);
	background-repeat:no-repeat;
	background-position:100% 15%;
	}

#news{
	background-image:url(/image/news/bghome.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:120px; /*height:248px;*/
	margin-bottom:7px;
	padding-top:46px;
	}
	
#news div{
margin:0 20px;
}
.blu{
color:#435b96;
font-size:14px;
}
#news strong{
color:#435b96;
}

.newsSx{
	padding-right:20px;	
	width:340px;
}
.newsSx a:link, .newsSx a:active, .newsSx a:visited, .newsSx a:hover
{
	background-color:#dbdbdb;
	padding:5px 0;
	display:block;
	width:360px;
	text-align:center;
}
.newsDx{
	width:540px;
	float:right;
	
}
a.newsHomeLink:link, a.newsHomeLink:active, a.newsHomeLink:visited{
font-size:11px;
color:#707070;
text-decoration:none;
}

a.newsHomeLink:hover{
text-decoration:underline;
}


