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

.dtree        { color: #fff; font-size: 11px; font-family: Arial, sans-serif; white-space: nowrap; }
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a  { color: #fff; text-decoration: none }
.dtree a.node, .dtree a.nodeSel  { color: #fff; white-space: nowrap; padding: 1px 1px }
.dtree a.nodeSel     { font-weight: bold }
.dtree a.node:visited,  .dtree a.nodeSel:visited { color: #fff; text-decoration: none }
.dtree a.node:hover, .dtree a.nodeSel:hover { color: #fc0; text-decoration: underline }
.dtree .clip {
	overflow: hidden;
}