.dxTreeList_CollapsedButton_GoldenGate,
.dxTreeList_ExpandedButton_GoldenGate,
.dxTreeList_SortAsc_GoldenGate,
.dxTreeList_SortDesc_GoldenGate,
.dxTreeList_DragAndDropArrowDown_GoldenGate,
.dxTreeList_DragAndDropArrowUp_GoldenGate,
.dxTreeList_DragAndDropHide_GoldenGate,
.dxTreeList_DragAndDropNode_GoldenGate {
    background-image: url('sprite.png');
    -background-image: url('sprite.gif'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxTreeList_CollapsedButton_GoldenGate {
    background-position: -66px 0px;
    width: 11px;
    height: 11px;
}

.dxTreeList_ExpandedButton_GoldenGate {
    background-position: -66px -18px;
    width: 11px;
    height: 11px;
}

.dxTreeList_SortAsc_GoldenGate {
    background-position: -49px 0px;
    width: 7px;
    height: 4px;
}

.dxTreeList_SortDesc_GoldenGate {
    background-position: -49px -19px;
    width: 7px;
    height: 4px;
}

.dxTreeList_DragAndDropArrowDown_GoldenGate {
    background-position: -30px 0px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropArrowUp_GoldenGate {
    background-position: -30px -17px;
    width: 11px;
    height: 9px;
}

.dxTreeList_DragAndDropHide_GoldenGate {
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
}

.dxTreeList_DragAndDropNode_GoldenGate {
    background-position: -83px 0px;
    width: 13px;
    height: 13px;
}


