/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Bestsellers module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:29 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Bestsellers menu box
 */
.menu-bestsellers img.icon {
  background: url(../../images/dingbats_categorie.gif) no-repeat;
}

.menu-bestsellers ul li a:link,
.menu-bestsellers ul li a:visited,
.menu-bestsellers ul li a:hover,
.menu-bestsellers ul li a:active
{
  font-weight: normal;
}

.menu-bestsellers ul {
  margin-left: 28px;
  font-size: 14px;
  list-style: decimal outside none;
  font-weight: bold;
  line-height: 1.3em;
  color: #d1402b;
}

.menu-bestsellers ul li {
  margin-bottom: 0.8em;
}

/**
 * Bestsellers products list
 */
ul.bestsellers-products-item {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

ul.bestsellers-products-item li {
  list-style: none;
  padding: 8px;
  background-color: #3f4534;
  width: 134px;
  float: left;
  margin-right: 18px;
}
ul.bestsellers-products-item li .box {
  background-color: #ffffff;
  padding: 17px;
}

ul.bestsellers-products-item img {
  /*width: 50px;
  float: left;*/
}

.bestsellers-products-item .details {
  /*margin-left: 50px;
  padding-left: 2px;*/
  margin: 6px -17px 0 0;
  font-size: 14px;
}

.bestsellers-products-item .currency {
  font-weight: bold;
  color: #d9422c;
  line-height: 1.8em;
}
