/* @override http://l:3002/stylesheets/footer.css */

.rp_footer {
    background: #191919;
    text-align: left !important;
    clear: all;
}

    .rp_footer ul {
        list-style-type: none;
        display: block;
        float: left;
        margin: 10px 0 25px 0;
        padding: 0 30px;
        border-right: solid 1px #303030;
    }

        .rp_footer ul li a{
            color: #BEBEBE;
            font-size: 14px;
            text-decoration: none;
        }

        .rp_footer ul li a:hover {
            color: #E9E9E9;
        }

    .rp_footer_top {
        background: url('/images/footer/rp_footer_top.png') repeat-x;
        height: 17px;
        overflow: hidden;
    }

        .rp_footer_top_left {
            height: 17px;
            background: url('/images/footer/rp_footer_top_left.png') no-repeat;
        }

            .rp_footer_top_right {
                width: 22px;
                height: 17px;
                background: url('/images/footer/rp_footer_top_right.png') no-repeat;
                float: right;
            }

    .rp_footer_bottom {
        clear: left;
        height: 30px;
        overflow: hidden;
        background: url('/images/footer/rp_footer_bottom.png') repeat-x;
    }

        .rp_footer_bottom_left {
            height: 30px;
            background: url('/images/footer/rp_footer_bottom_left.png') no-repeat;
            color: #626262;
            font-size: 13px;
            text-shadow: #000 0 -1px;
            padding-top: 6px;
            padding-left: 10px;
            width: 700px;
            float: left;
        }

            .rp_footer_bottom_left a{
                color: #C30069;
                text-decoration: none;
            }

        .rp_footer_bottom_right {
            height: 30px;
            background: url('/images/footer/rp_footer_bottom_right.png') right top no-repeat;
            text-align: right;
            float: right;
            position: relative;
            top: 0px;
            padding: 6px 10px 0 0;
            /**
             * Length of the button
             */
            width: 120px;
        }

            .rp_footer_b2t {
                background: url('/images/footer/rp_footer_b2t_left.png') no-repeat;
                padding-left: 5px;
                display: block;
                height: 22px;
                overflow: hidden;
                position: relative;
                top: -1px;
                text-decoration: none;
            }

                .rp_footer_b2t_center {
                    background: url('/images/footer/rp_footer_b2t.png') repeat-x;
                    height: 22px;
                    text-align: center;
                    padding-top: 5px;
                    color: #717171;
                    text-shadow: #FFF 0 1px;
                    font-size: 13px;
                }
                    .rp_footer a:hover .rp_footer_b2t_center {
                        color: #454545;
                    }

                .rp_footer_b2t_right {
                    float: right;
                    background: #1B1B1B url('/images/footer/rp_footer_b2t_right.png') no-repeat;
                    height: 22px;
                    width: 5px;
                }
                
.footer_ul_left {
  float: left;
  width: 450px;
}      

.footer_ul_right {
  float: right;
  width: 500px;
  /*margin-right: 20px;*/
  color: #296CBE;
}

.footer_lastlist {
  border: none !important;
}

  .footer_ul_right a {
    text-decoration: none;
    color: #3783E2 !important;
  }
  
    .footer_ul_right a:hover {
      text-decoration: underline;
    }