#help_center {
	border:1px solid #c6c6c6;
	width:557px;
	padding:10px 14px 0;
	}

#help_center h2 {
	background:url("http://www.afkloot.com/img/need_assistance.gif") left top no-repeat;
	font-family:Tahoma;
	font-weight:normal;
	font-size:18px;
	color:#222;
	padding-left:32px;
	height:25px;
	line-height:25px;
	margin-bottom:4px;
	}

#help_center h3 {
	font-family:Tahoma;
	font-size:14px;
	color:#222;
	}


#help_center ul.group {
	padding-bottom:25px;
	}

#help_center li {
	list-style:none;
	padding-top:6px;
	}

#help_center li a.question {
	background: url("http://www.afkloot.com/img/li_marker.gif") left no-repeat;
	padding-left:19px;
	text-decoration:none;
	font-weight:bolder;
	margin-left: 20px;
	font-size: 8pt;
	}

#help_center li.open a.question:hover {
	color:#3070ca;
	font-size: 8pt;
	}

#help_center li.open a.question {
	color:#252525;
	font-size: 8pt;
	}

#help_center li.open ul {
	display:block;
}
#help_center li.closed ul {
	display:none;
}
#help_center li ul {
	display:none;
	padding-left:19px;
}

#help_center li.answer {
	font-size: 	10pt;
	margin-left: 	15px;
	}

#help_center li.answer a,
#help_center li.answer a:hover {
	font-size: 10pt;
	margin:	0px;
	padding: 0px;
	}



