﻿.icon-add
{
    background: url('../Images/icons/add.png') no-repeat;
}
.icon-edit
{
    background: url('../Images/icons/pencil.png') no-repeat;
}
.icon-remove
{
    background: url('../Images/icons/remove.png') no-repeat;
}
.icon-save
{
    background: url('../Images/icons/save.png') no-repeat;
}
.icon-cut
{
    background: url('../Images/icons/cut.png') no-repeat;
}
.icon-ok
{
    background: url('../Images/icons/ok.png') no-repeat;
}
.icon-no
{
    background: url('../Images/icons/no.png') no-repeat;
}
.icon-cancel
{
    background: url('../Images/icons/cancel.png') no-repeat;
}
.icon-reload
{
    background: url('../Images/icons/reload.png') no-repeat;
}
.icon-search
{
    background: url('../Images/icons/search.png') no-repeat;
}
.icon-print
{
    background: url('../Images/icons/print.png') no-repeat;
}
.icon-help
{
    background: url('../Images/icons/help.png') no-repeat;
}
.icon-undo
{
    background: url('../Images/icons/undo.png') no-repeat;
}
.icon-redo
{
    background: url('../Images/icons/redo.png') no-repeat;
}
.icon-back
{
    background: url('../Images/icons/back.png') no-repeat;
}
.icon-noread
{
    background: url('../Images/icons/noread.gif') no-repeat;
}
.icon-delete
{
    background: url('../Images/icons/delete.gif') no-repeat;
}
.icon-more
{
    background: url('../Images/icons/more.gif') no-repeat;
}
.icon-view_a_1
{
    background: url('../Images/icons/view_a_1.gif') no-repeat;
}
.icon-view_a_2
{
    background: url('../Images/icons/view_a_2.gif') no-repeat;
}
.icon-view_b_1
{
    background: url('../Images/icons/view_b_1.gif') no-repeat;
}
.icon-view_b_2
{
    background: url('../Images/icons/view_b_2.gif') no-repeat;
}
.bag_close
{
    background: url('../Images/icons/bag_close.gif') no-repeat;
}
.bag_open
{
    background: url('../Images/icons/bag_open.gif') no-repeat;
}

