.faq-wrapper{
    font-style:none; 
    font-weight:bold;
    margin-bottom:12px;
}

.faq-question-wrapper {
  font-weight: 800;
  margin-bottom: 8px;
}

.faq-answer-wrapper{
    font-weight:normal;
    font-style:normal;
}

.faq-toc-list{
    margin-bottom:10px;
}

.faq-toc-list a,
.faq-list a{

}


ul.faq-list-items li {
    list-style:square;
    margin-left:15px;
}

.faq-category-wrapper h2 {
    margin-top:20px;
}

#faq-submit {
    float:left;
    width:100%;
    margin-top:15px;
}

#faq-submit a {
    background: url("/templates/front/images/buttons/submit-background.gif") repeat-x scroll 0 0 #CCCCCC;
    color: #333333;
    font-weight: bold;
    padding:2px 4px;
    border-right:2px solid #8c8c8c;
    border-bottom:2px solid #8c8c8c;
    border-top:2px solid #FFF;
    border-left:2px solid #FFF;
    text-decoration:none;
}

#faq-submit a:hover {
    color:#000;
}