/*	List Expander */.listexpander{ color: #333333; margin: 0 15px 15px 15px; }.listexpander ul{	/*	Uncomment this if you want to initially hide the child lists. 	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.	display:none;	*/ }.listexpander li{	line-height:200%;		cursor:default;	text-indent: 30px;	font-weight:bold;	width:100%;	border-bottom: 6px solid #e3e3e3;	margin: 15px 0;}.listexpander li ul li {	border: none;	margin: 0;}.listexpander li.collapsed, .listexpander li.expanded{ cursor: pointer; } /* first level */.listexpander li { background: url(http://koko.pelli.co.uk/moments/_v2/_htdocs/images/listexpander/collapsed.gif) no-repeat 5px .4em; } .listexpander li.expanded{ background: url(http://koko.pelli.co.uk/moments/_v2/_htdocs/images/listexpander/expanded.gif) no-repeat 5px .4em; }/* second level */.listexpander li ul, .listexpander li li{ font-weight:normal; background: none;text-indent:0; padding-left: 15px; width: auto;}.listexpander li li.collapsed{ background: none;text-indent:0; padding-left: 15px; width: auto; } .listexpander li li.expanded{ background: none;text-indent:0; padding-left: 15px; width: auto; }/* 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 */