.ribbon-wrapper-banner-small {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-banner-small {
    font: bold 11px Sans-Serif;
    color: #eee;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 3px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #7ABEDC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ABEDC), to(#4AA7CF));
    background-image: -webkit-linear-gradient(top, #7ABEDC, #4AA7CF);
    background-image: -moz-linear-gradient(top, #7ABEDC, #4AA7CF);
    background-image: -ms-linear-gradient(top, #7ABEDC, #4AA7CF);
    background-image: -o-linear-gradient(top, #7ABEDC, #4AA7CF);
    color: #eee;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-banner-small:before, .ribbon-banner-small:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-banner-small:before {
    left: 0;
}

.ribbon-banner-small:after {
    right: 0;
}

.ribbon-wrapper-banner {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-banner {
    font: bold 13px Sans-Serif;
    color: #eee;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 25px;
    width: 160px;
    background-color: #7ABEDC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ABEDC), to(#4AA7CF));
    background-image: -webkit-linear-gradient(top, #7ABEDC, #4AA7CF);
    background-image: -moz-linear-gradient(top, #7ABEDC, #4AA7CF);
    background-image: -ms-linear-gradient(top, #7ABEDC, #4AA7CF);
    background-image: -o-linear-gradient(top, #7ABEDC, #4AA7CF);
    color: #eee;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-banner:before, .ribbon-banner:after {
    content: "";
    border-top: 3px solid #3E5ACC;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-banner:before {
    left: 0;
}

.ribbon-banner:after {
    right: 0;
}

.voucher_category {
    float: right;
    color: #000;
    text-transform: none;
    font-weight: normal;
}

ul.voucherlist li{
    margin: 15px 0;
}

.voucherlist_preview{
    vertical-align: top;
    float:left;
    margin: 0 10px 0 0 !important;
}

.voucher_avail_icon{
    padding-bottom: 0px !important;
}

.voucher_avail_icon img{
    margin-right: 3px;
}

div .voucher-list-div{
    float:left;
    margin-top: 15px;
}
