.dxTreeList_CollapsedButton_CMB,
.dxTreeList_CollapsedButtonRtl_CMB,
.dxTreeList_DragAndDropArrowDown_CMB,
.dxTreeList_DragAndDropArrowUp_CMB,
.dxTreeList_DragAndDropHide_CMB,
.dxTreeList_DragAndDropNode_CMB,
.dxTreeList_ExpandedButton_CMB,
.dxTreeList_ExpandedButtonRtl_CMB,
.dxTreeList_SortAsc_CMB,
.dxTreeList_SortDesc_CMB
{
    background-image: url('sprite.svg');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxTreeList_CollapsedButton_CMB
{
    background-position: 0px -40px;
    width: 4px;
    height: 7px;
}
.dxTreeList_CollapsedButtonRtl_CMB
{
    background-position: -22px -30px;
    width: 4px;
    height: 7px;
}
.dxTreeList_DragAndDropArrowDown_CMB
{
    background-position: -11px -30px;
    width: 10px;
    height: 9px;
}
.dxTreeList_DragAndDropArrowUp_CMB
{
    background-position: 0px -30px;
    width: 10px;
    height: 9px;
}
.dxTreeList_DragAndDropHide_CMB
{
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.dxTreeList_DragAndDropNode_CMB
{
    background-position: -17px 0px;
    width: 9px;
    height: 10px;
}
.dxTreeList_ExpandedButton_CMB
{
    background-position: -19px -12px;
    width: 7px;
    height: 4px;
}
.dxTreeList_ExpandedButtonRtl_CMB
{
    background-position: -5px -40px;
    width: 7px;
    height: 4px;
}
.dxTreeList_SortAsc_CMB
{
    background-position: 0px -17px;
    width: 12px;
    height: 12px;
}
.dxTreeList_SortDesc_CMB
{
    background-position: -13px -17px;
    width: 12px;
    height: 12px;
}

