.dxTreeList_CollapsedButton_metro,
.dxTreeList_CollapsedButtonRtl_metro,
.dxTreeList_DragAndDropArrowDown_metro,
.dxTreeList_DragAndDropArrowUp_metro,
.dxTreeList_DragAndDropHide_metro,
.dxTreeList_DragAndDropNode_metro,
.dxTreeList_ExpandedButton_metro,
.dxTreeList_ExpandedButtonRtl_metro,
.dxTreeList_SortAsc_metro,
.dxTreeList_SortDesc_metro
{
    background-image: url('sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.dxTreeList_CollapsedButton_metro
{
    background-position: 0px -40px;
    width: 16px;
    height: 16px;
}
.dxTreeList_CollapsedButtonRtl_metro
{
    background-position: -17px -40px;
    width: 16px;
    height: 16px;
}
.dxTreeList_DragAndDropArrowDown_metro
{
    background-position: -12px -73px;
    width: 11px;
    height: 9px;
}
.dxTreeList_DragAndDropArrowUp_metro
{
    background-position: 0px -73px;
    width: 11px;
    height: 9px;
}
.dxTreeList_DragAndDropHide_metro
{
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}
.dxTreeList_DragAndDropNode_metro
{
    background-position: -11px -57px;
    width: 13px;
    height: 13px;
}
.dxTreeList_ExpandedButton_metro
{
    background-position: -17px -23px;
    width: 16px;
    height: 16px;
}
.dxTreeList_ExpandedButtonRtl_metro
{
    background-position: 0px -23px;
    width: 16px;
    height: 16px;
}
.dxTreeList_SortAsc_metro
{
    background-position: 0px -57px;
    width: 10px;
    height: 15px;
}
.dxTreeList_SortDesc_metro
{
    background-position: -23px 0px;
    width: 10px;
    height: 15px;
}

