/*
    =====================================
    ESHOP
    =====================================
*/

table.produkt {
    background:url('../images/bg-produkt.gif') repeat-y top right;
    float:left;
    width:307px;
    margin:0px 5px 10px 0px;
}
table.produkt .column1 {
    vertical-align:top;
    width:120px;
}
table.produkt .column2 {
    background:url('../images/bg-produkt-bottom.gif') no-repeat bottom right;
    vertical-align:top;
    width:187px;
}
table.produkt .column2 div {
    background:url('../images/bg-produkt-top.gif') no-repeat top right;
    padding:10px 15px 10px 10px;
}
table.produkt .column2 div h3 {
    margin:0px;
    padding:0px 0px 5px 0px;
    font-size:1.2em;
}
table.produkt .column2 div h3 a { text-decoration:none; }
table.produkt .column2 div h3 a:hover { text-decoration:none; }
table.produkt .column2 div p {
    margin:0px;
    padding:0px 0px 5px 0px;
}
table.produkt .cena {
    color:#EE1919;
    font-size:1.2em;
    font-weight:bold;
}

div.pages {
    padding:0px 0px 10px 0px;
}
div.pages table { margin:0px 0px 0px auto; }
div.pages_bottom table {
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div.no_products {
    padding:10px 0px 10px 0px;
    line-height:1.4em;
}

#order-by {
    text-align:right;
    padding:0px 0px 5px 0px;
}
#order-by table {
    margin:0px 0px 0px auto;
}

form.cart input {
    background:url('../images/cart-in-button.gif') no-repeat 0px 4px;
    border:none;
    width:110px;
    height:40px;
    text-align:center;
    margin:0px;
    padding:0px 45px 0px 0px;
    color:#FFF;
    cursor:pointer;
}

