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


.dtree {
	float:left;
	width:300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	white-space: nowrap;
	margin:5px;
	border-right:1px solid rgb(255,204,153);
}
.dtree img {
	border:none;
	vertical-align: middle;
}
.dtree a {
	padding:0;
	font-weight:normal;
	font-size:10px;
	color: #333333;
	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: #333333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color: #c0d2ec;*/
	background-color: #dacba4;
}
.dtree .clip {
	margin:5px;
	width:auto;
  margin-bottom:25px;
	/*overflow:hidden;*/
}
.dtree a:visited {
	font-size:10px;
}
.dtree a.gigi:visited {
	font-size:10px;
}

.dTreeNode {
	/*border:1px solid red;*/
}

.meganodo {
  font-weight:bold;
}
