
@charset "utf-8";
.faq_title {
    background:url(../images/faq-bg.jpg) 0 -33px no-repeat;
    color: #14293D;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 5px 0;
    padding: 5px 5px 5px 60px;
   /* width: 640px;*/
}
.on_faq {
    background:url(../images/faq-bg.jpg) no-repeat;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 5px 5px 60px;
   /* width: 645px;*/
}
.over_faq {
    background:url(../images/faq-bg.jpg) no-repeat;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 5px 5px 60px;
   /* width: 640px;*/
}
.faq_content {
	background:url(../images/faq-content-bg.jpg) repeat-x bottom; 
    padding:10px; margin-top: 5px;padding-bottom:15px; 
	/*width:650px; */
}
.faqExpandAll {
    display: block;
    height: 25px;
}
.expandBtn {
   color: #333333;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding-left: 25px;
    text-align: right;
    width: 65px;
}
.collapseBtn {
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding-left: 25px;
    text-align: right;
    width: 68px;
}
.contentContainer {
    color: #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}