/*
    ==========================================
    ZOZNAM PRODUKTOV
    ==========================================
*/
#produkty {
    padding:10px 0px 0px 0px;
    text-align:left;
}
#produkty div.produkty {
    padding:0px 0px 0px 0px;
}
#produkty div.product {
    background:url('images/eshop/product-bg-bottom.gif') no-repeat bottom center;
    width:181px;
    float:left;
    text-align:center;
    color:#1b3c5d;
}
#produkty div.product-body {
    background:url('images/eshop/product-bg-top.gif') no-repeat top center;
    padding:5px 23px 15px 17px;
    min-height:1px;
    _height:1px;
}
#produkty div.product h3 {
    font-size:1.1em;
    margin:0px;
    padding:5px 0px 3px 0px;
    line-height:1.1em;
}
#produkty div.product h3 a { color:#1b3c5d; text-decoration:none; }
#produkty div.product h3 a:hover { color:#000; text-decoration:underline; }
#produkty div.product-img {
    text-align:center;
    padding:5px 0px 5px 0px;
    background:url('images/dot.gif') repeat-x bottom left;
}
#produkty div.product-img img {
    border:none;
    margin:0px;
    padding:1px;
}
#produkty div.product span.cena {
    color:#eb1115;
    font-size:1.1em;
    font-weight:bold;
}
#produkty div.product table {
    margin:10px auto 0px auto;
}
#produkty div.product input.button {
    margin-left:5px;
}
#produkty div.product input.pocet {
    width:25px;
    border:1px solid #bfc9d2;
    margin-right:5px;
}

#produkty div.povodne {
    text-decoration:line-through;
    color:#ABABAB;
}
#produkty div.sellout {
    padding:15px 0px 8px 0px;
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
    color:#F00;
}
