@charset "utf-8";
/* CSS Document */
#faqs {min-height:400px; padding:10px 0px 0px 0px;}
#faqs #facIntroduction { margin:10px 0px 10px 0px; min-height:1px;clear:both;width:530px;}
#faqs .faqGroup{ width:558px; clear:both; display:block;}
#faqs .faqGroup .faqGroupTitleWrapper{ 
	background-color:#aeaef1; 
	width:558px;
	height:35px;
	margin-bottom:15px;
	display:none;
}
#faqs .faqGroup .faqGroupTitleContent{
	font-weight:bold;
	font-size:14px;
	color:#414040;
	padding:10px 0px 0px 13px;
}
#faqs .faqGroup .faq { width:530px; margin:0px 0px 23px 0px; height:auto; clear:both;}
#faqs .faqGroup .faq .faqTitle { width:530px; cursor:pointer; clear:both;}
#faqs .faqGroup .faq .faqTitle .faqTitleToggle{ 
	display:inline; 
	float:left; 
	width:21px; 
	height:15px; 
	
} 
#faqs .faqGroup .faq .faqTitle .faqTitleToggle img { margin-top:2px;}
#faqs .faqGroup .faq .faqTitle .faqTitleContent{ 
	display:inline; 
	float:left; 
	width:500px;
	clear:right;
	font-size:12px;
	font-weight:bold;
} 
#faqs .faqGroup .faq .faqContent { 
	display:none; 
	width:490px;
	margin:3px 0px 0px 23px;
	font-size:12px;
}

#faqs .faqBlockDivider{ width:490px;height:1px;clear:both; }
