/* @override 
	http://cnc.cccmedia.net/components/com_threecvideo/css/listexpander.css
	http://www.communitychristian.org/components/com_threecvideo/css/listexpander.css
*/

/*
	List Expander 
*/

.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.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%;
	margin-top:1px;
	cursor:default;
	font-weight:bold;
	width:98%;
	margin-left: 12px;
}

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

/* first level */

.listexpander li, .listexpander li.collapsed{
	background: #fff url(../images/collapsed.gif) no-repeat 5px 0.3em;} 
.listexpander li.expanded{
	background: #fff url(../images/expanded.gif) no-repeat 5px 0.3em;
}

/* second level */

.listexpander li ul, .listexpander li li{background:#fff;font-weight:normal;}
.listexpander li li.collapsed{background: #f8f8f8 url(../images/collapsed.gif) no-repeat 5px 0;} 
.listexpander li li.expanded{
	background:#f8f8f8 url(../images/expanded.gif) no-repeat 5px .4em;}

/* third level */

.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(../images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(../images/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

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

/* etc. */

.listexpander h4 {
	margin-left: 0;
	font-size: 15px;
	display: block;
	text-decoration: underline;
	padding: 3px 3px 3px 23px;
	line-height: 16px;
} 

li#bigidea_desc a img {
	border: 1px solid #333;
}

/* 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 */