.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview strong {
}


.treeview ul {
	/*background-color: #666666;*/
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.treeview li {
	list-style-type: none;
}
.treeview      li      ul   {
	margin: 0px;
	padding: 0px;
}
.treeview  li  ul li {
	margin: 0px;
	border-bottom: 1px solid #fff;
}
.treeview li ul li ul {
	float: left;
	width: 400px;
	margin: 0px 15px;
	display: block;
}
.treeview  li  ul  li ul li {
	list-style-type: square;
	border: none;
	margin: 5px;
	padding: 0px;
}

.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	float: left;
	cursor: pointer;
	margin-left: 0px;
	padding: 10px;
	clear: both;
	height: 80px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}



.treeview a.selected {
	background-color: #CCCCCC;
}

#treecontrol {
	display: none;
	margin: 1em 0;
}

.treeview .hover {
	color: #FF6600;
	cursor: pointer;
}

.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
	color: #333333;	/*border-top: dotted 1px #ccc;*/
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.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; }

/*JEN ADD -- to replace style="display:none"*/

.displaynone { display:none; }
.treeview img {
	float: left;
	margin: 3px;
}
#singleelement {
	color: #ffffff;
	background-color: #8193C2;
	height: 80px;
}

#multipleelementlead {
	color: #ffffff;
	background-color: #85888E;
	height: 80px;
}
#multipleelement {
	background-color: #B8BABB;
	height: 80px;
}
#specialassembly {
	background-color: #DC8533;
	height: 80px;
}

#singleelement strong, #multipleelementlead strong, #multipleelement strong, #specialassembly strong {
	font-size: 13px;
}

.specialassmeblybg {
	background-color: #F8CB9A;
}
.multielementsub {
	height: 80px;
	padding: 5px 2px;
	clear: both;
	background-color: #999999;
}
.singleelementsub {
	height: 80px;
	padding: 5px 2px;
	clear: both;
	background-color: #C5D2DF;
}
.multileadbg {
	background-color: #F2F2F2;
}
.multibg {
	background-color: #DADADA;
}
.singlebg {
	background-color: #DDE2EC;
}
.treesub {
	height: 90px;
	clear: both;
	padding: 5px 2px;
}

