/**
 * ModuleMart_Configurablegridview extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Module-Mart License
 * that is bundled with this package in the file license.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.modulemart.com/license.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to modules@modulemart.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * versions in the future. If you wish to customize this extension for your
 * needs please refer to http://www.modulemart.com for more information.
 *
 * @category   ModuleMart
 * @package    ModuleMart_Configurablegridview
 * @author-email  modules@modulemart.com
 * @copyright  Copyright 2014 © modulemart.com. All Rights Reserved
 */
/* ================================================================================= */
#product-table .configurable-product-table {
	width:100%;
	border: 1px solid #ddd;
	background: #fff;
}
#product-table .configurable-product-table th {
	text-align: center;
	background:#e2021a;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding: 6px;
	border-right: 1px solid #c5061b;
}
#product-table .configurable-product-table td {
	text-align: center !important;
	padding: 6px 10px;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #e8e8e8;
	vertical-align: middle;
}