.dxTreeList_CollapsedButton_BMW,
.dxTreeList_CollapsedButtonRtl_BMW,
.dxTreeList_ExpandedButton_BMW,
.dxTreeList_ExpandedButtonRtl_BMW,
.dxTreeList_SortAsc_BMW,
.dxTreeList_SortDesc_BMW,
.dxTreeList_DragAndDropArrowDown_BMW,
.dxTreeList_DragAndDropArrowUp_BMW,
.dxTreeList_DragAndDropHide_BMW,
.dxTreeList_DragAndDropNode_BMW {
    background-image: url('sprite.png');
    -background-image: url('sprite.gif'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton_BMW,
.dxTreeList_CollapsedButtonRtl_BMW {
    background-position: -66px 0px;
    width: 9px;
    height: 10px;
}

.dxTreeList_ExpandedButton_BMW,
.dxTreeList_ExpandedButtonRtl_BMW {
    background-position: -66px -18px;
    width: 9px;
    height: 10px;
}

.dxTreeList_SortAsc_BMW {
    background-position: -49px 0px;
    width: 9px;
    height: 10px;
}

.dxTreeList_SortDesc_BMW {
    background-position: -49px -19px;
    width: 9px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowDown_BMW {
    background-position: -30px 0px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowUp_BMW {
    background-position: -30px -17px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropHide_BMW {
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}

.dxTreeList_DragAndDropNode_BMW {
    background-position: -83px 0px;
    width: 13px;
    height: 13px;
}


