.dxTreeList_CollapsedButton_DevEx,
.dxTreeList_CollapsedButtonRtl_DevEx,
.dxTreeList_DragAndDropArrowDown_DevEx,
.dxTreeList_DragAndDropArrowUp_DevEx,
.dxTreeList_DragAndDropHide_DevEx,
.dxTreeList_DragAndDropNode_DevEx,
.dxTreeList_ExpandedButton_DevEx,
.dxTreeList_ExpandedButtonRtl_DevEx,
.dxTreeList_SortAsc_DevEx,
.dxTreeList_SortDesc_DevEx
{
    background-image: url('sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxTreeList_CollapsedButton_DevEx
{
    background-position: -25px -2px;
    width: 11px;
    height: 12px;
}
.dxTreeList_CollapsedButtonRtl_DevEx
{
    background-position: -28px -23px;
    width: 13px;
    height: 13px;
}
.dxTreeList_DragAndDropArrowDown_DevEx
{
    background-position: -51px -13px;
    width: 11px;
    height: 9px;
}
.dxTreeList_DragAndDropArrowUp_DevEx
{
    background-position: -51px 0px;
    width: 11px;
    height: 9px;
}
.dxTreeList_DragAndDropHide_DevEx
{
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}
.dxTreeList_DragAndDropNode_DevEx
{
    background-position: -14px -23px;
    width: 13px;
    height: 13px;
}
.dxTreeList_ExpandedButton_DevEx
{
    background-position: -39px -2px;
    width: 12px;
    height: 11px;
}
.dxTreeList_ExpandedButtonRtl_DevEx
{
    background-position: -37px 0px;
    width: 13px;
    height: 13px;
}
.dxTreeList_SortAsc_DevEx
{
    background-position: -12px -38px;
    width: 10px;
    height: 10px;
}
.dxTreeList_SortDesc_DevEx
{
    background-position: -1px -38px;
    width: 10px;
    height: 10px;
}

