/* DESKTOP --------------------------------------------*/
@media only screen and (min-width: 900px) {

    #section-wrap {
        background: url(img/bg_account_menu.png) repeat-y scroll 0 0 transparent;
    }

    .infos #left {
        background: transparent url(img/bg_top_account_menu.png) 0 0 no-repeat;
        padding-top: 19px;
    }

    #infos-sidebar {
        background: transparent url(img/bg_account_menu.png) 0 0 repeat-y;
        width: 200px;
    }


    #infos-menu-item li {
        padding: 10px 0 0 0px;
        display: block;
        height: 36px;
        line-height: 46px;
    }

    .infos-menu-link {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        display: block;
        padding-left: 15px;
        height: 28px;
        line-height: 24px;
    }

    #infos-menu-item li.activ {
        background: transparent url(img/bg_account_selected.png) 0 0 no-repeat;
    }

    h2 {
        font-size: 21px;
        padding: 20px 0;
        color: #ff9900;
    }

    .infos-content h3 {
        font-size: 16px;
        padding: 15px 0 3px 0;
        border-bottom: 1px solid #ff9900;
        margin-bottom: 3px;
    }

    .infos-content h4 {
        font-size: 13px;
        padding: 5px 0;
    }

    .infos-content p {
        font-size: 12px;
        padding: 1px;
    }

    .infos-content ul {
        list-style-type: disc;
        padding: 3px 20px;
        font-size: 12px;
    }

    .infos-content ol {
        list-style-type: decimal;
        padding: 3px 20px;
        font-size: 12px;
    }

    .infos-content dl {
        padding: 3px 20px;
        font-size: 12px;
    }

    .infos-content dt {
        font-weight: bold;
    }


    #infos-menu-item {

    }


}

/* MOBILE --------------------------------------------*/
@media only screen and (max-width: 899px) {

    #left {
        display: none;
    }

    .infos-content {
        margin-bottom: 30px;
    }

}