/**
 *
 * @author SM planet - smplanet.net
 * @package VirtueMart
 * @subpackage custom
 * @copyright Copyright (C) 2012-2014 SM planet - smplanet.net. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 *
 **/

.catproducttable, .catproducttable tr, .catproducttable th, .catproducttable td { border:none; }

.catproducttable th { font-weight:400; font-size: 120%; text-align:center;background-color: #E7E7E7;}

.catproducttable td { text-align: center; }

.catproducttable .cell_image { text-align: left;}

.catproducttable .cell_image img { max-height: 70px;}

.catproducttable .cell_id { text-align: left;background-color: #E7E7E7;}

.catproducttable .cell_sku { text-align: left;background-color: #E7E7E7;}

.catproducttable .cell_name { text-align: center;background-color: #E7E7E7;}

.catproducttable .cell_s_desc { text-align: left;background-color: #E7E7E7;}

.catproducttable .cell_weight { text-align: center;background-color: #E7E7E7;}

.catproducttable .cell_size {text-align: center;background-color: #E7E7E7;}

.catproducttable .cell_stock {background-color: #E7E7E7;background-color: #E7E7E7;}

.catproducttable .cell_basePrice {background-color: #E7E7E7;background-color: #E7E7E7;}

.catproducttable .cell_basePriceWithTax {background-color: #E7E7E7;}

.catproducttable .cell_priceWithoutTax {background-color: #E7E7E7;}

.catproducttable .cell_salesPrice {background-color: #E7E7E7;}

.catproducttable .cell_taxAmount {background-color: #E7E7E7;}

.catproducttable .cell_discountAmount {background-color: #E7E7E7;}

.catproducttable .cell_sum_weight {background-color: #E7E7E7;}

.catproducttable .cell_sum_basePrice {background-color: #E7E7E7;}

.catproducttable .cell_sum_basePriceWithTax {background-color: #E7E7E7;}

.catproducttable .cell_sum_taxAmount {background-color: #E7E7E7;}

.catproducttable .cell_sum_discountAmount {background-color: #E7E7E7;}

.catproducttable .cell_sum_priceWithoutTax {background-color: #E7E7E7;}

.catproducttable .cell_sum_salesPrice {background-color: #E7E7E7;}

.catproducttable .row_attached_product {font-weight:700;text-transform: uppercase;}

#total_weight {background-color: #E7E7E7;}

#total_basePrice {background-color: #E7E7E7;}

#total_basePriceWithTax {background-color: #E7E7E7;}

#total_taxAmount {background-color: #E7E7E7;}

#total_discountAmount {background-color: #E7E7E7;}

#total_priceWithoutTax {background-color: #E7E7E7;}

#total_salesPrice {}

#catproduct-loading {
	display:none;
	background: url("ajax-loader.gif") no-repeat;
	height: 32px;
	left: 50%;
	top: -200px;
	position: relative;
	width: 32px;
}

.catproducttable  input.quantity-controls {padding: 0px;;}
.catproducttable  .vm-price-value span {min-width: inherit;}
