#faqList {
	display: none;
}

#faqList dd, #faqList dt {
	margin:0;
	padding:0;
} 
#faqList dt {
	background: url('/assets/images/bg_li_fall.gif') 0px 3px no-repeat;
	margin:3px 8px;
	padding:0px 0px 0px 15px;	
}
#faqList dd {
	color: black;
	padding: 0 0 10px 35px;
	width: 400px;
}

#faqList .open a {
	/*background: url('../images/faqopen.gif') center left no-repeat;*/
}
#faqList .closed a {
	/*background: url('../images/faqclosed.gif') center left no-repeat;*/
}

#faqList .showItem {
	position:relative;
	top:0;
}
#faqList .hideItem {
	top:-9999px;
	position:absolute;
}

