.dxTreeList_CollapsedButton_BlackGlass,
.dxTreeList_ExpandedButton_BlackGlass {
    background-image: url('PlusMinus.png');
    background-repeat: no-repeat;   
}

.dxTreeList_CollapsedButton_Scanview,
.dxTreeList_CollapsedButtonRtl_Scanview,
.dxTreeList_ExpandedButton_Scanview,
.dxTreeList_ExpandedButtonRtl_Scanview,
.dxTreeList_SortAsc_Scanview,
.dxTreeList_SortDesc_Scanview,
.dxTreeList_DragAndDropArrowDown_Scanview,
.dxTreeList_DragAndDropArrowUp_Scanview,
.dxTreeList_DragAndDropHide_Scanview,
.dxTreeList_DragAndDropNode_Scanview {
    background-image: url('../GridView/sprite.png');
    -background-image: url('../GridView/sprite.gif'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton_Scanview {
     background-position: -36px 0px;
    width: 13px;
    height: 13px;
    margin-top: 1px;
}

.dxTreeList_CollapsedButtonRtl_Scanview {
    background-position: -94px 0px;
    width: 13px;
    height: 13px;
}

.dxTreeList_ExpandedButton_Scanview {
    background-position: -36px -17px;
    width: 13px;
    height: 13px;
}

.dxTreeList_ExpandedButtonRtl_Scanview {
    background-position: -94px -17px;
    width: 13px;
    height: 13px;
}

.dxTreeList_SortAsc_Scanview {
    background-position: -19px -17px;
    width: 7px;
    height: 5px;
}

.dxTreeList_SortDesc_Scanview {
     background-position: -19px 0px;
    width: 7px;
    height: 5px;
}

.dxTreeList_DragAndDropArrowDown_Scanview {
   background-position: 0px 0px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowUp_Scanview {
    background-position: 0px -17px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropHide_Scanview {
    background-position: -70px 0px;
    width: 22px;
    height: 22px;
}

.dxTreeList_DragAndDropNode_Scanview {
    background-position: -100px 0px;
    width: 13px;
    height: 13px;
}