/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr÷               |
|--------------------------------------------------*/

.dtree {
  	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	text-decoration: none;
	white-space: nowrap;
	font-size: 10px;
}
.dtree a.node {
 	color: #595959; 
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	font-size: 10px;
	white-space: nowrap;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
	white-space: nowrap;
}
.dtree a.nodeSel {
  color: #595959;
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
}
.dtree .clip {
	overflow: hidden;
}
