#faq {
    width: 400px;
}

#faq .faqcontent {
    margin: 0 10px 0 10px;
    font-size: 11px;;
  /*  padding-bottom:15px; */
}
#faq .faqcontent p{
    text-align:left;
    font-size:11px;
}
#faq h4.faqopened, #faq h4.faqclosed {
    cursor: pointer;
    padding: 0 0 0 15px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
    padding-bottom:15px;
    font-size:12px;
}
#faq h4.faqclosed:hover {
    color: #437CC4;
    font-size:12px;
}
#faq h4.faqclosed {
    color: #5c7f93;
    background: transparent url(collapsed.jpg) no-repeat scroll 0 2px;
    padding-bottom:5px;
    font-size:12px;
    font-weight:normal;
}
#faq h4.faqopened {
    color: #437CC4;
    background: transparent url(expanded.jpg) no-repeat scroll 0 2px;
    font-size:12px;
    font-weight:normal;
}