.meteo_col_sx{
	width: 54%;
	height: 200px;
}
.meteo_col_dx{
	width: 38%;
}

.weather-box{
	background: url(/meteo/img/weather-box.png) no-repeat right 24px
}

.weather-box .img{
	width: 124px;
	height: 96px;
}

.weather-box .text-box{
	color:#FFFFFF;
	font-size:44px;
	margin-top:24px;
	padding: 5px 15px 5px 15px;
	text-align:right;
	width:60%;
	font-weight: bold;
}

.weather-box .descrizione{
	font-size:20px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: right;
	color: #ffffff;
}

.weather-box .hr{
	border-top: 3px solid #BFBFBF;
	margin: 0 15px 0 44px;
}

.weather-box .hr table{
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
}

.day-box{
	width: 110px;
	margin-top: 24px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #008BC0;
	margin-left: 5px;
	height: 166px;
}

.day-box .img{
	height: 70px;
}

.day-box img{
	width: 70px;
}

.day-box .descrizione{
	height: 42px;
	font-size: 13px;
}

.day-box table{
	font-size: 12px;
	font-weight: bold;
	width: 92%;
	margin-left: 5px;
}

.day-box .header{
	background: url(/meteo/img/day-header.png) repeat-x top left;
	height: 21px;
	color: #ffffff;
	padding-top: 2px;
}