/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Bundled products 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/17 11:24:00 matvey Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* 
 * Styles for the list of bundled products
 */
.bundled-products-list {
}

.products div.bundled-product-amount {
  margin: 10px 0px 10px 0px;
}

.products div.bundled-product-options {
  margin: 10px 0px 10px 0px;
}

.bundled-products-list-div {
  clear: both;
}
