/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial,Tahoma,Verdana,Sans-serif,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #2B6F88;
	white-space: nowrap;
	width: 300px;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #2B6F88;
	text-decoration: none;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a:hover {
  color: #ADCED8;
	text-decoration: underline;
}

.dtree a.nodeSel, .dtree a.nodeSel:hover {
	color: #000000;
}

.dtree .clip {
	overflow: hidden;
}
