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

.dtree {
	padding:0px;
	margin:0px;
	color: #666;
	
}
.dTreeNodeSub {
	padding-left:10px;
}

/*
.dtree img {
	border: 0px;
	vertical-align: middle;
}
 
.dtree a {
	color: #333;
	text-decoration: none;
	font-size:8pt;
}
.dtree a.node, .dtree a.nodeSel {
	
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: none;
}
.dtree a.nodeSel {
	padding-left:20px;
	display:block;
}
*/


.dtree .clip {
	overflow: hidden;
}