.productlabel-div {
    position: relative;
}
.productlabel-div .productlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing:0.01px;
    text-decoration: none;
    color: #fff;
}

.category-products .productlabel-div .productlabel-txt {
    position: absolute;
    right: -7px;
    top: 13px;
    font-size: 14px;
    color: #bd4533 !important; }
	
.catalog-product-view .productlabel-div .productlabel-txt {color: #bd4533 !important;right: -8px;position: absolute;font-size: 25px;top: 29px;font-weight: 600;}	

.productlabel-div a {
    text-decoration: none;
    position: relative;
}

.productlabel-table {
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.productlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}
.top-center {
    top: 0;
    left: 50%;
}
.middle-left {
    left: 0;
    top: 50%;
}
.middle-right {
    right: 0;
    top: 50%;
}
.bottom-center {
    bottom: 0;
    right: 50%;
}
.middle-center {
    top: 50%;
    right: 50%;
}
.top-left {
    top: 0;
    left: 0;
}
.top-right {
    top: 0;
    right: 0;
}
.bottom-left {
    bottom: 0;
    left: 0;
}
.bottom-right {
    bottom: 0;
    right: 0;
}

.products-list .productlabel-div {
    float:left;
}
* html .productlabel-div { float: left; }
* html .productlabel-div a { position: relative; }