/*--------------------------------------------------|
| 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: 10px;
	color: #666;
	white-space: nowrap;
}
*/
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
font-size: 10px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
color: #666666;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 2px;
	white-space: normal;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
background-color: #d8c9ac;
text-decoration: none;
color: #000000;	
white-space: normal;
}
.dtree a.nodeSel {
	background-color: #d8c9ac;
  white-space: normal;
  font-size: 10px;
  
}

.dtree .clip {
	overflow: hidden;
  white-space: normal;
}


