.lieferdate {
    font-size: 10px;
    text-align: left;
    width: 60px;
    border-radius: 1px;
}

.notspecified, .NOTSPECIFIED, .inliquidation, .INLIQUIDATION, .forceinstock, .FORCEINSTOCK {
    display: block;
    padding-left: 10px;
    width: 15px;
    height: 15px;
    margin-left: 15px;
}


.inliquidation, .INLIQUIDATION {
    background: url(../images/main-sprite.png) no-repeat 0px -306px;
}

.forceinstock, .FORCEINSTOCK {
    background: url(../images/main-sprite.png) no-repeat -15px -306px;
}

.notspecified, .NOTSPECIFIED {
    background: url(../images/main-sprite.png) no-repeat -30px -306px;
}

.asyncLoadImg {
    margin-right: 0px !important;
    width: 10px;
    height: 10px;
}

.quantity {
    text-align: center;
    margin: 0 8px 0 0;
}

.deliveryERP {
    width: 50px;
    float: left;
}

.deliveryOutStockERP {
    display: none;
}