/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr                |
|--------------------------------------------------*/

.dtree {
	font-size: 14px;
	padding:7px 5px;
	white-space: nowrap;
	/*overflow: auto;*/
}
.dtree .dTreeNode {
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-left: 1px;
	float:left;
}
.dtree a {
	color: #000;
	text-decoration: none;
	border:1px;
	white-space: nowrap;
}
.dtree a.node, .dtree a.nodeSel {
	line-height:20px;
	padding-left: 2px;
	outline:0;
	white-space: nowrap;
}
.dtree a.node:hover {
	background-image: url(icon/treeRowHover.png);
  	background-repeat: repeat-x;
	padding-left:10px;
	width: 75%;
	height:100%;
	display: inline-block;
	text-decoration: none;
}
.dtree a.nodeSel,.menuSel{
	color:white;
	width:100px;
	background-image: url(icon/treeRowSelect.png);
  	background-repeat: repeat-x;
	padding-left:10px;
	width: 75%;
	height:100%;
	display: inline-block;
}
.nodeSel,.menuSel{
	color:white;
}
.menu_title{
	padding-top:0px;
	padding-bottom:2px;
	cursor:pointer;
}

.menu_chk{
	display:block;
	width:13px;
	height:13px;
	float:left;
	margin-top:2px;
	background:url(icon/chk_tree01.png) no-repeat 0 0;
}
.menu_checked{
	background:url(icon/chk_tree02.png) no-repeat 0 0;
}
.menu_checked_half{
	background:url(icon/chk_tree03.png) no-repeat 0 0;
}
.menu_title{
	margin-left: 2px;
	padding-left:3px;
}

