@charset "utf-8";
/* CSS Document */

#NewsVertical .titolo{
	font-size:16px;
	color:#006699;
	font-weight:bold;
}

#NewsVertical {
    margin-top:10px;
	margin-right: 3px;
	margin-left: 15px;
	width: 220px;
	height: 270px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical {
	width: 180px;
	height: 70px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TickerVertical li {
	display: block;
	width: 220px;
	height: 150px;
	/*line-height: 100px;
	color: #fff;*/
	text-align: justify;
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	cursor:pointer;
}

#TickerVertical .titolo{
	font-size:14px;
	color:#003366;
	text-decoration:none;
}