﻿/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font: bold 14px Tahoma !important;
	color: #b89207;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #655112 !important;
	text-decoration: none;
	font-size: 12px !important;
	
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 4px 2px 4px 2px;
	font-weight:normal;
	font: normal 12px Tahoma;

}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333 !important;
	text-decoration: none;
	font-weight:bold;
}
.dtree a.nodeSel {
	background-color: #EEE3CD;
}
.dtree .clip {
	overflow: hidden;
}
