.listexpander a {
	color: #666;
	text-decoration: none;
}
.listexpander, .listexpander ul, .listexpander li {
	margin:0;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	padding:0;
	list-style:none;
}
.listexpander {
	padding-bottom: 1em;
}
.listexpander li {
	line-height:2em;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	color: #0f4d0f;
	width: 100%;
	padding: 0 !important;
	list-style-position: outside;
}
.listexpander li.collapsed, .listexpander li.expanded {
	cursor:pointer;
}
/* first level */
.listexpander li, .listexpander li.collapsed {
	background:#cce3cc url(../../images/collapsed.gif) no-repeat 5px .4em;
}
.listexpander li.expanded {
	background:#cce3cc url(../../images/expanded.gif) no-repeat 5px .4em;
}
/* second level */
.listexpander li ul, .listexpander li li {
	background:#e3f0e3;
	font-weight:normal;
	width: 100%;
	padding: 0 !important;
}
.listexpander li li.collapsed {
	background:#e3f0e3 url(../../images/collapsed.gif) no-repeat 5px .4em;
}
.listexpander li li.expanded {
	background:#e3f0e3 url(../../images/expanded.gif) no-repeat 5px .4em;
}
.listexpander li li:hover {
	background-color: #fafafa;
}
/* buttons */
p.listexpander {
	height:1.5em;
	margin:1em 0;
	padding-bottom: .5em;
}
p.listexpander a {
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover {
	background:#e3f0e3;
}
/* float fix */
.listexpander li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.listexpander li {
	display: inline-block;
}