/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	/*font-family: verdana,arial;*/
	/*white-space: nowrap;*/
	font-size: 11px;
}
.dTreeNode1 {
	/*background-image: url(../img/dtree/stripes1.gif);
	border-top: 1px solid #595c85;
	border: 1px dotted #ff4500;*/
	padding: 2px 0 2px 0; 
	font-weight: bold;
}
.dTreeNode2 {
	/*background-color: #464c76;
	background-image: url(../img/dtree/stripes2.gif);
	border-top: 1px solid #192654;*/
	padding-left: 10px;
}
.dTreeNode3 {
	/*background-color: #6B6F8D;
	background-image: url(../img/dtree/stripes3.gif);
	border-top: 1px solid #192654;*/
	padding-left: 20px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	text-decoration: none;
}
.dtree a.nodeSel {
	color: #000000;
	/*color: #FFFFFF;
	white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
}
.dtree a.node {
	color: #000000;
	/*color: #C4C5D3;
	white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	/*color: #FFFFFF;*/
}
.dtree a.nodeSel {
	/*font-weight: bold;*/
	color: #0074e1;
}
.dtree .clip {
	overflow: hidden;
}
.dtree_main {
	width: 180px;

}
.dtree_main_bottom {
	width: 180px;

	height: 18px;
	/*background-image: url(../img/interface/category_bottom.png);*/
}
