/* ----------- FAQs styles required for FAQs list and Answer Pages ----------- */
 .faqs{
  border: 1px solid #666;
  font-weight:normal;
  color: #000;
  margin-top:10px;
  margin-bottom: 20px;
  width:95%;
  font-size: 90%;}
 
 .faqs_header{
  padding: 2px;
  background-color:#ccc;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #666;}
  
 .faqs_header h2{
  font-size: 110%;
  color:#333;
  margin-top:0;
  margin-bottom:0;} 
 
 .question, .question a{
  padding: 2px;
  color: #666;
  text-decoration:none;}
 .question a:hover{
  color: #9c6;
  text-decoration:none;}
 
 .questions_header{
  padding: 2px;
  background-color:#666;
  width:100%;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #666;}
