/*--------------------------------------------------|

| dTree 2.05 | www.destroydrop.com/javascript/tree/ |

|---------------------------------------------------|

| Copyright (c) 2002-2003 Geir Landrö               |

|--------------------------------------------------*/



.dtree {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width:230px;
	font-size: 11px;
padding-left:6px;
//padding-left:5px;
	color: #666;

/* 	white-space: nowrap; */

}

.dtree img {

	border: 0px;

	vertical-align: middle;

	float:left;

}

.dtree a {

	color: #333;

	text-decoration: none;

}

.dtree a.nodeSel {

	width:160px;
	//width:140px;
	padding-top:4px;
	padding-bottom:4px;
	float:left;
	margin-left:10px;


}
/*
.dtree a.node:hover, .dtree a.nodeSel:hover {

	color: #333;

	text-decoration: underline;

}

.dtree a.nodeSel {

	text-decoration:underline;

	font-weight:bold;



}*/



/*.dtree .clip {

	overflow: hidden;

}*/

.clip { 
margin:0;
padding:0;
 }

.dtree a.node {

	width:160px;
//width:140px;
	padding-top:4px;
	padding-bottom:4px;
	float:left;
	
	margin-left:10px;
	

}

.dTreeNode{

	clear: both;

}
.dtree{
padding-bottom:40px;
}
