.dxTreeList_CollapsedButton_SoGeBg,
.dxTreeList_CollapsedButtonRtl_SoGeBg,
.dxTreeList_ExpandedButton_SoGeBg,
.dxTreeList_ExpandedButtonRtl_SoGeBg,
.dxTreeList_SortAsc_SoGeBg,
.dxTreeList_SortDesc_SoGeBg,
.dxTreeList_DragAndDropArrowDown_SoGeBg,
.dxTreeList_DragAndDropArrowUp_SoGeBg,
.dxTreeList_DragAndDropHide_SoGeBg,
.dxTreeList_DragAndDropNode_SoGeBg {
    background-image: url('sprite.png');
    -background-image: url('sprite.gif'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton_SoGeBg,
.dxTreeList_CollapsedButtonRtl_SoGeBg {
    background-position: -66px 0px;
    width: 11px;
    height: 11px;
}

.dxTreeList_ExpandedButton_SoGeBg,
.dxTreeList_ExpandedButtonRtl_SoGeBg {
    background-position: -66px -18px;
    width: 11px;
    height: 11px;
}

.dxTreeList_SortAsc_SoGeBg {
    background-position: -49px 0px;
    width: 7px;
    height: 4px;
}

.dxTreeList_SortDesc_SoGeBg {
    background-position: -49px -19px;
    width: 7px;
    height: 4px;
}

.dxTreeList_DragAndDropArrowDown_SoGeBg {
    background-position: -30px 0px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowUp_SoGeBg {
    background-position: -30px -17px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropHide_SoGeBg {
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}

.dxTreeList_DragAndDropNode_SoGeBg {
    background-position: -83px 0px;
    width: 13px;
    height: 13px;
}


