/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666;
}
.dtree img {
        border: 0px;
        vertical-align: middle;
}
.dtree a {
        color: #333;
        text-decoration: none;
        font-weight:normal;
}
.dtree a.node, .dtree a.nodeSel {
        padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
        color: #333;
        text-decoration: underline;
}
.dtree a.nodeSel {
        background-color: #D4E1FC;
}
.dtree .clip {
        overflow: hidden;
}

.dtree i.ti { width:18px; height:18px; display:inline-block; background-image:url(img/tree/tree_sprite.png); vertical-align:middle; }
.ti_empty { background-position:  0 0; }
.ti_folder { background-position:  -18px 0; }
.ti_folderopen { background-position:  -36px 0; }
.ti_join { background-position:  -54px 0; }
.ti_joinbottom { background-position:  -72px 0; }
.ti_line { background-position:  -90px 0; }
.ti_minus { background-position:  -108px 0; }
.ti_minusbottom { background-position:  -126px 0; }
.ti_nlminus { background-position:  -144px 0; }
.ti_nlplus { background-position:  -162px 0; }
.ti_node { background-position:  -180px 0; }
.ti_plus { background-position:  -198px 0; }
.ti_plusbottom { background-position:  -216px 0; }
.ti_root { background-position:  -234px 0; }



@media (max-width: 768px) {
.dtree { line-height:2 }
}