@charset "utf-8";
/* CSS Document */

#faqList {
	list-style: none;
	margin: 0 auto 45px auto;
	width: 850px;
	font-size: 1.2em;
	line-height: 180%;
}
#faqList li {}
#faqList li h5 {
	margin: 15px 0;
	padding: 5px 0 15px 25px;
	color: #396;
	border-bottom: 1px solid #eee;
}
.faq li { background: url(../images/bg_ask_icon.gif) 0 10px no-repeat; }
.new li { background: url(../images/bg_exam_icon.gif) 0 6px no-repeat; }

#sidebar { background: url(../images/bg_reg_chat.jpg) 160px 15px no-repeat; }
#sidebar h3 {
	height: 70px;
	line-height: 70px;
	color: #930;
	}
#sidebar h4 { padding: 15px 0; }
.faqList { list-style: none; }
.faqList li {
	padding-left: 25px;
	line-height: 25px;
	font-size: 1.2em;
	background: url(../images/bg_list_point.jpg) 10px 10px no-repeat;
	}
.faqList a { color: #000; }
.faqList a:hover { color: #f60; }

#main .faqContent {
	padding: 15px 40px;
	width: 580px;
	font-size: 1.2em;
	line-height: 180%;
	}
.faqContent h3 { color: #c93; }