/*
 * FAQ Styles
 */
#faq {
  margin-top: 1.5em;
}
#faq .category {
  font-size: 1.6em;
  border-bottom: 1px solid #000000;
  margin: 0 0 1em 0;
  padding-bottom: 0.3em;
}
#faq ul {
  list-style: none;
  margin: 0 0 2.5em 0;
  padding: 0;
}
#faq ul li h5 {
  font-size: 1.4em;
  font-weight: bold;
  background:url(/img/question_q.gif) no-repeat #dee1e3;  
  margin: 0 0 1px 0;
  padding:15px 0 20px 80px;    
}
#faq ul li {
  margin-bottom: 1.5em;
}
#faq ul li div {
  font-size:1.3em;
  display:block;  
  overflow:hidden;
  background:url(/img/answer_a.gif) no-repeat;
  margin:0 0 11px 0;
  padding:10px 0 20px 63px;

}