.faq_category_questions, .faq_answer, #faqHideAllHandler {
	display: none;
}
.faq_category_link {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.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;
    border: 1px solid #A5ACB2; padding: 2px 4px;
}
#faqHideAllHandler:hover, #faqShowAllHandler:hover, #faqSearchHandler:hover {
	color: #fff;
}

#faq {
  padding: 20px;
}


.faq_category_questions {
  padding: 0 0 0 20px;
  width: 480px;
}

.faq_answer {
  width: 490px;
}


