.dxTreeList_CollapsedButton_HOAServices,
.dxTreeList_CollapsedButtonRtl_HOAServices,
.dxTreeList_ExpandedButton_HOAServices,
.dxTreeList_ExpandedButtonRtl_HOAServices,
.dxTreeList_SortAsc_HOAServices,
.dxTreeList_SortDesc_HOAServices,
.dxTreeList_DragAndDropArrowDown_HOAServices,
.dxTreeList_DragAndDropArrowUp_HOAServices,
.dxTreeList_DragAndDropHide_HOAServices,
.dxTreeList_DragAndDropNode_HOAServices {
    background-image: url('sprite.png');
    -background-image: url('sprite.gif'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton_HOAServices,
.dxTreeList_CollapsedButtonRtl_HOAServices {
    background-position: -66px 0px;
    width: 11px;
    height: 11px;
}

.dxTreeList_ExpandedButton_HOAServices,
.dxTreeList_ExpandedButtonRtl_HOAServices {
    background-position: -66px -18px;
    width: 11px;
    height: 11px;
}

.dxTreeList_SortAsc_HOAServices {
    background-position: -49px 0px;
    width: 7px;
    height: 4px;
}

.dxTreeList_SortDesc_HOAServices {
    background-position: -49px -19px;
    width: 7px;
    height: 4px;
}

.dxTreeList_DragAndDropArrowDown_HOAServices {
    background-position: -30px 0px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowUp_HOAServices {
    background-position: -30px -17px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropHide_HOAServices {
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}

.dxTreeList_DragAndDropNode_HOAServices {
    background-position: -83px 0px;
    width: 13px;
    height: 13px;
}


