/* @override http://qoqa2/css/faq.css */

#faq  {
}
#faq dd {
    margin-bottom : 10px;
    border: none;
    margin: 0px;
    padding: 10px;
    overflow: hidden;
}
#faq dt {
    cursor:pointer;
    display:block;
    padding:5px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #ec2d94;
}
#faq dt:hover {
    color: #white;
    background-color: #eb7bb8;
}
#faq dt.selected {
    color: white;
    background-color: #eb7bb8;
}