/* 6.1 Start of Important notice */
#important_notice {
    background: #333;
    color: #fff;
    height: 60px;
    margin: 0 auto;
    visibility: visible;
    position: relative;
}

    #important_notice .date {
        border-right: 1px solid #666;
        font-size: 14px;
        font-weight: bold;
        float: left;
        margin: 14px 0 0 0px;
        width: 40px;
    }

        #important_notice .date span {
            float: left;
            font-size: 24px;
            margin: -3px 0 0 -2px;
        }

    #important_notice .footer_title {
        margin: 20px 0 0 12px;
        float: left;
    }

        #important_notice .footer_title a {
            color: #fff;
        }

    #important_notice > .wrapper{
        width: 1058px;
        margin: 0 auto;
        position: relative;
    }

/* Close button for closing important notice. */
.footer_menusub2 {
    color: #9D9D9D !important;
    background: url(../images/notice_close.png) no-repeat 155px 16px #333 !important;
}

/* Arrow for opening important notice. */
.footer_menusub1 {
    color: #FD3C0F !important;
    background: url(../images/footer_arrow.png) no-repeat 155px 17px #333 !important;
}
/* 6.1 End of Important notice */

/* 6.2 Start of footer drop-down - upward direction */
#footer_drop_down {
    position: absolute;
    right: 0px;
    margin: 15px 0 0 38px;
    font-size: 16px;
}

    #footer_drop_down .sbToggle {
        background: url(../images/footer_drop_down.png) no-repeat;
        right: 0;
        top: 0;
        height: 30px;
        width: 30px;
    }

    #footer_drop_down .select_text:link, #footer_drop_down .select_text:visited, #footer_drop_down .select_text:hover {
        padding: 0 12px 0 8px;
    }

    #footer_drop_down .sbSelector:link, #footer_drop_down .sbSelector:visited, #footer_drop_down .sbSelector:hover {
        color: #333;
        width: 265px;
    }

    #footer_drop_down .sbHolder {
        padding: 4px 10px;
    }

    #footer_drop_down .sbSelector {
        font-family: "TradeGothicW01-BoldCn20 675334", Arial Narrow, sans-serif;
    }

#footer_dropdown_list {
    display: none;
}

#footer_drop_down #dropdown {
    background: #fff;
    bottom: 30px;
    display: none;
    left: 0;
    position: absolute;
    overflow-y: scroll;
    max-height: 98px;
    width: 284px;
    font-family: "TradeGothicW01-BoldCn20 675334", Arial Narrow, sans-serif;
}

#footer_drop_down .sbOptions a {
    width: 254px;
    color: #333;
}

#footer_drop_down .sbHolder .sbOptions {
    font-weight: bold;
    text-transform: capitalize;
}
/* 6.2 End of footer drop-down - upward direction */

/* 6.3 Start of Footer navigation */
.footer-primary{
    background: #edf0f2;
    padding-top: 32px;
    padding-bottom: 42px;
}

.footer-primary > .wrapper{
    width: 1058px;
    margin: 0 auto;
    color: #797b7e !important;
}

.footer-primary > .wrapper > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    width: 192px;
}

.footer-primary > .wrapper > div > h6{
    font-family: "TradeGothicW01-BoldCn20 675334", Arial Narrow, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #797b7e;
    margin-bottom: 10px;
}

.footer-primary > .wrapper > div > a{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -0.5px;
    color: #797b7e;
    margin-bottom: 15px;
}

.footer-primary > .wrapper > div > a, .footer-primary-section-title{
    display: block;
}

.footer-address{
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.footer-address > div{
    margin-bottom: 4px;
}

#footer_elements {
    background: #1c1c1c;
    height: 45px;
    width: 100%;
    float: left;
}

    #footer_elements ul li {
        display: inline;
        font-size: 14px;
        text-transform: uppercase;
    }

        #footer_elements ul li a {
            border-left: 1px solid #383838;
            cursor: pointer;
            color: #A2A2A2;
            float: left;
            height: 33px;
            line-height: 14px;
            padding: 12px 8px 0;
            text-align: center;
            width: 90px;
        }

        #footer_elements ul li:first-child a {
            padding-left: 20px;
            text-align: left;
            width: 154px;
        }

        /*#footer_elements ul li:first-child + li + li a {
            height: 39px;
            line-height: 14px;
            padding-top: 6px;
        }*/

        #footer_elements ul li a.footerlioverride {
            height: 39px;
            line-height: 14px;
            padding-top: 6px;
        }

.footer-primary-section-title{
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #797b7e;
    margin-bottom: 4px;
}

.footer-itp-support{
    margin-bottom: 20px !important;
}

.footer-itp-support > a{
    color: #797b7e;
    display: block;
    margin-bottom: 4px !important;
}

.footer-icon-container{
    margin-top: 10px;
}

.footer-icon-container > a{
    margin-right: 10px;
}
/* 6.3 End of Footer navigation */
/* 6. End of footer block */