/* category / Catalog Search */
.products-grid .product-image, .products-list .product-image { position: relative; }
/* category / Catalog Search END */

/* Upsell products */
.product-view .box-up-sell .products-grid td span img { border: 0;}
/* Upsell products END */

/* Related products */
.mini-products-list .product-image { position: relative;}
/* Related products END */

/* Crosssell products */
.cart .crosssell .product-image { position: relative;}
/* Crosssell products END */

/* All */
.sticker { position: absolute;}

.sticker-top-left { top:0; left:0; }
.sticker-top-left img {vertical-align: top;}
.sticker-top-right { top:0; right:0; }
.sticker-top-right img {vertical-align: top;}
.sticker-bottom-left { bottom:0; left:0; }
.sticker-bottom-left img {vertical-align: bottom;}
.sticker-bottom-right { bottom:0; right:0; }
.sticker-bottom-right img {vertical-align: bottom;}
/* All END */
