/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	white-space: nowrap;
	text-align: left;
}
.dtree img {
	border: 0px;
	vertical-align:middle;
	height: 24px;
}
.dtree a {
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	line-height: 24px;
	padding-left: 2px;
	color: #FFF;
}

.dTreeNodeRoot
{
	line-height: 24px; 
	background-image:url("images/bg_kat_r.jpg");
	width: 196px;
	height: 24px;
	color: #FFFFFF;
}

.dTreeNode
{
	background-image:url("images/bg_kat.jpg");
	background-repeat:no-repeat;
	width: 196px;
	height: 24px;
	overflow:hidden;
	line-height: 24px;
}

.dTreeNodeChild
{
	line-height: 24px; 
	background-image:url("images/bg_kat_ch.jpg");
	width: 196px;
	height: 24px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color:#FFCC00;
	text-decoration: none;
}
.dtree a.nodeSel {
		color:#FFCC00;
}
.dtree .clip {
	overflow: hidden;
}

