.faq_category_questions, .faq_answer, #faqHideAllHandler {
    display: none;
}
.faq_category_link {
    font-size: 20px;
    color: #009ddc;
    text-decoration: none;
    font-family:Verdana;
    padding:20px 0 10px;
    display:inline-block;
}
.faq_category_link,
.faq_question_link {
    /*padding: 5px 0px;
    display: block;*/
}
/*.faq_answer {
    padding: 10px;
}*/
.faq_question_link {
    /*font-size: 12px;
    font-weight: bold;
    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;
}
.faq_answer{
    line-height:18px;
    color:#444444;
    font-size:13px;
    padding-left:10px;
}
