.products-grid .item { position:relative }
.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }
.mini-products-list .product { position:relative; }
.crosssell .item { position:relative }

.productlabels_icons { position:absolute; top:0; right:0; width:100% }
.product-img-box .productlabels_icons { z-index:10; }

.productlabels_icons p{margin:5px 0 0 -2px;
font-size:14px;
width:54px;
word-wrap:break-word;

}
.productlabels_icons strong{font-size:22px;line-height:20px}

.productlabels_icons .custom_right_top_list{
    right:-16px;
    top: 13px;
    
}
    
.productlabels_icons .custom_left_top_list
{  
    left: 10px;
    top: 12px;  
}
.productlabels_icons .custom_left_bottom_list
{
    left: 0px;
    bottom:-326px;
    z-index:9999;
}

.productlabels_icons .custom_right_bottom_list
{
    right: -8px;
    bottom:-323px;
    z-index:9999;    
}

.productlabels_icons .custom_right_top_view{
    right:-22px;
 }

.productlabels_icons .custom_left_top_view{
    left:0px;
 }

.productlabels_icons .custom_left_bottom_view{
   left: 0px;
    bottom:-282px;
    z-index:9999;
 }
.productlabels_icons .custom_right_bottom_view{
    bottom: -285px;
    right: -23px;
    z-index:9999;  
 }
