/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family:  Arial, "Trebuchet MS",Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;	
	background-color:#F1F2F2;
	list-style-type:none;
	padding: 1px 0px 1px 5px;
	line-height: 18px;
	
	/*****************/
	display:block;
	float:left;
	position:relative;
	width:100%;
	height:auto;
	color: #4C4C4C;	
	/*****************/

}
.dtree img {
	border: 0px;
	vertical-align: middle;
	/*margin-bottom:3px;********/
	padding:7px 0px 5px 0px;
	
	/*****************/
	display:block;
	float:left;
	position:relative;
	height:auto;
	/*****************/		
	
}
.dtree a {
	text-decoration: none;
	
	/*****************/
	display:block;
	float:left;
	position:relative;
	height:auto;
	/*****************/	
	
}
.dtree a.node, .dtree a.nodeSel {
	/*white-space: normal;*/
	color: #666666;
	padding: 1px 0px 1px 5px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color:#008000 ;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #E6E6E6;	
	/*color: #0000FF;*/
	/*background-color: #E0E0E0;*/
	
	
}
.dtree .clip {
	overflow: hidden;
	
	/************/
	display:block;
	float:left;
	position:relative;
	height:auto;
	width:100%;
	/************/
	
}

/************/
.dtree .node{
display:block;
float:left;
position:relative;
width:140px;
height:auto;
color: #4C4C4C;
}
/************/


/************/
.dTreeNode {
display:block;
float:left;
position:relative;
height:auto;
width:100%;
}
/************/

.dtree .nodeSel{
width:140px;
}
