.products-grid .item, .products-list .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; left:0; }
.product-img-box .productlabels_icons { z-index:10; }
.productlabels_icons .label { font-size:10px; font-weight:bold; color:#fff; text-align:left; padding:3px; }
.category-products .products-list .productlabels_icons .label,
.category-products .products-grid .productlabels_icons .label { /*padding:5px 10px;*/ }
.productlabels_icons .nobg { background:none; width:auto; height:auto; }

.productlabels_icons .orange { background-position:0 0 }
.productlabels_icons .yellow { background-position:0 -60px }
.productlabels_icons .blue { background-position:0 -120px }
.productlabels_icons .violet { background-position:0 -180px }
.productlabels_icons .red { background-position:0 -240px }
.productlabels_icons .black { background-position:0 -300px }
.productlabels_icons .new { background-position:-200px 0 }
.productlabels_icons .special { background-position:-200px -60px }
.productlabels_icons .bestseller { background-position:-200px -120px }

/*.productlabels_icons .label:first-child{
	margin-bottom: 15px;
}*/
.productlabels_icons .label{
	margin-top: 5px;
	border-radius: 5px;
}

.productlabels_icons .label p{
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: #fff;
}

.productlabels_icons .label.aktsija {background-color: #ff3a40}
.productlabels_icons .label.novinka {background-color: #4ebf43}
.productlabels_icons .label.hit {background-color: #ff9a00}

/*.category-products .products-list .productlabels_icons .label p, .category-products .products-grid .productlabels_icons .label p{
	font-size: 18px;
	line-height: 18px;
	padding: 3px;
}
.category-products .products-list .productlabels_icons .label, .category-products .products-grid .productlabels_icons .label{
	margin-bottom: 5px;
}*/