/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	white-space: nowrap;
	background-color:#850128;
	padding-left:10px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ffd6b3;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 2px;

}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #ffffff;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: #ffd6b3;
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
}

.dTreeNode{
	border: 0px solid #ffffff;
	padding-top:1px;
	padding-bottom:1px;
}
