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

.dtree {
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	width:10px;
}

.dtree a {
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 0px 2px 1px;
	line-height:20px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	
	text-decoration: underline;
	border:1px solid #b95e11;
	line-height:20px;
}
.dtree a.nodeSel {
	background-color: #7a0000;
	border:1px solid #b95e11;
}
.dtree .clip {
	overflow: hidden;
}