#faq H1 {
	margin-bottom: 1px;
}	

#faq DIV#cate {
	background: url(/image/faq_cate_bg.gif) repeat-x top;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
	#faq DIV#cate H2 {
		background: url(/image/ico_faq.png) no-repeat 5px 10px;
		padding: 10px 10px 10px 25px;
		margin: 0px;
		font-size: 14px;
		color: #FF6600;
	}
	#faq DIV#cate UL.list {
		padding: 0px;
		margin: 0px 10px 0px 25px;
	}	
		#faq DIV#cate UL.list LI {
			background: url(/image/faq_cate_li.png) no-repeat 0px 7px;
			list-style: none;
			padding: 3px 0px 3px 12px;
			margin: 0px;
			border-top: 1px dashed #80B2CB;;
		}	
			#faq DIV#cate UL.list LI A:link,
			#faq DIV#cate UL.list LI A:visited {
				font-size: 12px;
				color: #006496;
				font-weight: normal;
				text-decoration: none;
			}	
			#faq DIV#cate UL.list LI A:hover {
				color: #006496;
				text-decoration: underline;
			}	
	
#faq DIV#answers {
	width: 519px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
	float: left;
	display: inline;
}
	#faq DIV#answers H2 {
		background: url(/image/ico_faq.png) no-repeat 0px 13px;
		padding: 10px 10px 0px 20px;
		margin: 10px 0px 0px 0px;
		font-size: 18px;
		color: #006496;
	}
	#faq DIV#answers H3 {
		background: none;
		padding: 0px 0px 2px 0px;
		margin: 30px 0px 10px 0px;
		font-size: 12px;
		color: #FF6600;
		border: 0px;
		border-bottom: 1px solid #D9E8EF;
	}
		#faq DIV#answers H3 A.top {
			background: url(/image/faq_top.gif) no-repeat;
			width: 16px;
			height: 16px;
			padding: 0px 0px 0px 0px;
			margin: 0px;
			float: right;
			display: block;
		}
			#faq DIV#answers H3 A.top SPAN {
				display: none;
			}

	
	