/* 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    9368d3128150483d6d30d5c807740133f3f72f1b, v3 (xcart_4_6_2), 2013-10-31 10:02:50, main.css, random
 * @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: 20px;
  list-style: decimal outside none;
  font-weight: bold;
}

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

ul.bestsellers-products-item li {
  list-style: none;
  padding: 0px;
  background: #fff;
  margin-bottom: 10px;
  text-align: center;
}

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

.bestsellers-products-item .details {
  margin-left: 5px;
  text-align: left;
  padding: 0 20px 20px;
}

.bestsellers-products-item a.product-title:link,
.bestsellers-products-item a.product-title:visited,
.bestsellers-products-item a.product-title:hover,
.bestsellers-products-item a.product-title:active
{
  font-weight: bold;
}

/**
 * Bestsellers left-bar box
 **/

.dialog-bs {
    width: 280px;
    border: none;
    background: #0e2a2b;
}

.dialog-bs .title {
    height: 70px;
}

.dialog-bs .title h2 {
    font-family: Impact;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding-left: 25px;
    text-transform: uppercase;
}

.dialog-bs .content {
    padding: 0 20px 20px 25px;
}