.box_weather_container{
    background:#cfe5f4;
    -moz-border-radius: 8px;
    padding: 4px 4px 1px 4px;
    margin-bottom: 4px;
    overflow: hidden;
    color: #666;
}
.box_weather_container h3{ 
    font-family: 'Trebuchet MS', Verdana, Sans-serif; 
    font-size: 15px; 
    font-weight: bold; 
    color: #666; 
    line-height: 18px; 
    text-align:center; 
}
.box_weather_container h4{
    font-size: 9px;
    font-weight: bold;
    color: #666;
    line-height: 17px;
    text-align:center;
}
.weather_forecast li{
    background: #fff;
    -moz-border-radius: 8px;
    text-align:center;
    margin-bottom: 4px;
    padding: 4px 4px 8px 4px;
    font-size: 11px;
}
.weather_forecast li object, .weather_forecast li span.day, .weather_forecast li span.forecast{
    display: block;
    margin: 4px auto;
}
.weather_forecast li object{
    width: 32px;
    height: 32px;
}
.weather_forecast li span.day {
    font-weight: bold;
}
.weather_forecast li span.min, .weather_forecast li span.max{
    font-weight: bold;
    font-size: 11px;
}
.weather_forecast li span.min{
    color: #36f;
}
.weather_forecast li span.max{
    color: #f60;
}
