#faq .faqcontent, .faq .faqcontent
{
    margin: 0 10px 0 10px;
    font-size: 95%;
}

#faq .faqcontent p, .faq .faqcontent p
{
    text-align:justify;
    font-size:12px;
}

#faq h2.faqopened, #faq h2.faqclosed,
.faq h2.faqopened, .faq h2.faqclosed
{
    font-size:14px;
    cursor: pointer;
    padding: 0 0 0 15px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
    padding-bottom:15px;
}

#faq h2.faqclosed,
.faq h2.faqclosed
{
    font-size:14px;
    background: transparent url(collapsed.gif) no-repeat scroll 0 2px;
    padding-bottom:5px;
    padding-left:30px;
    font-weight:normal;
}

#faq h2.faqopened,
.faq h2.faqopened
{
    font-size:14px;
    background: transparent url(expanded.gif) no-repeat scroll 0 2px;
    font-weight:normal;
}

#profile h2.faqopened, #profile h2.faqclosed 
{
    cursor: pointer;
    padding: 0 0 5px 30px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
    font-size: 18px;

}

#profile h2.faqclosed { background: transparent url(collapsed.gif) no-repeat scroll 0 2px;}
#profile h2.faqopened { background: transparent url(expanded.gif) no-repeat scroll 0 2px;}

#profile .label
{
	font-weight: bold;
}
