#faqBoxes > section {
    background: url(/img/faqBg.png);
    padding: 7px 15px;
    margin-bottom: 5px;
}

#faqBoxes > section.close {
	cursor: pointer;
}

#faqBoxes > section .subTitle {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
    color: #3a7982;
	cursor: pointer;
}

#faqBoxes > section .subTitle a {
    text-decoration: none;
    float: left;
    color: #3a7982;
    font-size: 14px;
    font-family: arial;
}

#faqBoxes > section .subTitle span {
    width: 79%;
    float: right;
}
    

#faqBoxes > section.close .subTitle span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#faqBoxes > section .textArea {
    color: #6b6868;
}

#faqBoxes > section .ansTitle {
font-weight: bold;
    margin-bottom: 7px;
    display: block;
    color: #75cdd9;
}

#faqBoxes > section.close .body {
    display: none;
}