.faq_category_questions, .faq_answer, #faqHideAllHandler {
    display: none;
}
.faq_category_questions {
    margin-bottom: 15px;
}
.faq_category_link {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.faq_category_link,
.faq_question_link {
    padding: 0 0 5px 0;
    display: block;
}
.faq_question_link { 
    
}
.faq_answer {
    padding: 10px  ;   
    
}
.faq_question_link {
    font-size: 13px;
    font-weight: bold;
    color: #0076A3;
    text-decoration: none;
}
.highlight { 
    background-color: yellow;
}
#faqHeader {
    width: 100%;
}
#faqSearchText {
    width: 150px;
    height: 19px;
    margin: 0px 5px 0px 5px;
    font-size: 14px;
}
#faqHideAllHandler, #faqShowAllHandler {   
    float: left;
    text-align: center;
    font-weight: bold;
}
.faq_box {
  margin: 0 10px 0 10px;
  padding-top: 10px;
}
.faq_answer {
   border-bottom: 1px solid #ccc; 
   padding: 0 15px 15px; 
}

