#help {
    padding-bottom: 100px;
}

    #help .page-title .title {
        font-size: 48px !important;
        font-family: 'Cambria';
        font-weight: bold;
        padding-bottom: 30px;
        margin-left: 0;
    }

    #help .search-form {
        width: 100%;
        height: 28px;
    }

.search-btn {
    width: 30px;
    margin: -45px 0px 0px 0px;
    left: 100%;
    position: relative;
    margin-right: 20px;
}

.s-form-wrap {
    width: 460px;
    display: inline-block;
    margin-right: 50px;
}

.search-btn:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    margin: -8px 0px 0px 5px;
    background: url('../imgs/search-icon.png') no-repeat;
}

.no-found {
    position: relative;
    display: inline-block;
    top: 7px;
}

.contact-us {
    color: #fe6700;
    text-decoration: underline;
}

    .contact-us:hover {
        text-decoration: none;
    }

#left_menu {
    float: left;
    width: 250px;
    height: auto;
}

.qa {
    width: 81%;
    float: left;
}

.question {
    color: #fe6700;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 30px;
}

    .question:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: black;
        position: absolute;
        margin: 6px 0px 0px -10px;
        transition-duration: .2s;
    }

    .question.fade-in:before {
        transform: rotate(90deg);
        margin: 8px 0px 0px -13px;
    }

    .question:hover {
        text-decoration: none;
    }

.answer {
    margin-left: 100px;
    font-size: 16px;
    display: none;
}

    .answer p {
        line-height: 25px;
        margin-top: 30px;
    }

    .answer span {
        line-height: 25px;
        margin-top: 3px;
    }



/*--------------------- Left menu ---------------------*/
.catagories_header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #393939;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #d3d3d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#d3d3d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#d3d3d3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#d3d3d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #dfdfdf;
}

.left_catagories {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    color: #595959;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #ebedec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ebedec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#ebedec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#ebedec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#ebedec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#ebedec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ebedec',GradientType=0 ); /* IE6-9 */
    border: 1px solid #dfdfdf;
}

    .left_catagories:hover {
        background: #fafafa; /* Old browsers */
        background: -moz-linear-gradient(top, #fafafa 0%, #bfbfbf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fafafa 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fafafa 0%,#bfbfbf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fafafa 0%,#bfbfbf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fafafa 0%,#bfbfbf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
    }

.selected_catagory {
    background: url(/Web_Images/left_menu_hover.png) no-repeat;
    width: 250px;
    height: 38px;
    clear: left;
    border: none;
    color: #fff;
    z-index: 100;
    float: left;
    line-height: 35px;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
}

.cat_header {
    width: 700px;
    float: left;
    height: 40px;
    margin-left: 5px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #393939;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #d3d3d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#d3d3d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#d3d3d3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#d3d3d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #dfdfdf;
}

.right_catagories {
    width: 705px;
    float: right;
    height: 40px;
    margin-left: 40px;
    margin-right: 6px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    color: #595959;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #ebedec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ebedec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#ebedec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#ebedec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#ebedec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#ebedec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ebedec',GradientType=0 ); /* IE6-9 */
    border: 1px solid #dfdfdf;
}
