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

.dtree {
	font-size: 8px;
	color:#949494;
	white-space: nowrap;
	background: #ffffff;
	width:auto;
	text-align: left;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color:#166CB7;
	text-decoration: none;
	display: inline-block;
}

.dtree a:link, .dtree a:visited {
	color: #616161;
	font-weight:normal;
	text-decoration:none;
}	

.dtree a:hover{
	color:#ff0000;
	background: white;
}

.dtree a.node, .dtree a.nodeSel {
	font-size: 10px;
	width:100%;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: gray;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #ec1c24;
}

.clip
{
	background: url(img/clipbackground.png) repeat-x bottom;
} {
	
}
