/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

img.node_edit{
	width:10px;
	height:12px;
	border:none;
	background-image: url('/templates/default/img/icons/edit.png');
	background-repeat: no-repeat;
}
img.node_open{
	background:url('/templates/mafa/img/3rdparty/dtree/img/folder.png') no-repeat;
	width:12px;
	height:16px;
}
img.node_closed{
	background:url('/templates/mafa/img/3rdparty/dtree/img/folder.png') no-repeat;
	width:12px;
	height:16px;
}
img.node_nochild{
	background:url('/templates/mafa/img/3rdparty/dtree/img/folder.png') no-repeat;
	width:12px;
	height:16px;
}
img.node_offset{

}

.dtree {
	color: #3C434F;
	white-space: nowrap;
	font-weight: bold;
}

/*Level 1*/
.dtree div div div a{}
/*Level 2*/
.dtree div div div div a{}
/*Level 2*/
.dtree div div div div div a{}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #3C434F;
	text-decoration: none;
	font-weight: bold;
}
.dtree a.node, .dtree a.nodeSel {
	color: #3C434F;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
.dtree a.nodeSel {
	color: #48505E;
}
.dtree .clip {
	overflow: hidden;
}