/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Make/Model/Year 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.0 2011/06/24 22:02:30 kate Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.filter-box {
border:2px solid #a1a1a1;
padding:8px; 
background:#F7F7F3;
border-radius:12px;
-moz-border-radius:12px; /* Firefox 3.6 and earlier */
-webkit-border-radius:12px; /*Safari and Chrome */
}

.filter-box th {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  border: 0 none;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
}

.filter-box td {
  text-align: left;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 5px;
}

.filter-box td select {
  min-width: 80px;
}

.filter-box td#loader_button {
  text-align: center;
  padding: 0px;
}

ul#mmy-sections {
  margin: 0;
  padding: 0;
}

ul#mmy-sections li.mmy-section {
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  border: 0 none;
}

ul#mmy-sections li.last {
  margin-right: 0 !important;
}
