﻿
.blockMeteo{
	width:160px;
}
.blockMeteo .meteoContent{
	float:left;
	width:160px;
	background: url(../img/sidebar/block-bottom.gif) no-repeat bottom left;
	color:#0060BC;
	font-size:11px;
}

.blockMeteo .meteoContent .boxMeteo{
	float:left;
	padding:6px 11px;
	width:138px;
	height:63px;
}

.blockMeteo .meteoContent .boxQuality{
	float:left;
	position:relative;
	padding:2px 11px 6px 11px;
	width:138px;
	height:66px;

	border-top:solid 1px #C5C7C9;
	background: url(../img/sidebar/meteoBox/qualiteAir_bg.gif) no-repeat 8px 18px;
}
.blockMeteo .meteoContent .boxQuality a.link{
	position:absolute;
	top:60px;
	left:100px;
	color:#AAAAAA;
	text-decoration:none;
	font-size:10px;
	white-space:nowrap;
}
.blockMeteo .meteoContent .boxQuality a.link:hover{
	text-decoration:underline;
}
.blockMeteo .meteoContent .boxQuality #Meteo_airQualityPointer{
	position:absolute;
	display:none;
	top:21px;
	left:17px;
	width:127px;
	height:26px;
	background: url(../img/sidebar/meteoBox/qualiteAir_arr.gif) no-repeat 3px 0px;	
}
.blockMeteo .meteoContent .boxQuality #Meteo_airQualityLegend{
	position:absolute;
	top:45px;
	left:20px;
	width:119px;
	text-align:center;
	color:#5d7b98;
}

.blockMeteo .meteoContent .boxTraffic{
	float:left;
	position:relative;
	padding:5px 11px 6px 11px;
	width:138px;
	border-top:solid 1px #C5C7C9;
}

.blockMeteo .meteoContent .boxTraffic #Meteo_TrafficDescr{
	float:left;
	cursor:pointer;
	margin-top:4px;
	width:138px;
	height:60px;
	line-height:12px;
	color:#4E5458;
}
