
.treeview
{
    border-top: 1px solid #d4d4d4;
    width: 100%;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	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;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4;
}
.treeview li ul li{
    border: 0;
}
.treeview a.selected {
	
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li {}
.treeview li.collapsable, .treeview li.expandable { 
    font-weight: bold;
}
.treeview li.collapsable ul li, .treeview li.expandable ul li{
    font-weight: normal;
}
.treeview .expandable-hitarea {}

.treeview li.last {}
.treeview li.lastCollapsable, .treeview li.lastExpandable {}  
.treeview li.lastCollapsable {}
.treeview li.lastExpandable {}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
