body{  
    margin: 0px;
    padding: 0px;
    background: url('../images/web/body_bg.jpg') no-repeat top center;
    font-family: Arial;
}
img {border: 0px !important;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.clear{ clear: both; }
input[type="submit"],input[type="button"],button{
    cursor: pointer;
}

#Main{
    padding-left: 3px;
    width: 990px;
    margin: 0 auto;
}

#Top{
    height: 245px;
    width: 100%;
    padding-top: 20px;
    background: url('../images/web/header.jpg?v=2') no-repeat top center #fff;
    position: relative;
}
    
    #Top #Logo{
        margin-left: 20px;
    }
    
    #Top #ulMenu{
        margin-left: 0px;
        padding-left: 15px;
        margin-top: 35px;
    }
        
    #Top #ulMenu li{
        display: inline-block;
        margin: 0px 5px;
        text-transform: uppercase;
    }
    
    #Top #ulMenu li a{
        color: #4e821b;
        font-weight: bold;
        font-size: 15px;
    }
    #Top #ulMenu li a.topmenu{
        text-decoration: underline;
    }
    
    #Top #formSearch{
        position: absolute;
        bottom: 0px;
        left: 235px;   
    }
    #Top #formSearch input[type="text"]{
        width: 430px;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
        color: #000;
        padding: 6px 10px;
        border: 2px solid #4e821b;
    }
    #Top #formSearch input[type="submit"]{
        margin-top: 2px;
        width: 100px;
        height: 49px;
        margin: 0px;
        padding: 0px;
        font-size: 0px;
        border: 0px;
        background: url('../images/web/szukaj.png') no-repeat transparent;
        vertical-align: middle;
    }
    
    #Top #divKategorie{
        width: 240px;
        height: 50px;
        position: absolute;
        left: -11px;
        bottom:0px;
        background: url('../images/web/kategorie.png') no-repeat;
    }
    
    #Top #divPolecamy{
        width: 200px;
        height: 50px;
        position: absolute;
        right: -11px;
        bottom:0px;
        background: url('../images/web/polecamy.png') no-repeat;
    }
    
#LeftPanel{
    width: 205px;
    padding: 5px 10px;
    float: left;
}

#LeftPanel .kategorie{
    background: url('../images/web/bg_kategorie.png?v=1') no-repeat;
    min-height: 350px;
    width: 250px;
    margin-left: -30px;
    padding: 0px 5px 0px 15px;
}
#LeftPanel ul{
    padding: 0px 0px 0px 35px;
    list-style: none;
}
#LeftPanel ul li a{
    display: block;
    color: #545454;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
#LeftPanel ul li a:hover{
    color: #b67d00;
    text-decoration: none;
}


#RightPanel{
    width: 180px;
    float: left;
    padding: 5px 0px;
}

#RightPanel .produkt_akce{
    width: 155px;
    height: 225px;
    padding: 15px 10px;
    background: url('../images/web/produkt_akce.png') no-repeat;
    text-align: center;
}

#RightPanel .produkt_akce h3{
    margin-top: 0px;
    font-size: 12px;
    font-weight: bold;
}
#RightPanel .produkt_akce h3 a{
    color: #545454;
    display: block;
    height: 30px;   
}
#RightPanel .produkt_akce .img{
    width: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}
#RightPanel .produkt_akce span{
    display: block;
    font-weight: bold;
}
span.originalPrice{
    color: #ffae00;
}
span.price{
    color: #4e821b;
    font-size: 125%;  
}

.button {
    width: 115px;
    height: 45px;
    text-align: center;
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    display: inline-block;
    line-height: 40px;
    margin-top: 5px;
}
#CenterPanel a.button {
    color: #545454;
}
#CenterPanel a.button:hover{
    color: #222;
}
.button:hover{
    text-decoration: none;
    color: #222;
}
.button.green{
    background: url('../images/web/bg_button_green.png') no-repeat;
    line-height: 45px;
}
.button.orange{
    background: url('../images/web/bg_button.png') no-repeat;
}

#divNavigace{
    margin-bottom: 15px;
}

.product-box{
    width: 247px;
    height: 240px;
    padding: 10px 10px 10px 20px;
    background: url('../images/web/bg_product.png');
    float: left;
    margin: 3px;
    position: relative;
}
.product-box h2{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 25px;
}
.product-box h2 a{
    color: #545454;
}

.product-box .photo{
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
} 
.product-box .photo img{
    display: block;
    margin: 0 auto;
}

.product-box .description {
    font-size: 13px;
}
.product-box .button{
    position: absolute;
    right: 5px;
    bottom: 15px;
}

.product-box span{
    position: absolute;
    bottom: 25px;
    font-weight: bold;
}
.product-box span.price{
    left: 90px;
    font-size: 19px;
}
.clear{
    clear: both;
}
#CenterPanel{
    width: 575px;
    float: left;
    padding: 5px;
}
#CenterPanel a{
    color: #000;
    font-weight: bold;
}

#News{
    padding: 15px;
}

#News .news h3 a{
    color: #2E8357;
    font-size: 14px;
}
#News .news p{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
#News .news div.info{
    font-size: 11px;
    color: #888;   
}
#News .news div.info a{
    color: #888;
    font-weight: bold;
}
#News .news div.info a:hover{
    color: #000;
}

.productDetail .productDetailPhoto{
    padding-left: 30px;
    float: left;
}
.productDetail .info{
    float: left;
    padding-left: 20px;
}
.productDetail .info table{
    width: 250px;
}
.productDetail .info small{
    font-style: italic;
}

#CenterPanel .news{
    padding: 10px;
}
#CenterPanel .news .datum{
    font-weight: bold;
    color: #4e821b;
}
#CenterPanel .news div{
    padding: 15px;
}

#Footer{
    margin: 15px 0;
    text-align: right;
    color: #545454;
    font-size: 12px;
}
#Footer a{
    color: #545454
}