/*
 * The file retailer_{retailer_id}.css is used on every consumer facing page for the retailer.
 */
/*
.pdf_ads_list ul li a {
    padding: 15px 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #999 #666 #666 #999;
    border-radius: 5px;
    color: #040ED0;
    display: block;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0px #FFF;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 2px 2px 5px #CCC;
    background: transparent -moz-linear-gradient(center top , #EEE, #CCC) repeat scroll 0% 0%;
}

.pdf_ads_list ul li a span {
    color: #414141;
    font-size: 16px;
    padding-left: 20px;

}*/