/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
    font-size: 1.0em;
    white-space: nowrap;
    min-width: 400px;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.nodeSel {
    font-style: italic;
}
.dtree .clip {
   width: 300px;
    /*overflow: hidden;*/
}

.golfac_tree_desc {
  font-size: 9px;
  color: black;
  font-weight: normal;
}
