.dtree {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    white-space: nowrap;
    direction:ltr;    
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    color:#333333;  
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    color:#666666;
    text-decoration: underline;
}

.dtree .clip {
    overflow: hidden;
}
