﻿/*-- new weather */
#newWeatherContainer
{
    width:262px;
    height:90px;
    float:left;
    background:url('/images/weather-box.jpg');
}

#weatherTop
{
    width:260px;
    min-height:40px;
    float:left;
    border:0;
    margin:0;
    padding:0;
    text-decoration:none;
    z-index:3;
    cursor:pointer;
}

#tempNum
{
    width:94px;
    height:auto;
    float:left;
    text-align:center;
    font-size:46px;
    font-family:Arial;
    font-weight:bold;
    color:#4750A6;
    padding:16px 0px 0px 0px;
    letter-spacing:-3px;
    z-index:2;
}

#tempNum img
{
    margin:-10px 0px 0px 3px;
}

#weatherDetail
{
    width:165px;
    height:auto;
    float:left;
    font-size:12px;
    font-family:Arial;
    border:0;
    text-decoration:none;
    color:#000;
    z-index:1;
}

#weatherDetail img, #weatherDetail img:hover
{
    border:0;
    margin:3px 0px 0px -10px;
    padding:0;
    text-decoration:none;
}

#weatherDetailText
{
    margin:-2px 0px 0px 0px;
}

#weatherCondition
{
    margin-top:-2px;
}

#weatherBottomEmpty, #weatherBottomFilled
{
    width:100%;
    height:auto;
    float:left;
    font-size:10px;
    font-family:Arial;
    text-align:center;
    z-index:5;
}

#weatherBottomEmpty
{
    margin-top:-2px;
}

#weatherBottomFilled
{
    margin-top:-5px;
}