/*----------- FAQ Sample CSS ----------- */

.faq_q {
  margin-top:15px;
  padding:10px 20px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#404040;
  color:#fff;
  cursor:pointer;
font-size:16px;

}

.faq_a {
  margin:4px 0;
  padding:20px 20px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#eee;
}
.faq h4 {display:none;}

/* Stylesheet: FAQ module Modified On 2014-04-24 15:49:19 */
