
/* ------------------------------------------------------------------------------------------------------------ */

#midden_kader
{
    height: 420px;
    width: 625px;
    float: left;
    overflow: auto;
}

#midden_kader_leeg
{
    height: 420px;
    width: 625px;
    float: left;
}

/* ------------------------------------------------------------------------------------------------------------ */

#midden_kader_bestellijn
{
    height: auto;
    width: 596px;
    margin-bottom: 5px;
}

#naam_produkt
{
    font-weight: bold;
    color: #000055;
    font-size: 11px;
    width: 240px;
    padding-top: 6px;    
    float: left;
}

div.input_qty
{
    float: left;
    width: 38px;
}

#input_qty
{
    border: 1px solid #FFFF00;
    height: 24px;
    width: 30px;
    float: left;
    text-align: center;
    padding-top: 3px;
}

div.knopdiv
{
    float: left;
    width: 48px;
}

#knop_conf
{
    background-position: center center;
    width: 45px;
    height: 30px;
    background-image: url(img/ok.png);
    background-repeat: no-repeat;
    float: left;
}

font.font_produkt_prijs
{
    width: 80px;
    font-weight: bold;
    color: #8D2B00;
    font-size: 12px;
    margin-right: 4px;
    text-align: right;
    float: left;
    padding-top: 6px;
}

div.incl_btw
{
    padding: 6px 6px 6px 0px;
    color: #000033;
    font-size: 10px;
    float: left;
}

#knop_del
{
    margin: 0px;
    padding: 0px;
    background-position: center center;
    width: 45px;
    height: 30px;
    background-image: url(img/bin.png);
    background-repeat: no-repeat;
    float: left;
}

#beschrijving
{
    height: auto;
    padding-top: 6px;   
    color: #000055;
    font-size: 11px;     
    clear: both;
}

/* ------------------------------------------------------------------------------------------------------------ */

#cart_is_leeg
{
    font-weight: bold;
    font-size: 14px;
    color: #000033;
    position: relative;
    top: 125px;
    left: 200px;
}
