﻿/*--------------------------------------------------|
| 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: 11px;
	color: #666;
	white-space: nowrap;
	margin-left:6px;
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-right:-2px;
}
.dtree a {
	color: #333;
	text-decoration: none;
	margin-right:4px;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
	padding 0px 0px 0px 20px;

}
.dtree a.nodeSel {
	background-color: #c0d2ec;
	
}
.dtree .clip {
	overflow: hidden;
	
}

