.dxTreeList_CollapsedButton_Ntd,
.dxTreeList_CollapsedButtonRtl_Ntd,
.dxTreeList_DragAndDropArrowDown_Ntd,
.dxTreeList_DragAndDropArrowUp_Ntd,
.dxTreeList_DragAndDropHide_Ntd,
.dxTreeList_DragAndDropNode_Ntd,
.dxTreeList_ExpandedButton_Ntd,
.dxTreeList_ExpandedButtonRtl_Ntd,
.dxTreeList_SortAsc_Ntd,
.dxTreeList_SortDesc_Ntd
{
    background-image: url('sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxTreeList_CollapsedButton_Ntd
{
    background-position: -10px -48px;
    width: 9px;
    height: 10px;
}
.dxTreeList_CollapsedButtonRtl_Ntd
{
    background-position: 0px -48px;
    width: 9px;
    height: 10px;
}
.dxTreeList_DragAndDropArrowDown_Ntd
{
    background-position: -10px -59px;
    width: 11px;
    height: 9px;
}
.dxTreeList_DragAndDropArrowUp_Ntd
{
    background-position: 0px -70px;
    width: 11px;
    height: 9px;
}
.dxTreeList_DragAndDropHide_Ntd
{
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}
.dxTreeList_DragAndDropNode_Ntd
{
    background-position: 0px -23px;
    width: 13px;
    height: 13px;
}
.dxTreeList_ExpandedButton_Ntd
{
    background-position: -10px -37px;
    width: 9px;
    height: 10px;
}
.dxTreeList_ExpandedButtonRtl_Ntd
{
    background-position: 0px -37px;
    width: 9px;
    height: 10px;
}
.dxTreeList_SortAsc_Ntd
{
    background-position: 0px -59px;
    width: 9px;
    height: 10px;
}
.dxTreeList_SortDesc_Ntd
{
    background-position: -12px -70px;
    width: 9px;
    height: 9px;
}

