/*weather - menybox*/
.weather_container{
}
.weather_container ul.weather_list{
list-style:none;
margin:0px;
padding:0px;
}
.weather_container li.weather_forecast{
display:inline;
width:33%;
float:left;
}
.weather_container .weather_icon{
width:24px;
float:left;
margin:0px;
}
.weather_container .weather_place,.weather_daytime{
display:none;
}
.weather_container .weather_day{
font-weight:normal;
font-size:10px;
display:inline;
float:left;
text-align:left;
}
.weather_container .weather_temperature{
font-weight:bold;
font-size:10px;
color:red;
height:17px;
vertical-align:middle;
float:left;
}

