body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8c8b8b;
	margin: 0px;
	padding: 0px;	
	
}

.container {

height:300px;
position:absolute;
width:210px;

}
#scrolldiv {
height:300px;
padding-left: 5px;
overflow:auto;
position:absolute;
width:215px;
}
#scrolldiv__controls {

display:none;
position:absolute;
}
#imgup {
width: 30px;
height: 30px;
left:192px;
position:relative;
top:10px;
}
#imgdown {
width: 30px;
height: 30px;
left:192px;
position:relative;
top:235px;
}




ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#scrolldiv li {
	list-style-type: none;
	padding: 8px;
	text-align: left;
	
	margin-bottom: 3px;
}
#scrolldiv li a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	display: block;
}
#scrolldiv li a:hover {
	color: #333333;
}
#link_news a {
	color: #C1071C;
	text-decoration: underline;
	text-align: right;
	display: block;
}
#link_news a:hover {
	color: #666666;
}
.scuro{
	background-color: #D3D3D3;
}

.titolo2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	text-align: right;
}
