﻿.set-body {
    min-height: 600px;
}

    .set-body > div {
    }

.container-left {
    background-color: #ececec;
    height: 1024px;
}

    .container-left > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 600px;
    }

        .container-left > ul > li {
            padding: 10px 10px 0 10px;
        }

            .container-left > ul > li > a {
                display: block;
                color: #626262;
                text-decoration: none;
                padding: 10px;
                background-color: #ffffff;
                border-radius: 5px;
                vertical-align: sub;
            }

                .container-left > ul > li > a:hover {
                    color: #ff6a00;
                    text-decoration: underline;
                }

                .container-left > ul > li > a > i {
                    display: inline-block;
                    width: 25px;
                    height: 25px;
                    font-size: 20px;
                    text-align: center;
                    line-height: 25px;
                    vertical-align: central;
                    margin-right: 15px;
                }

.container-left-bottom {
    position: fixed;
    bottom: 85px;
    height: 50px;
    min-width: 200px;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #333333;
    color: #FFFFFF;
    height: 60px;
    margin: 0 auto;
    padding: 8px 0;
}

    footer a {
        color: #ffffff;
        font-size: 12px;
    }

    footer > .other-logos a {
        margin-right: 15px;
    }

    footer > .other-logos img {
        width: 40px;
        height: 40px;
        border-width: 0;
        border-radius: 3px;
    }

    footer > .footer-text {
        width: 750px;
        margin: 0 auto;
        text-align: left;
        margin-top: 0;
        background: url(/images/footer/footer_icon.png) no-repeat;
        padding-left: 86px;
        padding-top: 3px;
        height: 45px;
        color: #AEAEAE;
    }
