/* SUBSITE - - - RECEPTY */

div.recepty-recept
{
    position: relative;
    width: 695px;
    margin-top: 20px;
    clear: both;
}

div.recepty-recept h2
{
    color: #006618;
    font-size: 130%;
    background: url(../images/list-icon.png) center left no-repeat;
    padding-left: 35px;
    margin: 0;
}

div.recepty-recept h2 a
{
    color: #006618;
}

div.recepty-recept div.recepty-recept-image
{
    float: left;
    width: 151px;
    height: 165px;
    background: url(../images/produkty-images-stolek.jpg) bottom left no-repeat;
}
    
div.recepty-recept img
{
    width: 130px;
    height: 140px;
    margin-left: 10px;
    background: #eae4d7;
    border: #e5efd9 solid 1px;
}

div.recepty-recept-text
{
    float: left;
    width: 521px;
    margin-left: 20px;
}

div.recepty-recept a.recepty-cely-recept
{
    float: left;
    display: block;
    width: 113px;
    height: 42px;
    margin: 20px 0 20px 20px;
    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: 11px;
    border: #e8eef8 solid 1px;
    border-right: none; 
}

div.recepty-recept a.recepty-cely-recept:hover
{
    background: url(../images/kosik-darker-button.png) #b4cdff right top no-repeat;
}

#recept-left
{
    float: left;
    width: 460px;

}

#recept-right
{
    float: left;
    width: 210px;
    margin-left: 25px;
}

    #recept-right div.recept-produkt
    {
        margin: 10px 0 0 0;
    }
    
    #recept-right span.recept-nazev-produktu
    {
        display: block;
        float: left;
        padding: 0 0 5px 5px;
    }

    #recept-right img
    {
        float: left;
        border: #a7a59e solid 1px;
    }
    
    #recept-right form
    {
        display: block;
        float: left;
        width: 120px;
        padding-left: 10px;        
    }
    
    #recept-right input.produkty-koupit
    {
        margin: 8px 0 0 0;
    }
    
    input.recepty-koupit
    {
        display: block;
        float: left;
        width: 90px;
        height: 42px;
        margin: 5px 0 0 0;
        font-style: italic;
        font-weight: bold;
        text-decoration: none;
        color: #006618;
        line-height: 40px;
        text-align: left;
        text-indent: 14px;
        background: url(../images/kosik-brighter-button.png) #f1f5fc right top no-repeat;
        border: #dfe5f1 solid 1px;
        border-right: 0;
        padding: 0;
        cursor: pointer;
    }
    
    input.recepty-koupit:hover
    {
        background: url(../images/kosik-darker-button.png) #b4cdff right top no-repeat;
    }