
/*
*	NEWS Scroller
*/
#news_container {
margin:10px auto 10px auto;
font-size:1em;
width:90%;
height:50px;
display:none;
}
#news_header {
font-weight:bold;
display:inline;
float:left;
width:50px;
/*border-right:1px dashed #2f2c73;*/
height:45px;
line-height:45px;
margin-right:10px;
background-color:#c09b54;
border-left: 3px double #FFFFFF;
border-top: 3px double #FFFFFF;
border-bottom: 3px double #FFFFFF;
color:#FFFFFF;
text-align:center;
}
#news_header a:link{
	text-decoration:none;
	color:none;
}
#news_content {
display:inline;
float:left;
text-align:left;
line-height:14px;
}
#news_content:after {
clear:left;
display: block;

}

.dd_news {
/* background-color:#FFFFE1;width:150px;height:120px;font:normal 13px Verdana; */
}


/* NEWSTICKER */
#newsticker {
	position: relative;height:45px;
	border-right: 3px double #FFFFFF;
	border-top: 3px double #FFFFFF;
	border-bottom: 3px double #FFFFFF;
	margin-left:50px;
	background-color:#FFFFC4;
	line-height:22px;
	

}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	min-height: 1.6em;
	margin:0px;
	padding:0px;
/*	padding: 10px 15px;
	padding-right: 30px;*/
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

#newsticker li:hover {
cursor:pointer;

}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}


.news_titolo {
	color:#404000; font-weight:bold;
	
}
#newsticker .news_testo {
	color:#666600;
	
}

