/*--------------------------------------------------|
| 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/default/img/3rdparty/dtree/img/folderopen.gif') no-repeat;
	width:12px;
	height:16px;
	display: none;	
}
img.node_closed{
	background:url('/templates/default/img/3rdparty/dtree/img/folder.gif') no-repeat;
	width:12px;
	height:16px;
	display: none;
}
img.node_nochild{
	background:url('/templates/default/img/3rdparty/dtree/img/page.gif') no-repeat;
	width:12px;
	height:16px;
	background-position:center;	
	display: none;
}
img.node_offset{
	display: none;
}

.dtree {
	width: auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*Level 1*/
.dtree div div div a{

}
.dtree div div div a.node {
	display: block;
	font-size: 11px;
	color: #485362;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-image: url(../../../img/dtree-level-1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.dtree div div div a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #740017;
	background-image: url(../../../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	background-position: left top;
}
.dtree div div div a.node:hover, .dtree div div div a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #740017;
	background-image: url(../../../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*Level 2*/
.dtree div div div div{
	border-left: 5px solid #727881;
}
.dtree div div div div a{
}
.dtree div div div div a.node {
	display: block;
	font-size: 11px;
	color: #485362;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-image: url(../../../img/dtree-level-1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.dtree div div div div a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #740017;
	background-image: url(../../../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	background-position: left top;
}
.dtree div div div div a.node:hover, .dtree div div div div a.nodeSel:hover {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #740017;
	background-image: url(../../../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*Level 3*/
.dtree div div div div div{
	border-left: 5px solid #38404B;
}
.dtree div div div div div a{
}
.dtree div div div div div a.node {
	display: block;
	font-size: 11px;
	color: #485362;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-image: url(../../../img/dtree-level-1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.dtree div div div div div a.nodeSel {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #740017;
	background-image: url(../../../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	background-position: left 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: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #740017;
	background-image: url(../../../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.dtree img {
	border: 0px;
}

.dtree .clip {
	overflow: hidden;
}