/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
list-style-type:square;
margin-left:5px;
padding: 0px;
color:#000;
padding:0 10 0 10;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
color:#7D7D7D;
text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 17px;
height:40px;
line-height:40px;
text-align:left;
background-color:#;
}
.dTreeNode {
border-bottom: solid 1px #5D5D5D;
color:#7D7D7D;
text-decoration:none ;font-family: arial, helvetica, tahoma ,verdana,  sans-serif; font-size: 17px;
height:40px;
line-height:40px;
text-align:left;
background-color:#;	
white-space:nowrap;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
color:#fff; text-decoration:none ;
background-color:#373737;
border-bottom:solid 1px #000;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}