/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

#box .dtree {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}
#box .dtree img {
	border: 0px;
	vertical-align: middle;
	font-size: 10px;
}
#box .dtree a {
	color: #0000a0;
	text-decoration: none;
	font-size: 10px;
}
#box .dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	font-size: 10px;
}
#box .dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #2560A8;
	text-decoration: none;
	font-size: 10px;
}
#box .dtree a.nodeSel {

}
#box .dtree .clip {
	overflow: hidden;
	font-size: 10px;
}
