/* FAQ page */

.slide_post {
    margin-top: 5px;
    padding: 3px 10px 3px 15px;
}



.slide_category_questions, .slide_answer, #slideHideAllHandler {
	display: none;
}

.slide_answer {
  padding: 0 0 0 20px;
}


.slide_category_link {
    color: #2998d8;
    font-weight: bold;
    font-size: 14px;
    background:url(../images/arrow_white_big.gif) no-repeat 0 50%;
    padding: 0 15px 0 0;
}

.slide_category_link_active {
    color: #CB7930 !important;
    font-weight: bold;
    font-size: 14px;
    background: url(../images/arrow_orange_big_dw.gif) no-repeat 0 50%;
    padding: 0 15px 0 0;
}

.slide_question_link {
	font-size: 12px;
	font-weight: bold;
    margin: 0 0 0 20px;
	text-decoration: none;
}
.highlight {
	background-color: yellow;
}
#slideHeader {
	width: 100%;
}

#slideHeader table {
  line-height: 26px;
  margin-bottom: 20px;
}


#slideSearchText {
	width: 150px; 
	height: 19px; 
	margin: 0px 5px 0px 5px;
	font-size: 14px;
}
#slideHideAllHandler, #slideShowAllHandler {
	width: 55px;
	text-align: center;
}
