/*
	List Expander 
*/

.listexpander,
.listexpander2{
	width:660px;
}
.listexpander,
.listexpander2, 
.listexpander ul,
.listexpander2 ul, 
.listexpander li,
.listexpander2 li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul,
.listexpander2 ul{
	float:left;
	width:660px;
	/*
	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,
.listexpander2 li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	font-weight:bold;
	width:100%;
}
.listexpander li.first{
	background:url(../graphics/section1.gif) no-repeat;
}
.listexpander2 li.first{
	background:url(../graphics/faq-section1.gif) no-repeat;
}
.listexpander li.collapsed,
.listexpander2 li.collapsed, 
.listexpander li.expanded,
.listexpander2 li.expanded{
	cursor:pointer;
} 

/* first level */

.listexpander li,
.listexpander li.collapsed{
	background:url(../graphics/section1.gif) no-repeat; 
}
 
.listexpander2 li,
.listexpander2 li.collapsed{
 	background:url(../graphics/faq-section1.gif) no-repeat; 
}
 
.listexpander li.expanded{
	background:url(../graphics/section1-close.gif) no-repeat;
} 

.listexpander2 li.expanded{
	background:url(../graphics/faq-section1.gif) no-repeat;
} 

.listexpander li p{
	text-indent:-9999px;
	overflow:hidden; 
	padding:0!important;
}

.listexpander2 li p{
	padding:0 0 0 10px!important;
}
/* second level */

.listexpander li ul,
.listexpander2 li ul{
width:650px; background:#f8f8f8;font-weight:normal; padding:5px 5px 5px 5px; line-height:15px;} 
.listexpander li li,
.listexpander2 li li{ width:620px; background:#f8f8f8;font-weight:normal; padding:5px 5px 5px 20px; line-height:15px;}

.listexpander li li.collapsed,
.listexpander2 li li.collapsed{background:#f8f8f8 url(../graphics/collapsed.gif) no-repeat 2px 5px;} 

.listexpander li li.expanded,
.listexpander2 li li.expanded{background:#f8f8f8 url(../graphics/expanded.gif) no-repeat 2px 5px;}

.listexpander2 li.ticks{
	padding:10px 0 10px 30px;
}

.listexpander2 li.ticks p {
	background:url(../graphics/plus.gif) no-repeat 0 4px;
	padding:0 0 0 15px !important;
	line-height:20px;
}

/* third level */

.listexpander li li ul,
.listexpander2 li li ul,
.listexpander li li li,
.listexpander2 li li li
{width:550px;}

.listexpander li li li.collapsed,
.listexpander2 li li li.collapsed{background:#fff url(../graphics/collapsed.gif) no-repeat 5px .4em;} 

.listexpander li li li.expanded,
.listexpander2 li li li.expanded{background:#fff url(../graphics/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander li li li li,
.listexpander2 li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander,
p.listexpander2{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a,
p.listexpander2 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,
p.listexpander2 a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after,
.listexpander2 li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li,
.listexpander2 li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li,
* html .listexpander2 li{
	height: 1%;
}
.listexpander li,
.listexpander2 li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
li.forecast {
	text-align:center;
}