
.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}

.listexpander li{
	line-height:150%;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	color: #ffffff; /*#de3700;*/
	width:100%;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */
.listexpander li.collapsed{background:url(collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:url(expanded.gif) no-repeat 5px .4em;}


/* second level */

.listexpander li li {text-indent:0;margin-left:30px;width:auto;color:#FFFFFF;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
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:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */