.icon-add {
    background: url('icons/edit_add.png') no-repeat center center;
}

.icon-edit {
    background: url('icons/pencil.png') no-repeat center center;
}

.icon-clear {
    background: url('icons/clear.png') no-repeat center center;
}

.icon-remove {
   /* background: url('icons/edit_remove.png') no-repeat center center;*/
    background: url('icons/cancel.png') no-repeat center center;
}

.icon-save {
    background: url('icons/filesave.png') no-repeat center center;
}

.icon-cut {
    background: url('icons/cut.png') no-repeat center center;
}

.icon-ok {
    background: url('icons/ok.png') no-repeat center center;
}

.icon-cancel {
    background: url('icons/cancel.png') no-repeat center center;
}

.icon-reload {
    background: url('icons/reload.png') no-repeat center center;
}

.icon-search {
    background: url('icons/search.png') no-repeat center center;
}

.icon-print {
    background: url('icons/print.png') no-repeat center center;
}

.icon-help {
    background: url('icons/help.png') no-repeat center center;
}

.icon-undo {
    background: url('icons/undo.png') no-repeat center center;
}

.icon-redo {
    background: url('icons/redo.png') no-repeat center center;
}

.icon-back {
    background: url('icons/back.png') no-repeat center center;
}

.icon-sum {
    background: url('icons/sum.png') no-repeat center center;
}

.icon-tip {
    background: url('icons/tip.png') no-repeat center center;
}

.icon-filter {
    background: url('icons/filter.png') no-repeat center center;
}

.icon-more {
    background: url('icons/more.png') no-repeat center center;
}

.icon-move {
    background: url('icons/move.png') no-repeat center center;
}

.icon-set {
    background: url('icons/set.png') no-repeat center center;
}

.icon-forbidden {
    background: url('../../skin/images/forbidden.png') no-repeat center center;
}

.icon-using {
    background: url('../../skin/images/using.png') no-repeat center center;
}

.icon-dep {
    background: url('../ztree/zTreeStyle/img/dep3.png') no-repeat center center;
}

.icon-user {
    background: url('../ztree/zTreeStyle/img/user.png') no-repeat center center;
}

.icon-chakan {
    background: url('icons/chakan.png') no-repeat center center;
}

.icon-nsearch {
    background: url('icons/nsearch.png') no-repeat center center;
}

.icon-up {
    background: url('icons/up.gif') no-repeat center center;
}

.icon-export {
    background: url('icons/export.png') no-repeat center center;
}

.icon-copy {
    background: url('icons/copy.png') no-repeat center center;
}

.icon-mark {
    background: url('icons/mark.png') no-repeat center center;
}

.icon-search2 {
    background: url('icons/search2.png') no-repeat center center;
}

.icon-clear2 {
    background: url('icons/clear2.png') no-repeat center center;
}

.icon-loading {
    background: url('icons/loading.gif') no-repeat center center;
}

.icon-left {
    background: url('icons/toLeft.png') no-repeat center center;
}

.icon-right {
    background: url('icons/toRight.png') no-repeat center center;
}
.icon-down{
    background:url('icons/down.gif') no-repeat center center;
}
.icon-toup{
    background:url('icons/toup.png') no-repeat center center;
}
.icon-todown{
    background:url('icons/todown.png') no-repeat center center;
}
.doc-next {
    background: url('icons/doc-next.png') no-repeat center center;
}
.doc-excel{
    background: url('icons/excel.png') no-repeat center center;
}