/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

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: 180px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow:hidden;
	clear:both;	
}

/*Level 1*/
.dtree div div div a{
}
.dtree div div div a.node {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #333;
	text-decoration: none;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px;		
}
.dtree div div div a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FF490C;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.dtree div div div a.node:hover, .dtree div div div a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #FF490C;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	text-decoration: none;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px;
}

/*Level 2*/
.dtree div div div div{
}
.dtree div div div div a{
}
.dtree div div div div a.node {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #333;
	text-decoration: none;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px top;
}
.dtree div div div div a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FF490C;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 25px;
	font-weight: bold;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	background-position: 5px top;
}
.dtree div div div div a.node:hover, .dtree div div div div a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #FF490C;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	text-decoration: none;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px top;
}

/*Level 3*/
.dtree div div div div div{
}
.dtree div div div div div a{
}
.dtree div div div div div a.node {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #333;
	text-decoration: none;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px top;
}
.dtree div div div div div a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FF490C;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}
.dtree div div div div div a.node:hover, .dtree div div div div div a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #FF490C;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	text-decoration: none;
	background-image: url(../../../img/menu_level1.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px top;
}


.dtree img {
	border: 0px;
}

.dtree .clip {
	overflow: hidden;
}

/*.dtree a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.dtree a.node, .dtree a.nodeSel {
	color: #FF0000;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #DF5900;
	text-decoration: underline;
	font-weight: bold;
}
.dtree a.nodeSel {
	color: #DF5900;
}
*/