/*--------------------------------------------------|
| 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/free4d/img/3rdparty/dtree/img/folderopen.jpg') no-repeat;
	width:12px;
	height:16px;
}
img.node_closed{
	background:url('/templates/free4d/img/3rdparty/dtree/img/folder.jpg') no-repeat;
	width:12px;
	height:16px;
}
img.node_nochild{
	background:url('/templates/free4d/img/3rdparty/dtree/img/page.jpg') no-repeat;
	width:12px;
	height:18px;
}
img.node_offset{
	display: none;
}

.dtree {
	color: #333333;
/*	white-space: nowrap;*/
	font-weight: bold;
}

/*Level 1*/
.dtree div div div{padding-left:10px;}
.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: #333333;
	text-decoration: none;
	font-weight: bold;
}
.dtree a.node, .dtree a.nodeSel {
	color: #333333;
/*	white-space: nowrap;*/
	padding-top: 1px;
	padding-bottom: 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.dtree a.nodeSel {
	color: #666666;
}
.dtree .clip {
	overflow: hidden;
}