#weather{
    float:left;
    width:187px;              
    margin:0;
    padding:0;
    background-repeat:no-repeat;
        font-size:small;
}
#weather .wholder{
    margin: 0 7px 0 0px;
    background-color:rgb(204, 222, 232);
    background-image: url(/common/images/sb-bg-green.jpg); 
}
#weather span{
    display:block;
    padding:2px 5px;
    color:rgb(35,60,21);
    font-weight:bold;
    border:solid 1px #999;
    border-left:none;
    border-right:none;
    text-align:center;
}
#weather .details{

}
#weather .details .off{
    display:block;
    background: url(/common/images/right-arrow.gif) right center no-repeat;
}
#weather .details .on{
    background: url(/common/images/down-arrow.gif) right center no-repeat;
}
#weather p{
    margin:0;
    padding: 3px 5px;
}
#weather .wholder div{
    border:solid 1px #333;
    border-bottom:none;
}
#weather #weather-details{
    border:none;
    background-image:none;
    background-color:transparent;
}