/******************************************************
 * @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 */
/*******************************************************************
					blockbestsellers
********************************************************************/
#best-sellers_block_right {
  width: 100%;
}
#best-sellers_block_right ul li {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
}
#best-sellers_block_right ul li .products-block-image {
  border: none;
  background: #f4f4f4;
}
#best-sellers_block_right ul li .product-content .price-box span {
  color: black;
  background-color: #ffdd02;
  float: left;
  font: 14px "Exo2.0Regular",sans-serif;
  padding: 6px 10px;
}
.rtl #best-sellers_block_right ul li .product-content .price-box span {
  float: right;
}
#best-sellers_block_right ul li .product-content h5 {
  margin: 0;
  clear: both;
}
#best-sellers_block_right ul li .product-content h5 a:hover {
  color: #e43228;
}
