/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/faq.php
--------------------------------------------------------------- */
span.faqOverviewSubject{
	font-family: "Arial";
	color:#444444;
	font-weight: bold; 
	font-size: 11px; 
	line-height:16px;
}
a.faqOverviewLink{
	font-family: "Arial";
	color: #990000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:16px;
}
a.faqOverviewLink:hover{
	font-family: "Arial";
	color: #990000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:underline;
	line-height:16px;
}
span.faqDetailsSubject{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 11px; 
	line-height:16px;
}

.faqDetailsQuestionNumber {
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 13px; 
	text-decoration:none;
	line-height:19px;
}
.faqDetailsQuestion {
	font-family: "Arial";
	color:#000000;
	font-weight: bold; 
	font-size: 13px; 
	text-decoration:none;
	line-height:19px;
}
.faqDetailsReadMore {
	font-family: "Arial";
	color:#3e3e40;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
.faqDetailsAnswer {
	font-family:"Arial";
	color:#000000;
	font-weight: normal; 
	font-size: 12px; 
	line-height:18px;
	display:block;
}
.faqDetailsAnswerHidden {
	font-family:"Arial";
	color:#707173;
	font-weight: normal; 
	font-size: 12px; 
	line-height:18px;
	display:none;
}
a.faqDetailsBackToTop{
	font-family: "Arial";
	color: #990000; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:16px;
}
a.faqDetailsBackToTop:hover{
	font-family: "Arial";
	color: #990000;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:underline;
	line-height:16px;
}

