.dxTreeList_CollapsedButton,
.dxTreeList_CollapsedButtonRtl,
.dxTreeList_ExpandedButton,
.dxTreeList_ExpandedButtonRtl,
.dxTreeList_SortAsc,
.dxTreeList_SortDesc,
.dxTreeList_DragAndDropArrowDown,
.dxTreeList_DragAndDropArrowUp,
.dxTreeList_DragAndDropHide,
.dxTreeList_DragAndDropNode {
    background-image: url(../image/tree/sprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton,
.dxTreeList_CollapsedButtonRtl {
    background-position: -66px 0px;
    width: 9px;
    height: 9px;
}

.dxTreeList_ExpandedButton,
.dxTreeList_ExpandedButtonRtl {
    background-position: -66px -18px;
    width: 9px;
    height: 9px;
}

.dxTreeList_SortAsc {
    background-position: -49px 0px;
    width: 9px;
    height: 9px;
}

.dxTreeList_SortDesc {
    background-position: -49px -19px;
    width: 9px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowDown {
    background-position: -30px 0px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowUp {
    background-position: -30px -17px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropHide {
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}

.dxTreeList_DragAndDropNode {
    background-position: -83px 0px;
    width: 13px;
    height: 13px;
}

