@charset "UTF-8";

/* ================================================================

CSS Information

 File name:      about.css
 Summary:        for faq page styles (/faq/)
 Last update:    2010-05-04

================================================================ */

#main h4.Question {
	background: url(/img/faq/bg_question_open.gif) no-repeat left top;
	height:30px;
	padding-top:10px!important;
	padding-left:20px!important;
	margin-bottom:0px!important;
	margin-top:0px!important;
	color:#FFFFFF;
	font-weight: normal;
}
#main h4.Question a{
	color:#FFFFFF;
	text-decoration:none;
}
.Answer {
	background: url(/img/faq/bg_answer.gif) 0px 0px;
	margin: 0 15px;
	padding:10px 20px 20px 10px;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
/*	display:none; */
}
.faq {
	margin-bottom:10px;
}
.section{margin: 0;padding: 0;}
