/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font: none 11px Tahoma;
	color: #033CAF;
	text-decoration:underline;
}

.lnkopencollapse a
{
	font: normal 10px Tahoma;
	color: #033CAF;
	text-decoration:underline;
}
.categoryfaq
{
	font: bold 11px Tahoma;
	color: #033CAF;
	text-decoration:underline;
}
.subcategoryfaq
{
	font: none 11px Tahoma;
	color: #033CAF;
	text-decoration:underline;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 9px 1px 9px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	/*color: Black;
	 text-decoration:none;*/
}
.dtree a.nodeSel {
	 color: Black;
	 text-decoration:none;
}
.dtree .clip {
	overflow: hidden;
}