#col2 .treeview,
#col2 .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

#col2 .treeview ul {
	background-color: white;
	margin-top: 4px;
}

#col2 .treeview .hitarea {
	background: url(../../../images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html #col2 .hitarea {
	display: inline;
	float:none;
}

#col2 .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

#col2 .treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

#col2 .treeview .hover { color: red; cursor: pointer; }

#col2 .treeview li { background: url(../../../images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
#col2 .treeview li.collapsable, 
#col2 .treeview li.expandable {
	background-position: 0 -176px;
}

#col2 .treeview .expandable-hitarea {
	background-position: -80px -3px;
}

#col2 .treeview li.last { background-position: 0 -1766px }
#col2 .treeview li.lastCollapsable, 
#col2 .treeview li.lastExpandable {
	background-image: url(../../../images/treeview/treeview-default.gif);
}
#col2 .treeview li.lastCollapsable { background-position: 0 -111px }
#col2 .treeview li.lastExpandable { background-position: -32px -67px }

#col2 .treeview div.lastCollapsable-hitarea,
#col2 .treeview div.lastExpandable-hitarea { background-position: 0; }

#col2 .treeview-red li { background-image: url(../../../images/treeview/treeview-red-line.gif); }
#col2 .treeview-red .hitarea, 
#col2 .treeview-red li.lastCollapsable, 
#col2 .treeview-red li.lastExpandable { background-image: url(../../../images/treeview/treeview-red.gif); } 

#col2 .treeview-black li { background-image: url(../../../images/treeview/treeview-black-line.gif); }
#col2 .treeview-black .hitarea, 
#col2 .treeview-black li.lastCollapsable, 
#col2 .treeview-black li.lastExpandable { background-image: url(../../../images/treeview/treeview-black.gif); }  

#col2 .treeview-gray li { background-image: url(../../../images/treeview/treeview-gray-line.gif); }
#col2 .treeview-gray .hitarea, 
#col2 .treeview-gray li.lastCollapsable, 
#col2 .treeview-gray li.lastExpandable { background-image: url(../../../images/treeview/treeview-gray.gif); } 

#col2 .treeview-famfamfam li { background-image: url(../../../images/treeview/treeview-famfamfam-line.gif); }
#col2 .treeview-famfamfam .hitarea, 
#col2 .treeview-famfamfam li.lastCollapsable, 
#col2 .treeview-famfamfam li.lastExpandable { background-image: url(../../../images/treeview/treeview-famfamfam.gif); } 



/* === ENERGY GLOBE === */

#col2 .treeview label {
	height:15px;
	padding:0;
	margin:0;
}

*+html #col2 .treeview label {
	margin:-12px 0 0 0;
}

#col2 ul.treeview li,
#col2 ul.treeview li.expandable {
	margin-bottom:0;
}

#col2 .treeview input {
	margin:2px 5px 3px 0;
	padding:0;
}

*+html #col2 .treeview input {
	margin:-3px 5px 0 0;
	padding:0;
}

* html #col2 .treeview input {
	width: auto;
	height: auto;
	background:none;
	border:0;
	margin:0;
	padding:0;
}

/*
* html .hitarea {
	border:1px solid red !important;
}
*/


/*	IE6 fun	*/
#col2 ul.treeview_ie6,
#col2 .treeview_ie6 li,
#col2 .treeview_ie6 ul,
#col2 .treeview_ie6 ul li,
#col2 .treeview_ie6 ul ul,
#col2 .treeview_ie6 ul ul li,
#col2 .treeview_ie6 input,
#col2 .treeview_ie6 label {
	margin:0;
	padding:0;
}

#col2 .treeview_ie6 li,
#col2 .treeview_ie6 ul li,
#col2 .treeview_ie6 ul ul li {
	font-weight:normal;
	margin:0;
	padding:0 0 0 25px;
	border:1px dashed #ccc;
	border-top-style:solid;
	border-top-color:#fff;
	border-right-color:#fff;
	border-bottom-color:#fff;
	background:none;
}

#col2 .treeview_ie6 li {
	font-weight:bold;
	border-top:1px solid #ccc;
	border-left:0;
	padding:10px 0 10px 7px;
}

#col2 .treeview_ie6 input {
	border:0;
	background:none;
	width:auto;
	height:20px;
	margin-left:-9px;
}

#col2 .treeview_ie6 label {
	height:20px;
	margin-top:-8px;
}


