/* - - - - - - - - - - - - - Accordion > Word search - - - - - - - - - - - - - */

#dtree {
	line-height: normal;
}
#dtree li {
	line-height: 1.5;
}
#dtree li ul li ul li {
	line-height: 1.3;
}

#dtree li a {
	text-decoration: none;
	display: inline-block;
	padding: 0px 0 2px 15px;
}

#dtree li a:hover {
	text-decoration: underline;
}
#dtree li a.leaf:hover {
	text-decoration: none;
	cursor: text;
}
#dtree li a.leaf.doc_cnt:hover {
	text-decoration: underline;
	cursor: pointer;
}

#dtree > ul > li {
	font-size: 18px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#dtree ul > li ul {
	margin-left: 38px;
}

#dtree ul li a {
	background: url(../img/list-arrow-brown-acc-menu.png) center left no-repeat;
	color: #B45200;
}

#dtree > ul > li.active > a {
	background: url(../img/list-arrow-brown-acc-menu-open.png) 15px 12px no-repeat;
	padding-left: 30px;
}

#dtree ul li a.open,
#dtree ul li a.open {
	font-weight: bold;
	padding-left: 35px;
}

#dtree ul li li a {
	background: url(../img/list-arrow-brown-medium.png) 20px center no-repeat;
	color: #B45200;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
}
#dtree ul li li a.leaf {
	background: none !important;
}

#dtree ul li li li a {
	font-size: 14px;
	padding-left: 30px;
	padding-bottom: 0px;
}

#dtree ul li li a.open {
	background: url(../img/list-arrow-brown-medium-open.png) 20px center no-repeat;
}

#dtree > ul > li.active {
	background: #fafafa;
	border-bottom-color: #dfe6ea;
	border-top-color: #dfe6ea;
}

#dtree ul li li.active a {
	background: url(../img/list-arrow-brown-medium-open.png) 20px center no-repeat;
	font-weight: bold;
	padding-left: 34px;
}

#dtree ul li li li a,
#dtree ul li li.active li a {
	background: url(../img/list-arrow-brown.png) 20px 50% no-repeat;
	font-weight: normal;
	padding-left: 34px/*29px*/;
}
#dtree ul li li li a.leaf {
	background: none !important;
}

#dtree ul li li ul {
	-margin-top: 5px;
	margin-bottom: 5px;
}

#dtree ul li li li span,
#dtree .info-text span {
	color: #B45200;
	font-size: inherit;
	line-height: 14px;
	font-weight: inherit;
}

#dtree .info-text {
	margin-top: 0px;
	font-size: 14px;
	margin-left: /*44*/60px;
}

#dtree .info-text th {
	min-width: 70px;
	padding-right: 2px;
	text-align: left;
	font-weight: normal;
}

#dtree .info-text p {
	margin: 0 0 2px 0;
}

#dtree .info-text a,
#dtree .active .info-text a {
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#dtree a .doc_cnt {
	margin-left: 0px;
}