/* TREE VIEUW menu */

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

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

.treeview .hitarea {
	/* background: url(images/treeview-default.gif) -64px -25px no-repeat; */
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	
}

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

.treeview .done {
		background: url(/en/images/icons/16/206-enable.gif) no-repeat 0px 0px;
		padding-left: 18px;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	list-style: none;
   border-bottom: thin solid #cccccc;
}

.treeview ul li { 
	padding: 3px 0pt 3px 0px;
}

.treeview a {
   color: #666666;
	text-decoration: none;
}

.treeview li a:hover { 
	cursor: pointer;
	color: black;
}


.treeview li.expandable {
	background: url(/en/images/icons/plus.gif) no-repeat 3px 8px;
}


.treeview .expandable-hitarea {
	
}

.treeview li.collapsable { 
	background: url(/en/images/icons/minus.gif) no-repeat 3px 8px;
}

.treeview li.collapsable li.collapsable { 
	background: url(/en/images/icons/minus.gif) no-repeat 0px 8px;
	padding-left: 12px;
}

.treeview li.expandable li.expandable { 
	background: url(/en/images/icons/plus.gif) no-repeat 0px 8px;
	padding-left: 12px;
}

.treeview li.last { 
		border-bottom: 0px;	
}

.treeview li.lastCollapsable, .treeview li.lastExpandable { 
border-bottom: 0px;	
}  

.treeview li.lastCollapsable { 
padding: 3px 0pt 3px 16px;

}

.treeview li.lastExpandable { 
padding: 3px 0pt 3px 16px;
}

.treeview li.collapsable li.expandable { 
	background: url(/en/images/icons/plus.gif) no-repeat 0px 8px;
	padding-left: 12px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {

}

