/*FAQ Tastic*/

        ol.faq {
                list-style: none;
        }
        ol.faq li {
                list-style: none;
        }
        ol.faq li:hover {
                background-color: transparent;
                background-image: none;
        }
        ol.faq h3 {
                padding-top: -10px;
                font-size: 12px;
                font-weight: normal;
                cursor:  pointer;
        }
        ol.faq div.answer {
                display: none;
                padding-left: 30px;
        }
        ol.faq div.answer p {
                font-size: 12px;
                margin-bottom: 5px;
        }

        ol.faq div.answer li {list-style-image: url('images/bullets/i.gif');} 

        ol.faq div.answer li li {list-style-image: url('images/bullets/diamond.gif');}

        ol.faq div.faq_approve {
                display: none;
        }
		
	
	ol.faq h3 {
        padding-left:20px;
        background: url(/wp-content/themes/rikvinsingapore/images/bullets/open.gif) top left no-repeat;
		}
		
	l.faq h3.active {
        background: url(/wp-content/themes/rikvinsingapore/images/bullets/close.gif) top left no-repeat;
		}
