.dtree {
	font-family:"Berlin Sans FB";
	font-size: 13px;
	color:#333333;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333333;
	text-decoration:none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color:#336699;
	font-weight:bold;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*font-weight:bold;
	background-color:#c0d2ec;
	background-color:#CCCCCC;*/
	font-weight:bold;
	color:#336699;

}
.dtree .clip {
	overflow: hidden;
}
