/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.e_dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAA4DA;
	white-space: nowrap;
}
.e_dtree img {
	border: 0px;
	vertical-align: middle;
	margin-right : 4px;
}
.e_dtree a {
	color: #AAA4DA;
	text-decoration: none;
}
.e_dtree a.node, .e_dtree a.nodeSel {
	/*white-space: nowrap;
		padding: 1px 2px 1px 2px;*/
}
.e_dtree a.node:hover, .e_dtree a.nodeSel:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.e_dtree a.nodeSel {
	color: #FFFFFF;
}
.e_dtree .clip {
	overflow: hidden;
}