/*
  CSS for group tree, IE-specific non-collapsing version
*/
ul.grptree {
/*	padding-left: 0px;	/* hack pthui */
	padding-left: 15px;	/* hack pthui */
}
li.hassub {
	position: relative;
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	background: url('../images/tree_open.png') 0px 0px no-repeat;	/* hack pthui */
}
li.leaf {
	margin: 0;
	padding: 0 0 0 15px;	/* in px since this is to adjust for a fixed-size image */
	list-style: none;
}
li.hassub input {
	position: absolute;
	left: 0;
	margin: 0;
	opacity: 0;
	filter:alpha(opacity=0);	/* IE > 6, maybe */
	z-index: 2;
	height: 1em;
	width: 1em;
	top: 0;
}
input.grptreebox {
	height: 0;
	-khtml-opacity: 0;
}
/*li.hassub input + ul {
/*	background: url('../images/tree_closed.png') 0px -2px no-repeat;*/
/*	margin-top: -0.95em;	/* esplain to me, why this not 1em?  O_o */
/*	padding-top: 0.1em;*/
/*	padding-left: 2.25em;	/* ah-HA!  use this to adjust the indent!  watch for neg margin from li.hassub */
/*	xdisplay: block;
/*	height: 1em;*/
/*}
/*li.hassub input + ul > li {
/*	height: 0;
/*	overflow: hidden;
/*	margin-left: -14px !important;
/*}*/
li.hassub label {
	display: block;
	padding-left: 15px;	/* in px as it ajusts for fixed-size image */
}
/*li.hassub input:checked + ul {
/*	background: url('../images/tree_open.png') 0px 0px no-repeat;
/*	margin-top: -1.2em;
/*	padding-top: 1.1em;
/*	height: auto;*/
/*}*/
/*li.hassub input:checked + ul > li {
/*	height: auto;
/*}*/
