/* Icons */

div.icon_adresgegevens
{
    background-image: url(../images_v2009/mail-icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    margin: 4px 0 0;
    width: 22px;
}

/* Buttons */


a.verwijder,
a.verwijder-disabled
{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    width: 18px;
    height: 10px;
    float: left;
    margin: 11px 0 0 25px;
    overflow: hidden;
    width: 18px;
    background-image: url(../images_v2009/button_verwijder.gif);
}

a.verwijder
{
    background-position: 0 0px;
}
a.verwijder:hover
{
    background-position: 0 -10px;
}
a.verwijder-disabled
{
    background-position: 0 -20px;
}

a.aantal-plus,
a.aantal-minus,
a.aantal-plus-disabled,
a.aantal-minus-disabled
{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    margin: 0px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
    width: 18px;
    background-image: url(../images_v2009/button_plus_and_min.gif);
}

a.aantal-plus
{
    background-position: 0 0px;
}
a.aantal-plus:hover
{
    background-position: 0 -10px;
}
a.aantal-plus-disabled
{
    background-position: 0 -20px;
}

a.aantal-minus
{
    background-position: -18px 0px;
}
a.aantal-minus:hover
{
    background-position: -18px -10px;
}
a.aantal-minus-disabled
{
    background-position: -18px -20px;
}
