/*--------------------------------------------------|
| 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: 11px;
	color: #666;
	white-space: normal;
	width: 220px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #993300;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: normal;
	padding: 1px 2px 1px 2px;
	text-transform: uppercase;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
    color: #ff1900;
}
.dtree a.nodeSel {
	color: #888888;
}
.dtree .clip {
	overflow: hidden;
}
.dTreeNode {
	margin-top: 8px;
    padding-left: 41px;
    text-indent: -38px;
    line-height: 1.2;
}
}