/**
 * Faq page style
 *
 * @bottomBgFix
 * @manuals
 * @faq
 */

/*@bottomBgFix*/

#bottomBg{
    display: none;
}

/*@manuals*/

.manuals li{
    float: left;
    padding: 10px 0 10px 40px;
    margin-right: 30px;
}
.ios{
    background: url(/static/img/apple.png) no-repeat 0 center;
}
.android{
    background: url(/static/img/android.png) no-repeat 0 center;
}
.winphone{
    background: url(/static/img/win_m.png) no-repeat 0 center;
}
.mac{
    background: url(/static/img/mac.png) no-repeat 0 center;
}
.linux{
    background: url(/static/img/linux.png) no-repeat 0 center;
}
.win{
    background: url(/static/img/win.png) no-repeat 0 center;
}
.blackberry{
    background: url(/static/img/bb.png) no-repeat 0 center;
}

/*@faq*/

.faq{
    font-family: Arial, Helvetica, sans-serif;
}
.faq li{
    margin: 15px 0;
}
.faq h4{
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
    font-weight: normal;
    color: #BDBDBD;
    background: url(/static/img/ask.png) no-repeat 0 0;
    cursor: pointer;
}
.opened h4{
    background: url(/static/img/answer.png) no-repeat 0 0;
}
.faq p{
    display: none;
    color: #fff;
    padding-left: 30px;
}

