div.special-offer {
    padding:0px 0px 0px 5px;
    _padding:0px 0px 0px 0px;
}

div.product {
    width:151px;
    float:left;
    text-align:center;
    margin:0px 3px 10px 3px;
    background:url('../images/produkt_bg.gif') repeat-y top left;
}
div.productTop {
    background:url('../images/produkt_top.gif') no-repeat top left;
}
div.productBottom {
    background:url('../images/produkt_bottom.gif') no-repeat bottom left;
    padding:12px 0px 16px 0px;
    min-height:170px;
    _height:170px;
}

#produkt div.product {
    width:151px;
    float:left;
    text-align:center;
    margin:0px 3px 10px 3px;
    background:url('../images/produkt_bg.gif') repeat-y top left;
}

#right-panel div.product {
    width:138px;
    float:left;
    text-align:center;
    margin:0px 3px 10px 3px;
    background:url('../images/produkt-bg.gif') repeat-y top left;
}
#right-panel div.productTop {
    background:url('../images/produkt-top.gif') no-repeat top left;
}
#right-panel div.productBottom {
    background:url('../images/produkt-bottom.gif') no-repeat bottom left;
    padding:12px 0px 16px 0px;
    min-height:170px;
    _height:170px;
}

div.product h3 {
    font-size:1.1em;
    color:#25A400;
    padding:5px 15px 5px 15px;
    margin:0px;
    text-align:left;
    line-height:1.2em;
    height:25px;
}
div.product a { color:#25A400; text-decoration:none; }
div.product a:hover { color:#25A400; text-decoration:underline; }
div.product img.image {
    margin:5px 0px 5px 0px;
    width:110px;
    height:110px;
    border:none;
}
div.product p {
    padding:0px;
    margin:0px;
    color:#F00;
    font-weight:bold;
}
div.product p strong {
    font-size:1.1em;
}
div.product p span {
    color:#363636;
}
div.product p span.povodna_cena {
    font-weight:normal;
    display:block;
    padding:6px 0px 0px 0px;
    color:#999;
}
div.product p span.povodna_cena strong {
    font-size:1em;
}
div.product p span.euro_price {
    font-weight:bold;
    display:block;
    padding:0px 0px 0px 0px;
    color:#000;
}

div.product p strong.akcia a { color:#F00; }
div.product p strong.akcia a:hover { color:#000; }
