.map_day {
    background: url(../v1/day/Polska.png) no-repeat;
}
.map_night {
    background: url(../v1/night/Polska.png) no-repeat; 
}
.map_diagram {
    background-color: #FF0000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    display: block;
    border: 0px;
    width: 84px;
    height: 14px;
    text-align: right;
    font-size: 13px;
    line-height: 13px;
    padding-right: 3px;
}
.map_city_v1 {
    color: #3F76E1;
    background: #F00008; /* Old browsers */
    background: -moz-linear-gradient(top,  #C7EBFF 0%, #B8E6FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C7EBFF), color-stop(100%,#B8E6FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #C7EBFF 0%,#B8E6FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #C7EBFF 0%,#B8E6FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #C7EBFF 0%,#B8E6FF 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #C7EBFF 0%,#B8E6FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7EBFF', endColorstr='#B8E6FF',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.map_city_v2 {
    color: #3F76E1;
}
.map_city {
    position: absolute;
    display: block;
    border: 0px;
    width: 84px;
    height: 14px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    z-index: 2;
}
.map_backPrecip {
    position: absolute;
    display: block;
    width: 84px;
    height: 53px;
    background: #F00008; /* Old browsers */
    background: -moz-linear-gradient(top,  #F1FAFF 0%, #B8E6FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1FAFF), color-stop(100%,#B8E6FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F1FAFF 0%,#B8E6FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F1FAFF 0%,#B8E6FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F1FAFF 0%,#B8E6FF 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F1FAFF 0%,#B8E6FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FAFF', endColorstr='#B8E6FF',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 2;
}
.map_backPrecip_line1 {
    height: 35px;
    border-left: 1px solid #95d6f6;
    position: absolute;
    z-index: 2;
}
.map_backPrecip_line2 {
    width: 75px;
    border-top: 1px solid #95d6f6;
    position: absolute;
    z-index: 2;
}
.map_back_press {
    position: absolute;
    display: block;
    border: 0px;
    width: 32px;
    text-align: center;
    font-size: 10px;
    z-index: 2;
}
.map_back_precip {
    position: absolute;
    display: block;
    border: 0px;
    width: 32px;
    text-align: center;
    font-size: 10px;
    z-index: 2;
}
.map_back_wind {
    position: absolute;
    display: block;
    border: 0px;
    width: 32px;
    text-align: center;
    font-size: 10px;
    z-index: 2;
}
.map_backPrecip_rain { 
    background: url(../v1/precip_rain_icon.png) no-repeat;
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    z-index: 2;
}
.map_backPrecip_snow { 
    background: url(../v1/precip_snow_icon.png) no-repeat;
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    z-index: 2;
}
.map_precipSum {
    position: absolute;
    display: block;
    border: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 32px;
    color: #3F76E1;
    z-index: 2;
}
.map_pressure {
    position: absolute;
    display: block;
    border: 0px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    width: 32px;
    color: #3F76E1;
    z-index: 2;
}
.map_windSpeed {
    position: absolute;
    display: block;
    border: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 18px;
    color: #3F76E1;
    z-index: 2;
}
.map_temp {
    position: absolute;
    display: block;
    border: 0px;
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    width: 45px;
    height: 35px;
    vertical-align: middle;
    z-index: 2;
}
.map_temp_plus { color: #FFDD00; }
.map_temp_minus { color: #5FC7FF; }