#special_block_right .product_image {
  float:left;
  margin-right:10px;
}
#special_block_right .product_old_price, #special_block_right .product_price { float:left; }
#special_block_right .product_old_price {
  width:70px;
  margin:15px 0 0;
}
#special_block_right .product_price { margin:2px 0 0; }
#special_block_right .product_reduction {
  background-color:#819e7b;
  background-image:-moz-linear-gradient(top,#8CA787,#70916a);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#8CA787),to(#70916a));
  background-image:-webkit-linear-gradient(top,#8CA787,#70916a);
  background-image:-o-linear-gradient(top,#8CA787,#70916a);
  background-image:linear-gradient(to bottom,#8CA787,#70916a);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ca787', endColorstr='#ff70906a', GradientType=0);
  color:#ffffff;
  text-shadow:1px 1px 0 #70916a;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:50%;
  border-radius:50%;
  border:1px solid #70916a;
  border-bottom-color:#597355;
  float:right;
  width:30px;
  height:30px;
  font-family:Quicksand, sans-serif;
  font-size:14px;
  line-height:30px;
  text-align:center;
  margin:15px 2px 0;
}
