/* CSS FOR BROWSBOX 2.0 - FAQ */
/* -------------------------- */

div.overview_faqcat_niv_1_closed, .overview_faqcat_niv_1_open { background: url("../images/cat-faq.gif") no-repeat 0 5px; margin: 10px 0 4px 0px; padding: 1px 0 0 15px; }
div.overview_faqcat_niv_1_open { background: url("../images/cat-faq-open.gif") no-repeat 0 5px; }
div.overview_faqcat_question a { margin: 8px 0 0 0; color: #666; text-decoration: none; }
div.overview_faqcat_question a:hover {	color: #666; text-decoration: underline; }
div.overview_faqcat_question {	margin-left: 25px; background: url("../images/faq-bar.gif") no-repeat top left;	padding: 1px 0 0 15px;	line-height: 19px; }

div.faq_detail_question { margin: 15px 0 10px 0; padding: 0 0 5px 0; font-size: 12px; color: #666; font-weight: bold; }
div.faq_detail_question h2 { margin-bottom: 0px; }
div.faq_detail_answer {	margin-bottom: 30px;}

/* SUBITEMS LIST */
div#cont .faqtree { margin:0px;padding:0px; }
div#cont .faqtree ul { margin: 0 0 0 20px; padding-left:0px; display:none; /* Initially hide sub nodes */ }
div#cont .faqtree li { list-style-type:none; list-style-image: none; vertical-align:middle; background: none; margin: 0px; }

div#cont .faqtree li a { text-decoration:none; padding-left: 2px; color: #666; }
div#cont .faqtree li.faqtree_question {	background: url("../images/faq-bar.gif")  no-repeat top left; padding: 1px 0 0 10px; line-height: 19px; }
div#cont .faqtree li.faqtree_question a { padding: 0px;color: #FF6600; }
div#cont ul#faqtree a.faq-subcat { padding: 0 0 4px 8px; /*text-decoration: underline;*/ }
div#cont .faqtree li a.faq-cat { margin: 10px 0 4px 5px; color: #666; text-decoration: none; }
div#cont .faqtree li a.faq-subcat { margin: 10px 0 4px 0px; color: #666; text-decoration: none; }
