#cart_block{ 
	background-color:transparent; 
	padding-bottom:2px;
	margin-bottom:10px;
	color:#000;
	background: url('../../img/modules/blockcart/footer.png') no-repeat bottom left; 
}

#cart_block h4 { 
	background: url('../../img/modules/blockcart/header.png') no-repeat; 
	height:26px;
	line-height:26px;
	padding-left:10px;
}
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
	color:#FFF;
}

#cart_block h4 a{
	text-decoration:none;
	color:#1b3a8d;
	text-transform:uppercase;
	font-size:1.3em;
	line-height:30px;
}

#cart_block h4 span#block_cart_collapse{ background-image: url('../../img/modules/blockcart/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../../img/modules/blockcart/sort_desc_white.gif'); }
#cart_block .block_content {

	position:relative;
	top:0px;
	left:0px;
	min-height:20px;
	width:190px;
	background: url('../../img/modules/blockcart/bg.png') repeat-y; 
	background-color:#FFF;

	text-align:center;
	padding:5px 0px 0px 0px;

}

#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
	padding:5px;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}
#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; color:#000; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../../img/modules/blockcart/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: #000;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: #000;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }

#cart-shipping {
	background-color:#d4eaf5;
	height: 20px;
	line-height:20px;
	padding:5px;
	clear:both;
	margin:10px 0px 0px 0px;
}

#cart_block table#vouchers, #cart_block p#cart-prices {
	height: 20px;
	clear:both;
	background-color:#2694cc;
	line-height:20px;
	padding:5px;
	margin:0px;
	border-top:0px;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:#000;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart-buttons a.exclusive{
	color:#000000;
}

#cart_block p#cart-buttons {
	height: 30px;
	background: url('../../img/modules/blockcart/bg.png') repeat-y; 
	width:180px;
	margin:0px;
	padding:5px;
}
#cart_block p#cart-buttons a.button_small { 
	float: left; 
	background: transparent url('../../img/modules/blockcart/cart.png') no-repeat left top;
	width:69px;
	height:25px;
	line-height:25px;
	font-size:1.1em !important;
}
#cart_block p#cart-buttons a#button_order_cart { 
	float: right; 
	background: transparent url('../../img/modules/blockcart/order.png') no-repeat left top;
	width:89px;
	height:25px;
	line-height:25px;
	font-size:1.1em !important;
}

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}