@charset "utf-8";
/* CSS Document */

/*#aggregatore=========================================*/

#Caggregatore{
	border:#6d84b4 solid 5px;
	height:150px;
}
#feed ul, #feed li{
	margin:0;
	padding:0;
	list-style:none;
	}
#feed, #feed li{ 
	width:960px;
	height:200px;
	background-color:#d3dae8;
	overflow:hidden; 
	color:#FFFFFF;
	text-align:left;
	}

#feed li img{
height:150px;
float:left;

}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:0px;
	top:0px;
	}	
#nextBtn{ 
	left:530px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:150px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
	
#nextBtn a:hover{
	background:url(images/btn_next_hover.gif) no-repeat 0 0;	
}
#prevBtn a:hover{
	background:url(images/btn_prev_hover.gif) no-repeat 0 0;	
}
#aggregalogo{
	width:350px;
	height:150px;
	background-color:#ffffff;
	background-image:url(images/logoCnet.gif);
	background-repeat:no-repeat;
	background-position:-50px -50px;
	float:left;
}

#aggregalogo a{
	display:block;
	margin:50px 20px;
	font-size:30px;
	color:#6d84b4;
	text-decoration:none;
}

.feed_item_title, .feed_location{
	font-size:18px;
	font-weight:bold;
	display:block;
	color:#3b5998;
	text-align:right;
	padding:5px 5px 0;
}
#feed li small{
	display:block;
	text-align:right;
}
.cont-aggr{
	background-color:#d3dae8;
	float:right;
	padding:10px 40px;
	position:relative;
}


