.treeview
{ 
	/*float: left;
	clear: both;*/	
/* 	overflow: auto; */
	width: 100%;
	max-height: 480px;
	/*float: left;*/
}

.treeview, .treeview ul { 

	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	
}

.treeview ul {
	margin-top: 4px;
	*zoom: 1;
}

.treeview .hitarea {
	background: url("/images/plugins/treeview/treeview-default.gif") no-repeat -64px -25px;
	height: 16px;
	width: 16px;
/* 	left: -16px; */
	position: relative;
	float: left;
	cursor: pointer;
	*zoom: 1;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 3%;
	display: block;
	width: 90%;
	float: left;
	clear: both;
	*zoom: 1;
}

/*
.treeview a.selected {
	background-color: #eee;
}
*/
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url("/images/plugins/treeview/treeview-default-line.gif") no-repeat left top; }
.treeview li li {background: none;}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; padding-left: 20px;}

.treeview .expandable-hitarea { background-position: -80px -1px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url("/images/plugins/treeview/treeview-default.gif"); background-repeat: no-repeat;}  
.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; }

/* .filetree li { padding: 1px 0 1px 16px; margin-bottom: 0 } */
.filetree li { padding: 0px 0 4px 0; margin-bottom: 0 }
/* .filetree .folder, .filetree .file { padding: 1px 0 1px 16px; display: block; } */
.filetree .folder, .filetree .file { padding: 1px 0 1px 0; }
/*
.filetree .folder { background: url("/images/plugins/treeview/folder.gif") no-repeat left top; }
.filetree li.expandable .folder { background: url("/images/plugins/treeview/folder-closed.gif") no-repeat left top; }
*/
/* .filetree .file { background: url("/images/plugins/treeview/file.gif") no-repeat left top; } */
.filetree .file { padding-left: 2px }
.treeview li li { padding-left: 16px; width: 80% }
.tree-multiselect
{ 
/* 	overflow: auto; */
	position: relative;
	/*height: 450px;*/
/* 	display: none; */
	border: 1px solid #ccc;
	background-color: white; 	
/* 	overflow: auto; */
	z-index: 1000;
}

.tree-container {  background-color: white; 	}

#wrap #main .tree-selection-container {margin-bottom: 10px}
#wrap #main .tree-selection-container, #wrap #main .tree-selection-container p {font-size: 12px}
#wrap #main .tree-selection-container p {margin-bottom: 0}

.tree-multiselect li span
{
	cursor: pointer;
}

.tree-multiselect li {padding-left: 18px; position: relative;}
.tree-multiselect li li {padding-left: 0}
.tree-multiselect li div.hitarea {position: absolute; left: 0; top: 1px;}
.tree-multiselect .selectable-item
{
	cursor: pointer;
}

.tree-multiselect .selected
{
	font-weight: bold;
}

.tree-multiselect-selected-items 
{
	margin: 10px 0 0 0;
}

.tree-multiselect input
{
	margin: 0;
}

.tree-multiselect-selected-items span:hover
{
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
}

.tree-selected-items-container span
{ 
	margin-right: 10px;
}

.treeview .hitarea, .treeview li 
{
	
	margin-bottom: 0;
}

.tree-selection-container {display: none;}

#wrap .tree-select {margin-bottom: 0;}