<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.treeview .hitarea {
	height: 25px;
	width: 16px;
	float: left;
	cursor: pointer;
}
.treeview .open-hitarea {background: url(../images/arrow_c.png) 5px 16px no-repeat;}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}

.treeview li {
	margin: 0;
	line-height: 38px;

background:url(../images/arrow_c.png) 5px 16px no-repeat;
	overflow: hidden;
}


.treeview .expandable-hitarea a{font-size:14px;text-decoration:none; display:block; background:url(../images/k3.jpg) no-repeat; padding-left:50px;}
.treeview li a{font-size:14px;text-decoration:none; display:block; background:url(../images/k1.jpg) no-repeat; padding-left:50px;}
.treeview li a.hover{color:#1c7d00; display:block; background:url(../images/hk1.jpg) no-repeat; padding-left:50px;}
.treeview li a.hover:hover{color:#1c7d00; display:block; background:url(../images/hk1.jpg) no-repeat; padding-left:50px;}
.treeview .collapsable ul li a{font-size:14px;text-decoration:none; display:block; background:#fff; border-bottom: 1px dotted #999; padding-left:50px;}
.treeview .collapsable ul li a:hover{font-size:14px;text-decoration:none; display:block;background:#fff; border-bottom: 1px dotted #999; padding-left:50px;}
.treeview a.selected {font-weight: bold;}
.onefast{background: url(../images/arrow_c.png) 5px 16px no-repeat;padding-left:0px;}
li.treeone{background:url(../images/k1.jpg) no-repeat; padding-left:0px;}
li.treetow{background: url(../images/arrow_c.png) 25px 16px no-repeat;padding-left:35px;}
li.treefour{background: url(../images/arrow_c.png) 35px 16px no-repeat;padding-left:45px;}
li.treefive{background: url(../images/arrow_c.png) 45px 16px no-repeat;padding-left:55px;}
li.six{background: url(../images/arrow_c.png) 55px 16px no-repeat;padding-left:65px;}

.treeview li.collapsable, .treeview li.expandable {background-image: none;padding:0px;}
.treeview .collapsable-hitarea {background: url(../images/arrow_b.png) 5px 16px no-repeat;}
.treeview .expandable-hitarea {background: url(../images/arrow_a.png) 5px 16px no-repeat;}

.treeview .-hitarea,.treeview .last-hitarea {background: url(../images/arrow_c.png) 5px 16px  no-repeat;}

.treeone .hitarea{margin-left: 10px;}
.treetow .hitarea{margin-left: 20px;}
.treefour .hitarea{margin-left: 30px;}
.treefive .hitarea{margin-left: 40px;}
.six .hitarea{margin-left: 50px;}

</pre></body></html>