@charset "utf-8";
/* CSS Document */

footer {
    width:100%;
/*  max-width:840px; */
    margin:0 auto;
    padding:0;
    background-color: #b3b2b8;
}

footer ul {
    margin:0;
    padding:19px 0;
    border-top:1px solid #666666;
    border-bottom:1px solid #dddddd;
}

footer.flyerTop  {
    background-color:#ffffff;
}

footer.flyerTop  ul {
    border-top:none;
}

footer li {
    display:inline;
    border-left:1px solid #999999;
    font-size:14px;
}

footer li:first-child {
    border-left:none;
}

footer ul li a {
    color: #000000;
    padding: 0 17px 0 19px;
    text-decoration: none;
}
footer ul li a:hover {
    color: #666666 !important;
    text-decoration: none !important;
}

/*small*/
footer p {
    color: #dadbdd;
    margin: 0 !important;
    padding: 9px 0 !important;
}

footer.flyerTop p {
    color:#1a2990;
}
