/*--------------------------------------------------|
| 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;*/
}
.dtree img {
	border: 0px;
	vertical-align: top;
}
.dtree a {
	color: #333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	/*font-size: 11px;*/
/*	white-space: nowrap;*/
	padding: 0;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #f00;
	text-decoration: none;
}
.dtree a.nodeSel {
	font-weight:bold
}
.dtree ul { list-style:none; padding:0 ; margin: 0}
.dtree ul li {height:20px; padding:0px 0px 0px 0px}
.dtree ul ul li a.node{ font-size:12px}
.dtree ul ul {padding:0px 0px 0px 10px}
