﻿.footerT {
    border-top: 1px #dadada solid;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.footer_txtL {
    width: 480px;
    float: left;
    line-height: 20px;
    margin-right: 20px;
    color: #666;
}

.footer_txtR {
    width: 460px;
    float: right;
    line-height: 20px;
    color: #666;
}

.footerD {
    width: 960px;
    border-top: 3px #ff7d00 solid;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    color: #7e7e7e;
    text-decoration: none;
}

.footerDL {
    width: 960px;
    float: left;
    line-height: 24px;
    text-align: center;
}

    .footerDL li a:link {
        color: #7e7e7e;
        text-decoration: none;
    }

    .footerDL li a:visited {
        color: #7e7e7e;
        text-decoration: none;
    }

    .footerDL li a:hover {
        color: #7e7e7e;
        text-decoration: underline;
    }

    .footerDL li a:active {
        color: #7e7e7e;
        text-decoration: underline;
    }

    .footerDL ul {
        height: 30px;
        padding-left:150px;
    }

    .footerDL li {
        padding: 0px 10px;
        line-height: 30px;
        float: left;
    }

.footerDR {
    width: 960px;
    float: right;
    line-height: 22px;
    text-align: center;
}
