/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * 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 license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
*     { background:none !important; text-align:left !important; }
html  { margin:0 !important; padding:0 !important; }
body  { background:#fff !important; font-size:12px !important; padding:0 !important; margin:0 !important; }
a, h1, h2, h3, h4, h5, h6, div, p, span { color:#000 !important; }
th,td { color:#333 !important;  border-color:#ccc !important; }

.header-container, .nav-container, .footer-container,
.pager, .toolbar, .actions, .buttons-set,
.header-nav, .col-left, .botnav, .footer, object, .view-by { display:none !important; }

.header {
	height: 180px;
	background: none;
}
.category-head, .category-head-clean { width: 100%; }
.col-2-left-layout, .middle { width: 100%; margin: 0; padding: 0; }
.col-2-left-layout .col-main { float: none; width: 100%; margin: 0; padding: 0; }
.category-head, .category-head h2 { width: 100%; margin: 0; padding: 0; }
.col-2-left-layout .listing-type-grid li.item {
	margin: 0;
	width: 21%;
	padding: 2%; 
}

.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }
.hotline { margin-bottom: 20px; }
button, .to-cart {
	border: 1px solid #666;
	background: #fff;
	color: #222 !important;
	padding: 4px 6px !important;
	text-shadow: none !important;
	white-space: nowrap;
	margin-top: 5px;
}
.product-info-box .product-name, .product-name-small, .category-name-small,
.list-item-options {
	border: none;
	background: transparent !important;
}
a.wishlist, a.recommend, a.print, a.wishlist:hover, a.recommend:hover, a.print:hover {
	background: none;
	white-space: nowrap;
	color: #222 !important;
	padding: 0;
	margin-top: 5px;
}
ol.grid-row {
	page-break-before: auto;
	page-break-after: auto;
}
li.item {
	page-break-before: avoid;
	page-break-after: avoid;
}