.dtree_hd {
    margin: 10px 0px 10px 0;
    padding: 0 0 0 0;
    text-align: left;
}

.dtree {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    margin: -10px 0 0 0;
    padding: 0 0 0 0;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: #333;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
    position: relative;
    z-index: 100;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #333;
    text-decoration: underline;
}

.dtree a.nodeSel {
    background-color: #D9D9D9;
}

.dtree .clip {
    overflow: hidden;
}
