/*--------------------------------------------------|
| 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: nowrap;
	padding-left: 5px;
	margin-top: -18px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #695847;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #C6C8A8;
	color: #695847;
	padding: 2px;
}
.dtree .clip {
	overflow: hidden;
}
.dtree2 img {
	border: 0px;
	vertical-align: middle;
	margin-left: 28px;
}
.dtree2 a {
	color: #695847;
	text-decoration: none;
}