/* 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: 20px;
  list-style: decimal outside none;
  font-weight: bold;
}

.menu-bestsellers ul li,
.menu-special ul li,
.menu-manufacturers ul li
{
  padding: 3px 0;
}

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

ul.bestsellers-products-item li {
  list-style: none;
  padding: 2px;
}

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

.bestsellers-products-item .details {
  margin-left: 50px;
  padding-left: 2px;
}

.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 module
*/

div.bestsellers-center {
	background: #f6f9fb url(../../images/custom/bests_bg.png) repeat-x top left;
	border: solid 1px #b7bfcd;
	padding-top: 20px;
	position: relative;
	padding-bottom: 16px;
	margin-top: 5px;
	margin-right:-10px;
}
.thumbnails.bestsellers .thumbnail .r .image {
	border: solid 1px #97a0b4;
  border-bottom: 0 none;
	margin-bottom: 0px;
  background-color: #fff;
}
.thumbnails.bestsellers .thumbnail .r .products-title {
	display: block;
 	border: solid 1px #97a0b4;
  border-top: 0 none;
	text-align: left;	
	padding-left: 15px;
  padding-bottom: 10px;
  font-weight: normal;
}
.thumbnails.bestsellers .thumbnail .r .products-title a:link,
.thumbnails.bestsellers .thumbnail .r .products-title a:active,
.thumbnails.bestsellers .thumbnail .r .products-title a:visited,
.thumbnails.bestsellers .thumbnail .r .products-title a:hover {
	text-align: left;
	color: #495b76;
	font-size: 10px;
  font-family: verdana, helvetica, sans-serif;
  text-decoration: none;
}
.thumbnails.bestsellers .thumbnail .r .products-title a:hover {
  text-decoration: underline;
}
.thumbnails.bestsellers .thumbnail .r .products-title.prices {
  white-space: nowrap;
  border-color: #7ca6b4 #afccd5;
  border-top: 0 none;
  height: 34px;
	line-height: 34px;
	background: #e5f5fa url(../../images/custom/bests_pricerow_bg.gif) repeat-x bottom left;
  text-align: center;
  vertical-align: middle;
	color: #0348a4;
	font-size: 13px;
  font-weight: bold;
  padding: 0px;
}
/* corners */
.t_l,.t_r,.b_l,.b_r {
	position: absolute;
	width: 3px;
	height: 3px;
	background: transparent url(../../images/custom/bests_corners.gif) no-repeat;
}
.t_l {
	top: -1px;
	left: -1px;
	background-position: 0% 0%;
}
.t_r {
	top: -1px;
	right: -1px;
	background-position: 100% 0%;
}
.b_l {
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}
.b_r {
	bottom: -1px;
	right: -1px;
	background-position: bottom right;
}
/* section title */
span.section-title {
	display: -moz-inline-box;
	display: inline-block;
	padding-bottom: 2px;
	background: transparent url(../../images/custom/dots.gif) repeat-x bottom left;
	margin: 0 0 14px 15px;
}
span.section-title span {
	color: #034fad;
	font-family: verdana, sans-serif;
	font-size: 12px;
  font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../../images/custom/title_bullet.gif) no-repeat center left;
	padding: 0 2px 0 11px;
}
/*
	Product thumbnails
*/
.products.thumbnails {
	margin: -3em 0 0 -2em;
	text-align: center;
}
.thumbnail {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 3em 0 0 4em;
}
.thumbnail .r {
	float: left;
}
.thumbnail .r .image {
	text-align: center;
	display: block;
	border: solid 1px #dbdbdb;
	margin-bottom: 4px;
}
.thumbnail .r .image img.leveler {
	width: 0px;
	vertical-align: middle;
}
.thumbnail .r .image a:link,
.thumbnail .r .image a:active,
.thumbnail .r .image a:visited,
.thumbnail .r .image a:hover {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.thumbnail .r .products-title {
	display: block;
	text-align: left;	
	padding-left: 3px;
  font-weight: bold;
}
.thumbnail .r .products-title a:link,
.thumbnail .r .products-title a:active,
.thumbnail .r .products-title a:visited,
.thumbnail .r .products-title a:hover {
	text-align: left;
	color: #005d98;
	font-size: 12px;
}
.thumbnail .r .products-title a:hover {
	color: #017dcb;
}
.thumbnail .r .products-title.prices {
  white-space: nowrap;
}
