﻿

/* http://www.demilked.com/free-e-commerce-shopping-icons/ */

.image-new {
    background: url("/Content/images/new.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.image-edit {
    background: url("/Content/images/edit.png") 0px 2px no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.image-save {
    background: url("/Content/images/save.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.image-delete {
    background: url("/Content/images/delete.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.image-cancel {
    background: url("/Content/images/cancel.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.image-green-checkmark {
    background: url("/Content/images/Registration/green_checkmark.png");
    float: right;
    width: 24px;
    height: 24px;
}

.image-minus {
    cursor: pointer;
    background: url("/Content/images/minus.png") 0px 3px no-repeat;
    display: inline-block;
    width: 16px;
    height: 18px;
}

.image-plus {
    cursor: pointer;
    background: url("/Content/images/plus.png") 0px 3px no-repeat;
    display: inline-block;
    width: 16px;
    height: 18px;
}

.image-shopping-cart {
    background: url("/Content/images/shopping_cart.png") 15px -3px no-repeat;
}

.impak-logo-background {
    margin-top: 20px;
    background: url("/Content/images/myImpak.png") no-repeat;
    display: inline-block;
    height: 70px;
    width: 150px;
    background-size: 100% auto;
}
