/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
/****************************************************/
#special_block_right .price-box {
  position: relative;
}
#special_block_right .price-box .price-percent-reduction {
  top: 0;
  right: 0;
  width: auto;
  line-height: 18px;
  border-radius: 0;
  text-align: center;
}
.rtl #special_block_right .price-box .price-percent-reduction {
  left: 0;
  right: auto;
}
#special_block_right .price-percent-reduction {
  float: right;
  height: auto;
}
.rtl #special_block_right .price-percent-reduction {
  float: left;
}
#special_block_right .special-price {
  /* float: left; */
  clear: both;
}
#special_block_right .old-price {
  /* float: left 
  clear: both; */
}
