@charset "utf-8";

/* CSS Document */
/**************************************************************/
/**************************************************************/
.content{
    font-size: 15px;
    color: #525252;
}
.content img {
    max-width: 100%;
    height: auto !important;
}
.content:after{
    content: '';
    display: block;
    clear: both;
}
.faq-item{
    list-style: none;
    width: 950px;
    padding: 5px 15px;
    border: 1px solid #CCCCCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    margin-bottom: 30px;
}
.faq-item.active{
    background: url(../images/faq/bg.jpg);
}
.faq-question{
    font-size: 16px;
    color: #4C4C4C;
    font-weight: bold;
    background: url(../images/faq/list.png) bottom repeat-x;
    padding: 10px 15px 10px 50px;
    position: relative;
}
.faq-question .icon{
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url(../images/faq/icon.png)left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.faq-answer{
    font-size: 14px;
    color: #19469A;
    position: relative;
    padding: 10px 15px 10px 50px;
}
.faq-answer .icon{
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url(../images/faq/icon.png)left bottom no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}