/*--------------------------------------------------|
| 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: 14px;
	color: #666;
	/*white-space: nowrap;*/
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a.node, .dtree a.nodeSel {
	/*white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
	font-size: 14px;
	font-family: verdana, tahoma, arial, serif;
	color: #000000;
	text-decoration: none;
}
.dtree a.node:hover {
	/*white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
	font-size: 14px;
	font-family: verdana, tahoma, arial, serif;
	color: #000000;
	text-decoration: underline;
}

.dtree a.nodeSel {
/*
	border: 1px solid #eeeeee;
	background-color: #f0f0f0;
*/
}
.dtree .clip {
	overflow: hidden;
}
