#footerWrapper-opodo {
    width: 750px;
    color: #999;
    font-size: 75%;
    font: 0.7em/1.2em verdana, arial;
    background-color: #fff;
    margin:30px 0 30px 0;
}
#footerWrapper-opodo p, #footerWrapper-opodo .secondary {
    color:#999
}

#footerWrapper-opodo .footerLogos {
    width: 145px;
    float: left;
}
#footerWrapper-opodo .footerPartnerLogos {
    width: 145px;
    float: left;
    margin:10px 0 0 0;
}
#footerWrapper-opodo .footerContent {
    width: 600px;
    float: right;
}
#footerWrapper-opodo .footerContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footerWrapper-opodo .footerContent .first {
    border: 0;
    padding-left: 0;
}
#footerWrapper-opodo .footerContent li {
    padding: 0 0.4em;
    font: 1em/1em verdana, arial;
    border-left: 1px solid #999;
    display: inline;
    line-height:1.3em;
}
#footerWrapper-opodo .footerContent li a {
    color: #900;
    text-decoration: none;
}
#footerWrapper-opodo .footerContent li a:hover {
    text-decoration: underline;
}


/********************************************/
/** duplicated from brand.css for partners **/
/********************************************/
#footerWrapper-opodo table {
    font: 1em/1.3em verdana, arial;
    color: #000;
    margin: 0.5em 0;
}
#footerWrapper-opodo hr.primary {
    border: 0;
    color: #900;
    background-color: #900;
    height: 2px;
}
#footerWrapper-opodo hr.secondary {
    border: 0;
    color: #666;
    background-color: #666;
    height: 1px;
}
#footerWrapper-opodo a.link-brand-primary {
    color: #900;
}
#footerWrapper-opodo .clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
