/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.clear {
	display: none; /* @bugfix: If not display none it will have height (even though height is set to zero) */
}

.footer a{
	color: #fff;
}

.block-cart #cart-list,
.logo,
.header,
.right-col,
.left-col,
.pager, 
.sorter, 
.listing-type-grid, 
.listing-type-grid .grid-row, 
.success-msg, 
.mini-products-list li, 
.block-cart .actions { 
	zoom: 1;
}

/* Menu Show */
#nav li.over ul.shown-sub { left:auto; }
#nav li.over li ul.shown-sub { left:auto; }

/* Hover Fix */
iframe.hover-fix { 
	position:absolute; 
	left:-1px; 
	top:-1px; 
	z-index:-1; 
	background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); 
}

.header {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 963px;
	background: #7B7B7B;
}

.main {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.col2-left-layout{
	background: #fff url(https://www.batterycity.eu/skin/frontend/batteribyen/default/images/bkg_mid_shadow.gif) repeat-y;
}

.checkout-onepage-index .main {
	padding-left: 10px;
	padding-right: 10px;
}
/* Mini-Cart */
.block-cart #cart-list {
	margin: 0;
	z-index: 1000;
	top:209px;
}
.block-cart .block-button {
	height: 49px !important;
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 0 0;
	margin: 0;
	margin-bottom: -3px;
}

.sidebar .block-cart .block-title span.title {
	background:url("https://www.batterycity.eu/skin/frontend/batteribyen/default/images/icon_cart.gif") no-repeat scroll 0 0 transparent;
}
/*Big cart*/
.cart-table {
	width: 965px;
}
.cart-table tfoot {
	background: #E8E8E8 !important;
}

.discount-form button.grey-small span,
.cart-table tfoot button.grey-small span{
	background-image:url("https://www.batterycity.eu/skin/frontend/batteribyen/default/images/btn-grey-small.gif");
}

.discount-form input {
	width:170px;
}

/*Buttons*/

button.grey-small span,
li.item button.form-button span, 
li.item button.button span {
	background-image:url("https://www.batterycity.eu/skin/frontend/batteribyen/default/images/btn-grey-small.gif");
}

button.form-button span,
a.button, button.button span {
	background-image:url("https://www.batterycity.eu/skin/frontend/batteribyen/default/images/btn-orange-big.gif");
}

.footer .right .block-subscribe button span,
.product-view button.saleable span,
li.item button.saleable span{
	background-image:url("https://www.batterycity.eu/skin/frontend/batteribyen/default/images/btn-orange-small.gif");
}
/*Footer*/
.footer{
	background-color: #000;
	background-image: none;
	color: #fff;
}

/*Account*/
.account-information .col2-set .head {
	height: 40px;
}
.sidebar .block-account {
	padding-top: 0 !important;
}

