#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:#2b6ea8;
  background-image:-moz-linear-gradient(top,#2F79B8,#255e8f);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#2F79B8),to(#255e8f));
  background-image:-webkit-linear-gradient(top,#2F79B8,#255e8f);
  background-image:-o-linear-gradient(top,#2F79B8,#255e8f);
  background-image:linear-gradient(to bottom,#2F79B8,#255e8f);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f79b8', endColorstr='#ff245e8f', GradientType=0);
  color:#ffffff;
  text-shadow:1px 1px 0 #255e8f;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:50%;
  border-radius:50%;
  border:1px solid #255e8f;
  border-bottom-color:#1a4467;
  float:right;
  width:30px;
  height:30px;
  font-family:Cuprum, sans-serif;
  font-size:14px;
  line-height:30px;
  text-align:center;
  margin:15px 2px 0;
}
