/****************************************/
/*	Restyling METEOGIORNALE.IT			*/
/*										*/
/*	CSS reporter						*/
/*										*/
/****************************************/

#box_promo_reportmeteo {
	width: 307px;
	height: 140px;
	margin: 7px 5px 0 0;
	border: 1px solid #cdcdcd;
	display: block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(112, 112, 112, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(112, 112, 112, 0.4);
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
	background: radial-gradient(ellipse at center,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
.logo_reportmeteo { min-height: 27px; float:left; width: 100%;
background: #2567aa;
background: -moz-linear-gradient(top,  #2567aa 0%, #4890d3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2567aa), color-stop(100%,#4890d3));
background: -webkit-linear-gradient(top,  #2567aa 0%,#4890d3 100%);
background: -o-linear-gradient(top,  #2567aa 0%,#4890d3 100%);
background: -ms-linear-gradient(top,  #2567aa 0%,#4890d3 100%);
background: linear-gradient(to bottom,  #2567aa 0%,#4890d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2567aa', endColorstr='#4890d3',GradientType=0 );
}
.logo_reportmeteo img { border:none;}

/*.rss_promo ul { height:110px; margin-top:0px; display: block; clear: both;}
.rss_promo ul li { width: 80px; height: 55px; float: left; margin:0 15px 0 -15px; overflow: hidden;}*/

.rss_promo ul { width:280px !important; height:100px; margin-top:10px; margin-left:25px; display: block; clear: both;}
.rss_promo ul li { float: left; margin: 20px 10px 0 -8px; overflow: hidden;;}
.rss_promo ul li img { float: left; margin:3px; border:1px solid #d4d4d4; padding:2px; -webkit-box-shadow: 0px 0px 2px 0px rgba(112, 112, 112, 0.4); box-shadow: 0px 0px 2px 0px rgba(112, 112, 112, 0.4); width:125px; height:95px;}
.rss_promo ul li a { text-decoration: none;}

/*codice css specifico per chrome e safari */  
@media screen and (-webkit-min-device-pixel-ratio:0) {  
.rss_promo ul { margin-top:-20px;}
.rss_promo ul li { height: 122px;}
.rss_promo ul li {margin-top:52px;}
}
