/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
#dtree1 {
}
.dtree1 img {
	border: 0px;
	vertical-align: middle;
}
.dtree1 a {
	color: #fff;
	text-decoration: none;
}
.dtree1 a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree1 a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration:none;
}
.dtree1 a.nodeSel {
	background-color: #666666;
}
#dtree {
	scrollbar-face-color:#c02125;
	scrollbar-highlight-color:#c02125;
	scrollbar-3dlight-color:#F5F5F5;
	scrollbar-shadow-color:#c02125;
	scrollbar-darkshadow-color:#F5F5F5;
	scrollbar-track-color:#F0F0F0;
	scrollbar-arrow-color:#FFFFFF;
	overflow:auto;
	position:absolute;
	width:182px;
	height:650px;
	z-index:1;
	visibility: visible;
	word-wrap:break-word;
	word-break:keep-all;
	padding:2px;
	font-family:Arial;
	font-size: 12px;
	color: #ff6213;
	white-space: nowrap;
	margin-left:10px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #fff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration:none;
}
.dtree a.nodeSel {
	background-color: #666666;
}
.dtree .clip {
	overflow: hidden;
}
