/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Manufacturers module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* manufacturers menu list */
.menu-manufacturers img.icon {
  background: url(../../images/dingbats_categorie.gif) no-repeat;
}

.menu-manufacturers {
  background: #f9f9f9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.menu-manufacturers table {
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu-manufacturers table table {
  width: auto;
  margin: 0 auto;
}
.menu-manufacturers td {
  vertical-align: middle;
  text-align: center;
  /*height: 120px;
  min-width: 130px;*/
}

.menu-manufacturers td a {
  opacity: 0.3;
  color: #191919;
  font: bold 12px/9px arial, sans-serif;
  text-decoration: none;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.menu-manufacturers td a:hover {
  opacity: 1;
}
.menu-manufacturers td a img {
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.menu-manufacturers td a img:hover {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.menu-manufacturers td.others {
  width: 120px;
  min-width: 120px;
  vertical-align: top;
}
.menu-manufacturers td.others a {
  display: block;
  width: 108px;
  text-align: center;
  padding-top: 75px;
  background: transparent url(../../images/sprite_main.png) -307px 38px no-repeat;
}

/* manufacturers list */
ul.manufacturers-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.manufacturers-list li {
  margin: 0;
  padding: 5px 0 3px 15px;
  white-space: nowrap;
}
ul.manufacturers-list li a {
  font-size: 14px;
  font-weight: bold;
}
