#newsRSSBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 3px 0 3px 0;
	position: relative;
	background-color: #004B7C;
}

#titoloFeedRSS {
	color: #FFA25E;
	margin-left: 5px;
	font-weight: bold;
}

#listaFeedRSS {
	position: absolute;
	left: 5px;
	top: 23px;
	width: 400px;
	background-color: #F8FFD1;
	color: Black;
	padding: 3px;
	border: 1px solid Black;
/*
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
*/
}

.listaFeeds {
	margin-left: 5px 0 1px 5px;
}

#newsFromRSS {
	color: White;
	display: inline;
	width: 500px;
	font-weight: bold;

	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

#newsFromRSS a {
	color: white;
}

#newsFromRSS a:hover {
	color: White;
}


