img.node_edit{
	float:left;
	width:10px;
	height:17px;
	border:none;
	background-image: url('/templates/default/img/icons/edit.png');
	background-repeat: no-repeat;
	background-position: left 5px;
}
img.node_open{
	background:url('/templates/perearstid/img/3rdparty/dtree/img/folderopen.gif') no-repeat;
	width:12px;
	height:16px;
	display: none;	
}
img.node_closed{
	background:url('/templates/perearstid/img/3rdparty/dtree/img/folder.gif') no-repeat;
	width:12px;
	height:16px;
	display: none;
}
img.node_nochild{
	background:url('/templates/perearstid/img/3rdparty/dtree/img/page.gif') no-repeat;
	width:12px;
	height:16px;
	background-position:center;	
	display: none;
}
img.node_offset{
	display: none;
}

.dtree {
	width: 187px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

/*Level 1*/
.dtree div div div a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.dtree div div div{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
}

/*Level 2*/
.dtree div div div div{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
}
.dtree div div div div a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

/*Level 3*/
.dtree div div div div div{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}
.dtree div div div div div a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 7px;
}

.dtree a.node {
	display: block;
	background: url(../../../img/m_bg.jpg) repeat-x left top;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.dtree a.nodeSel {
	font-size: 11px;
	display: block;
	color: #003366;
	text-decoration: none;
	background: url(../../../img/m_bg2.jpg) repeat-x left top;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #003366;
	text-decoration: none;
	background: url(../../../img/m_bg2.jpg) repeat-x left top;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.dtree img {
	border: 0px;
}