/* SUBSITES - - - KOSIK */

#cart_form
{
    clear: both;
}

#cart_form h3
{
    margin: 10px 0 10px 0;
}

table
{
    width: 100%;
    border-collapse: separate;

}

table, table tr, table th, table td
{
    font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
    font-size: 100%;
    font-weight: bold;
}

tr
{
    border: #e6e0d0 solid 1px;
}

table th
{
    background: #f1f5fc;
    padding: 10px 15px;
    color: #006516;
    border: #e8eef8 solid 1px;
}

table td
{
    background: #f5f3ec;
    padding: 10px 15px 10px 15px;
    color: #b7a57b;
    border: #e6e0d0 solid 1px;
}

#cart_form th.col-nazev-vyrobku
{

}

#cart_form table tr th.col-kod
{
    background: url(../images/kosik-table-left-corner.png) #f1f5fc top left no-repeat;
    border-top: none;
    border-left: none;
}

#cart_form table tr th.col-ks
{
    background: url(../images/kosik-table-right-corner.png) #f1f5fc top right no-repeat;
    border-top: none;
    border-right: none;
}

#cart_form td input
{
    background: #fff;
    border: #e6e0d0 solid 1px;
}

table tr.row-suma td
{
    background: #f1f5fc;
    color: #006516;
    border: #e8eef8 solid 1px;
}

#cart_form span#col-cena-text
{
    float: left;
}

table span#col-cena-bez
{
    float: right;
    margin-right: 50px;
    color: #bbc7da;
}

table span#col-cena-s
{
    float: right;
    font-size: 135%;
}

a#kosik-objednat-button, #cart_form a#kosik-prepocitat-button
{
    float: left;
    display: block;
    width: 113px;
    height: 42px;
    margin: 20px 0 20px 0;
    background: url(../images/kosik-brighter-button.png) #f1f5fc center right no-repeat;
    line-height: 42px;
    text-decoration: none;
    color: #006516;
    font-weight: bold;
    font-style: italic;
    text-indent: 13px;
    border: #e8eef8 solid 1px;
    border-right: none; 
}

#cart_form a#kosik-prepocitat-button:hover
{
    background: url(../images/kosik-darker-button.png) #b4cdff center right no-repeat;
}

a#kosik-objednat-button
{
    margin-left: 25px;
    background: url(../images/kosik-darker-button.png) #b4cdff center right no-repeat;
}

a#kosik-objednat-button:hover
{
    margin-left: 25px;
    background: url(../images/kosik-brighter-button.png) #f1f5fc center right no-repeat;
}


a#kosik-zpet-nakup
{
    float: left;
    display: block;
    width: 140px;
    height: 42px;
    margin: 20px 20px 20px 0;
    background: url(../images/kosik-brighter-button.png) #f1f5fc center right no-repeat;
    line-height: 42px;
    text-decoration: none;
    color: #006516;
    font-weight: bold;
    font-style: italic;
    text-indent: 13px;
    border: #e8eef8 solid 1px;
    border-right: none; 
}

a#kosik-zpet-nakup:hover
{
    background: url(../images/kosik-darker-button.png) #b4cdff center right no-repeat;
}

#kosik-objednatel h3
{
    margin: 10px 0 10px 0;
}

#kosik-objednatel label
{
    float: left;
    width: 12em;
    line-height: 22px;
    font-weight: bold;
}

    #kosik-objednatel label span
    {
        color: red;
        margin-right: 2px;
    }

#kosik-objednatel input
{
    float: left;
    width: 200px;
    height: 22px;
    border: #e8eef8 solid 1px;
}

    #kosik-objednatel input#psc
    {
        width: 90px;
        margin-right: 18px;
    }

    #kosik-objednatel input#mesto
    {
        width: 90px;
    }
    
#kosik-objednatel p
{
    clear: both;
    margin: 0;
    padding: 10px 0 0 0; 
}

#kosik-objednatel input.submit-button
{
    width: 113px;
    height: 42px;
    margin: 20px 0 20px 0;
    background: url(../images/kosik-brighter-button.png) #f1f5fc center right no-repeat;
    line-height: 42px;
    text-decoration: none;
    color: #006516;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    text-indent: 1px;
    border: #e8eef8 solid 1px;
    border-right: none;
    cursor: pointer;
}

#kosik-objednatel input.submit-button:hover
{
     background: url(../images/kosik-darker-button.png) #b4cdff center right no-repeat;
}