@charset "UTF-8";

.block .empty { margin: 0; padding: 0; }

/* shopping cart */

#shopping-cart-table {
	width: 940px;
	border: none;
	margin-left: -10px;
}

#shopping-cart-table thead {
	background: url('../images/tablehead.png') no-repeat bottom center;
}
#shopping-cart-table tfoot {
	border: none;
}
#shopping-cart-table tfoot tr {
	background: #3F3F3F !important;	
}
#shopping-cart-table th{
	background: none;
	border: none;
	color: #FFF;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 15px;
}

.cart .totals, .cart .discount, .cart .shipping {
	border: 1px solid #E1E1E1;
	background-color: transparent;
	padding-bottom: 12px;
}

.cart .discount h2 {
	color: #A9ABAE;
	background: none;
	padding: 0;
}

.checkout-types {
	margin-right: 4px;
	padding-top: 25px;	
}

/* sidebar Cart */

.block-cart .block-title strong {
	background-image: url('../images/i_block-cart.gif');
/*	background: none;
	margin: 0 10px;
	padding: 10px 0 0 0;
	text-indent: -9000px;
	*/
}

.block-cart .empty {
	border: none;
	margin: 0;
	padding: 10px 0;
}

.block-cart .summary {
	background: #FFF;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.block-cart .amount {
	margin: 0;
	padding: 0;
}

.block-cart .amount a {
	font-weight: bold;
}

.block-cart .subtotal {
	margin: 5px 0 0 0;
	padding: 2px 0;
	background: #FFF;
	text-align: right;
}

.block-cart .subtotal .price {
	font-weight: bold;
}

.block-cart .actions {
	border: none;
	background: none;
}

button.btn-update, button.btn-checkout {
	float: right;	
}

p.hint {
	margin: 0;
	line-height: 1;	
}

.cart .cart-collaterals .col2-set div.col-2 {
	width: 350px;
}

