﻿.dtree {
	color: #fff;
	width: 175px;
	overflow: hidden;
	margin-top: 5px;
}
.dtree img {
	border: 0px;
}
.dtree div.clip {
	overflow: visible;
}
.dtree div.node {
	width: 175px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	overflow: hidden;
	background: #518bdc url(/content/borders/corel/menuBg.gif) top left no-repeat;
}
.dtree div.nodeSel {
	width: 175px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
	overflow: hidden;
	background: #355a8f url(/content/borders/corel/menuBg_sel.gif) top left no-repeat;
}
.dtree .iconArea {
	width: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	float: left;
	display: none;
}
.dtree .textArea {
	width: 160px;
	float: left;
	overflow: hidden;
	margin-top: 7px;
	margin-left: 7px;
}
.dtree a {
	display: inline;
	text-decoration: none;
	overflow: hidden;
}
/*  Level 0 or 1*/
.dtree .node, .dtree .node a, .dtree .node a:hover {
	color: #fff;
	font-weight: bold;
}
.dtree .node a:hover {
	text-decoration:underline;
}
.dtree .nodeSel, .dtree .nodeSel a, .dtree .nodeSel a:hover {
	color: #ffffff;
	font-weight: bold;
}
/*  Level 2 */
.dtree .clip .node, .dtree .clip .node a, .dtree .clip .node a:hover {
	background: #ffffff;
	color: #518bdc;
	font-weight: normal;
}
.dtree .clip .nodeSel, .dtree .clip .nodeSel a, .dtree .clip .nodeSel a:hover {
	background: #ffffff;
	color: #518bdc;
	font-weight: bold;
}
.dtree .clip .node, .dtree .clip .nodeSel {
	border-bottom: 1px dotted #e1e1e1;
}
.dtree .clip .iconArea {
	width: 15px;
}
.dtree .clip .textArea {
	width: 160px;
}
img.indentIcon0 {
	width: 1px;
	height: 1px;
}
img.indentIcon1 {
	width: 1px;
	height: 1px;
}
img.lineIcon {
	width: 10px;
	height: 10px;
}
/*  Level 3 */
.dtree .clip .clip .node, .dtree .clip .clip .node a {
	background: #ffffff;
	color: #4D4D4D;
	text-decoration: none;
}
.dtree .clip .clip .node a:hover {
	text-decoration: underline;
}
.dtree .clip .clip .nodeSel, .dtree .clip .clip .nodeSel a {
	background: #ffffff;
	color: #4D4D4D;
	text-decoration: none;
}
.dtree .clip .clip .nodeSel a:hover {
	text-decoration: underline;
}
.dtree .clip .clip .iconArea {
	width: 25px;
}
.dtree .clip .clip .textArea {
	width: 150px;
	padding-left:10px;
}

