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

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

.treeview .hitarea {
	background: url(images/arrows_blue.png) 0px 0px no-repeat;
/*	background: url(images/arrows_orange2.png) 0px 0px no-repeat; */
	height: 20px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	/*padding: 3px 0pt 3px 16px; */
	padding: 0px 0px 0px 16px;
}

.treeview a.selected, .treeview a.selected.hover, .treeview a.selected:hover {
	background-color: #fff;
	font-weight: bold;
	color: /*#D37709;*/ /*#B55900*/ #000;
	text-decoration: none;
}

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

.treeview .hover, .treeview a:hover {
/*	color: #333; */
/*	color: #D37709; */
	background-color: #f7f7f7;
	text-decoration: underline;
	cursor: pointer; 
/*	font-weight: bold; */
/*	border-bottom: 1px solid #fff; */
}


.treeview li { 
/*	background: url(images/treeview-default-line.gif) 0 0 no-repeat;  */
	background: none;
	text-align: left;
	/*	background: #fff url(images/arrows_orange.gif) 0 0 no-repeat; */
}


.treeview li.collapsable, .treeview li.expandable { 
/* background-position: 0 -176px;  */
}

.treeview .collapsable-hitarea { background-position: -48px 4px; }
.treeview .collapsable-hitarea:hover { background-position: 0px 4px; }
.treeview .expandable-hitarea { background-position: -32px 4px; }
.treeview .expandable-hitarea:hover { background-position: -64px 4px; }

/*
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/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(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

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

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

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

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

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

/*pixel*/
.treeview li a,
.treeview li span {
	color: #333;
	padding: 4px;
	display: block;
//	display: inline-block;	
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.treeview li span {
	color: #AAAAAA;
}

.treeview li li li {
	padding: 0px;
}

.treeview li.dot {
	background: url(images/dot_blue.png) 4px 8px no-repeat;
}
.treeview li.main_page {
	background: url(images/home_icon.gif) 0px 7px no-repeat;
}

.treeview li.subtitle {
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

.treeview li.subtitle span {
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	color: #698FB4;
	padding: 6px 4px 10px 0px;
}

.treeview li.subitem {
	border-left: 1px dotted #CCCCCC;	
}

.treeview li.subitem a {
	margin: 0px 0px 0px 5px;
}

.treeview li.subitem_last {
	border-left: 1px dotted #CCCCCC;
	margin: 0px 0px 7px 0px;	
}

.treeview li.subitem_last a {
	margin: 0px 0px 0px 5px;
	border-bottom: none;
}
.treeview li.noborder {
	margin-bottom: 7px;
}

.treeview li.noborder a {
	border-bottom: none;
}