.dxTreeList_CollapsedButton,
.dxTreeList_ExpandedButton,
.dxTreeList_SortAsc,
.dxTreeList_SortDesc,
.dxTreeList_DragAndDropArrowDown,
.dxTreeList_DragAndDropArrowUp,
.dxTreeList_DragAndDropHide,
.dxTreeList_DragAndDropNode {
    background-image: url('/DXR.axd?r=6_6');
    -background-image: url('/DXR.axd?r=6_5'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton {
    background-position: -66px 0px;
    width: 9px;
    height: 10px;
}

.dxTreeList_ExpandedButton {
    background-position: -66px -18px;
    width: 9px;
    height: 10px;
}

.dxTreeList_SortAsc {
    background-position: -49px 0px;
    width: 9px;
    height: 10px;
}

.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;
}


