/* CSS FOR THERMEN LONDERZEEL - FAQ */
/* -------------------------------- */

div.faq_detail_question { margin: 15px 0 10px 0; padding: 0 0 5px 0; font-size: 12px; color: #333; 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: #333; }
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: #666; }
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: #333; text-decoration: none; }
div#cont .faqtree li a.faq-subcat { margin: 10px 0 4px 0px; color: #333; text-decoration: none; }
div#cont .faqtree a:hover { text-decoration: underline; }

div#faq_detail_navigation { text-align: center; }
