ul#categories { border-top: 1px solid #c3cfd9; margin: 0; padding: 0; }
ul#categories ul { margin: 0; padding: 0px; }
ul.sub { display: none; }
ul#categories li { margin: 0; padding: 0; list-style: none; }
ul#categories li a { display: block; max-width: 100%; padding: 10px 5px 10px 10px; font-size: 13px; background: #FCFCFC; color: #3f729b; border: 1px solid #c3cfd9; border-top: 0px !important; text-decoration: none; font-weight: 700; cursor: pointer; transition: all 150ms ease-out; -webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; }
ul#categories li.active a { background: #F1F2F4; }
ul#categories li:first-child a { border-top: 1px solid #c3cfd9; }
ul#categories li a.clicked { background: #F1F2F4; }
ul#categories li:first-child a { border-top: 1px solid #c3cfd9; }
ul#categories li a:hover { text-indent: 5px; }
#categories-list { width: 30%; margin-bottom: 20px; float: left; }
#questions { float: left; display: block; border: 1px solid #c3cfd9; padding: 10px 10px 40px; margin-left: 20px; width: 65%; }
.answer { margin-top: 10px; text-indent: 10px; color: #636363; }
#faq-questions { margin: 0; padding: 0; list-style: none; }
#faq-questions div a { cursor: pointer; }
#search-box { float: right; width: 65%; margin-right: 0px; margin-bottom: 34px; }
#searchform input { display: block; width: 80%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
#show_results { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; position: absolute; width: 44%; max-height: 200px; min-height: 30px; margin-left: 4px; }
#show_results #results a { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.not_found { padding: 5px; }