.specialPercent {
display: inline-block;
  background-color: #DD4141;
  color: #fff;
  font-size: .86em;
  font-weight: bold;
  line-height: 20px;
  padding: 2px 8px;
  position: absolute;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  top: 2px;
  left: 10px;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #888;
}
.box-product > div {position:relative;}

.product-grid .image {
	position:relative;
}
.product-list .image {
	position:relative;
}
.product-info .image {
	position:relative;
}