.leftWidget.pogoda {
    width: 224px;
    height: 185px;
    padding: 58px 9px 42px 7px;
    position: relative;
    background: url('../gfx/weatherBackground.png') no-repeat;
}

.leftWidget.pogoda .header {
    height: 36px;
    font: normal 20px/36px 'robotoCondensedBoldItalic';
    position: absolute;
    top: 10px;
    left: 10px;
    padding-left: 44px;
    background: url('../gfx/weatherCload.png') left center no-repeat;
}

.leftWidget.pogoda .more {
    float: right;
    padding-right: 24px;
    color: #1f1f1e;
    
    position: absolute;
    bottom: 10px;
    right: 10px;
    
    font: normal 14px/20px 'robotoRegular';
    background: url("../gfx/weatherCross.png") no-repeat right center;
}

.leftWidget #edodatki_widget_weather_list {
    width: 224px;
    height: 189px;
    left: 2px;
    overflow: hidden;
}

    .leftWidget .weather_container {
        height: 185px;
        margin: 0;
    }

    .leftWidget #edodatki_widget_weather_list ul.days li {
        border-color: #1a2300;
    }
    
    .leftWidget .weather_container ul li.even {
        background: #f8fbe9 !important;
    }

    .leftWidget .weather_container ul li.odd {
        background: #fbfdf3 !important;
    }

    .leftWidget .weather_container ul li {
        width: 204px;
    }

    .leftWidget #edodatki_widget_weather_list .pin {
        display: none;
    }

    .leftWidget .weather_container #list_up_scroll {
        background: url("../gfx/shadowTop.png") no-repeat;
    }

    .leftWidget .weather_container #list_down_scroll {
        background: url("../gfx/shadowBottom.png") no-repeat;
    }