.offerbox {
    width: 320px;
    min-height: 195px;
    background: url('../images/offerbox-bg.png') 0 0 no-repeat;
    float: right;
    margin: 0px 0px 20px 0px;
    padding: 15px 50px 0px 15px;
    position: relative;
}

.offerbox p {
    color: #183b5f;
    font-family: 12px/22px 'opensans', Arial, Helvetica, sans-serif;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.offerbox a.more {
    width: 74px;
    height: 25px;
    line-height: 25px;
    background: #183b5f;
    color: #dcdfe1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.offerbox img.akcio {
    position: absolute;
    top: -3px;
    right: -3px;
}