.promotion {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    line-height: 18px;
    height: 24px;
    width: auto;
    border-radius: 4px;
    opacity: 0.86;
    filter: alpha(Opacity=90);
}
.promotion > span:last-child {
    border-radius: 0 4px 4px 0;
}
.promotion > span {
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    display: inline-block;
    text-transform: uppercase;
    float: left;
    height: 100%;
    /*
    padding: 2px 8px;
    */
    padding: 0.125em .55em;
}

.promotion .new-product {
    background-color: #499249;
    /*
    padding: 0.125em .54em;
    */
}

.promotion .new {
    background: #ff7f00;
}

.promotion .discount20 {
    background: #7858c8;
}

.promotion .discount {
    background: #eb5e58;
}

.promotion .recommended {
    background: #0480be;
}