#main_content div.for_iebug { padding: 0 10px; }
#main_content h2 {
	width: 753px;
	height: 38px;
	background: url(/images/h2_faq.png) no-repeat;
	text-indent: -5000px;
}
#main_content h3 {
	margin-top: 10px;
	border-bottom: 1px dotted #8ec31f;
	color: #8ec31f;
	text-indent: 5px;
	font-size: 140%;
	font-weight: bold;
}

#faq_categories, 
#category_faqs { float: left; }

#faq_categories {
	width: 160px;
	padding-top: 50px;
}
#faq_categories span {
	color: #8ec31f;
	padding: 2px;
}
#faq_categories ul {
	width: 135px;
	border: 1px solid #8ec31f;
	border-left: none;
	border-right: none;
}
#faq_categories li {
	border-bottom: 1px dotted #8ec31f;
	line-height: 1.8;
	text-indent: 2px;
}
#faq_categories li a {
	display: block;
	width: 100%;
	height: 100%;
}
#faq_categories li.last { border-bottom: none; }

#category_faqs {
	width: 593px;
	padding-top: 5px;
}
#category_faqs li {
	padding-left: 20px;
	background: url(/images/faq_mini_q.png) no-repeat left center;
	line-height: 2;
}
#category_faqs li a {
	display: block;
	width: 100%;
}

#category_faqs dl {
	width: 100%;
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #8ec31f;
}
#category_faqs dt,
#category_faqs dd {
	padding-left: 45px;
}
* html #category_faqs dt,
* html #category_faqs dd {
	height: 45px;
}

#category_faqs dt {
	min-height: 45px;
	margin-bottom: 1em;
	background: url(/images/faq_q.png) no-repeat left 2px;
	font-size: 145%;
	line-height: 1.5;
}
#category_faqs dd {
	background: url(/images/faq_a.png) no-repeat left 2px;
}
#category_faqs .goto_list { text-align: right; }
#category_faqs .goto_list a {
	min-height: 15px;
	padding-right: 15px;
	background: url(/images/arrow_top.png) no-repeat right center;
	font-size: 85%;
	display: block;
}
