/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?              |
|--------------------------------------------------*/

.dtree {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-right:1px;
}
.dtree input{margin-right:2px;}
.dtree a {
	color: #666;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: red;
	text-decoration: none;
	background-color:#d2d3b3;
}
.dtree a.nodeSel {
	/*background-color: #d2d3b3;*/
	background-color: #676702;
	border-radius:2px;
}
.dtree .clip {
	overflow: hidden;
}
.cx{
	line-height:12px;
	padding:0px; 
	margin:0px;
	width:12px;
	height:12px;
	vertical-align:middle;
}
.dtree a.nodeSel {
    padding:2px;
	color:#fff;
}