#faq_box {
	margin: 0 0 24px 0;
    padding: 0;
	width: 220px;
	float: left;
	overflow: hidden;
}
#faq_box h3 {
	background: url("pic/rightbox_header.gif") 0 0 no-repeat;
    height: 25px;
    padding: 15px 14px 0;
    width: 192px;
	text-decoration: none;
	margin: 0;
}
#faq_box .content {
	background: url("pic/rightbox_content.gif") 0 0 repeat-y;
	padding: 10px 12px 0;
    width: 196px;
}
#faq_box ul {
	padding: 0 0 0 15px;
	margin: 0;
}
#faq_box ul li, #faq_box p {
	font-size: 12px;
	font-weight: bold;
	/*padding: 10px 14px 0;*/
	margin: 0 0 10px 0;
}
#faq_box ul li a, #faq_box p a {
	color: #000;
}
#faq_box ul li a:hover, #faq_box p a:hover {
	color: #666;
}
#faq_box a{
	text-decoration: none;
}
#faq_box a:hover{
	color: #888;
}
#faq_box .faq_link {
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 0;
}
#faq_box .faq_link a {
	color: #5B7605;
}
#faq_box .faq_link a:hover {
	color: #888;
}
#faq_box .box_footer {
	background: url("pic/rightbox_footer.gif") 0 0 no-repeat;
	width: 220px;
	height: 25px;
}