.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0px;

}



.treeview {


	margin-top: 0px;
	margin-bottom: 10px;

}


.treeview{


}
.treeview .hitarea {

	height: 16px;
	padding:19px;
	width: 16px;

	right:0px;
	position:absolute;
	top:0px;
	z-index:888;
	background: none;
	cursor: pointer;
}

.treeview .hitarea:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #333;
  font-size: 14px;
	text-align: center;
  padding-right: 0px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.treeview .hitarea.collapsable-hitarea:before {
  content: "\f106";

}



/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:right;

}

.treeview li {
	margin:0px 0px;
	position: relative;
	padding:0px 0px 0px 0px;

}

.treeview li a{



}
.treeview  a.selected,
.treeview li a:hover{

}


.treeview li li a{

font-weight:normal;
}

.treeview li li li a{

font-weight:normal;

}

.treeview a{

}

.treeview a.red{
	font-weight:normal;
	text-decoration:none;
}

.treeview a.orange{
	font-weight:normal;
	text-decoration:none;
}

.treeview a.selected {

}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }


.treeview li.lastCollapsable, .treeview li.lastExpandable {}
.treeview li.lastCollapsable { background-position: -3px -104px }
.treeview li.lastExpandable { background-position: -35px -60px }

.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); }


.filetree li { padding:0px;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; display: block; }
.filetree span.folder { }
.filetree li.expandable span.folder { }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
