.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(treeview-default.gif) -64px -23px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	margin-top:8px;
	float: left;
	cursor: pointer;
}


.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	line-height:1em;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #af995d; cursor: pointer; }

.treeview li { background: url(treeview-default-line.gif) 0 0% no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(treeview-red.gif); } 

.treeview-black li { background-image: url(treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(treeview-black.gif); }  

.treeview-gray li { background-image: url(treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}


.filetree li { margin:0 0 0 0; padding: 0px 0 0 20px; list-style:none; }
.filetree li.first { padding: 0 0 8px 32px; display:block; background:url(../../images/ico_home1.png) no-repeat 4px 4px; }

.filetree span.cate, .filetree span.page { padding: 0px 0 1px 4px; display: block;  }
.filetree span.cate {/* background: url(folder.gif) 0 0 no-repeat*/ }
.filetree li.expandable span.page { /* background: url(folder-closed.gif) 0 0 no-repeat;*/ }
.filetree span.page { /*background: url(file.gif) 0 0 no-repeat;*/ }


.filetree span.cate, .filetree span.page {  display:inline-block; }
.filetree li a{ font-size:16px;  }
.filetree span.first a, .filetree span.cate a,.filetree span.cate { font-weight:bold; display:inline-block; }
.filetree span.first a ,.filetree span.cate a{font-size:16px;}
.filetree span.first a b{font-size:16px;}
.filetree span.page { font-size:14px; }
.filetree span.first a b{ font-weight:normal}

#sitemap_dl{ margin:0; padding:0 10px 0 10px; width:980px;}
#sitemap_dl:after	{content: "."; display: block;  height: 0; clear: both; visibility: hidden;}
#sitemap_dl dd{ margin:0; padding:0; float:left;  }
#sitemap_dl dd.dl_left{ width:460px;}
#sitemap_dl dd.dl_right{ width:460px;}


#sitemap  .l-ul li{ padding:5px 5px 5px 20px; font-weight:bold; }
#sitemap  .l-ul li a{font-weight:bold; font-size:14px;} 

#sitemap .l-div{ display:block;  padding:5px 0 0 7px}
#sitemap .l-div a { font-weight:bold; font-size:14px;   padding:0 15px 0 15px} 