/* faq: */
.faq { padding: 0 13px; }
.faq H4 { float: left; clear: left; margin: 15px 0 0; padding: 0 0 0 23px; color: #666; cursor: pointer; }
.faq H4.hide { background: url(mark_hideTitle.gif) no-repeat; background-position: 0 1px; }
.faq H4.show { background: url(mark_showTitle.gif) no-repeat; background-position: 0 5px; }
.faq H5 { margin: 0; padding: 0; color: #CC0000; font-size: 100%; font-weight: bold; cursor: pointer; }

.faq UL.hide, .faq UL.show { clear: both; margin: 0 0 0 23px; padding: 10px 0 0; list-style: none; }
.faq UL LI.hide, .faq UL LI.show { margin-bottom: 7px; padding-left: 23px; }
.faq UL LI.hide { background: url(mark_hide.gif) no-repeat; background-position: 0 1px; }
.faq UL LI.show { background: url(mark_show.gif) no-repeat; background-position: 0 5px; }
.faq UL.hide, .faq LI.hide DIV { display: none; }
.faq UL.show, .faq LI.show DIV { display: block; }

.neo-clr{clear: both}