/* Special style for block cart*/

#left_column #cart_block { 

}
#cart_block .block_content { 

}
#cart_block h4 {}
#cart_block h4 a{ text-decoration:none;}
#cart_block h4 span {
	text-transform: none;
	margin-left:3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px
}
#cart_block h4 span#block_cart_collapse { background-image: url('../../../img/icon/sort_asc.gif') }
#cart_block h4 span#block_cart_expand { background-image: url('../../../img/icon/sort_desc.gif') }
#cart_block #cart_block_summary{ margin:5px 0;}
#cart_block #cart_block_no_products { margin: 0.5em 0; font-weight:bold; }
#cart_block dl dt a,
 #cart_block dl dt span.quantity-formated { float: left }
#cart_block dl { font-size: 11px }
#cart_block dt { padding-top: 0.4em }
#cart_block dl span.quantity-formated { padding-right: 1px }
#cart_block dt, #cart_block dd {
	clear: both;
	margin-top: 0.2em
}
#cart_block dt { 
	
	text-align: right
}
#cart_block dd { width: 155px }
#cart_block dd { 
	margin-left: 1em; 
	margin-right: 1em; 
	font-style: italic 
}
#cart_block dl dt a { font-weight: bold }
#cart_block a.ajax_cart_block_remove_link {
	width: 11px;
	height: 13px;
	margin-left: 6px;
	float: right;
	font-size: 0;
	display: block;
	background: transparent url('../../../img/icon/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 {
		
	float: right
}
#cart_block dl span.price {
	font-weight: normal;
	
}

#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total { padding-right: 1.3em }

#cart_block table#vouchers {
	margin-top: 0.5em;
	border-top: 1px solid white;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}
 #cart_block p#cart-prices {
	clear: both;
	margin-top: 8px;
	height:3em;	
	padding-top: 0.4em;
	border-top:1px solid #E9EBEC;
}
#cart_block table#vouchers td {
	padding: 0;
	border: 0;
	height: 1.5em
}
#cart_block table#vouchers td.price {
	color: white;
	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_block p#cart-buttons {
	height: 2em;
	
}
#cart_block p#cart-buttons a {  
    background: url("../../../img/button-medium2.png") repeat scroll 0 0 transparent;
    float: left;
    height: 22px;
    width: 80px;
}
#cart_block p#cart-buttons a:hover {
     background-position: left 22px;
}
#cart_block p#cart-buttons a#button_order_cart { margin-left:5px; }
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	
	border-top: 1px solid #eee;
	font-size: 11px;
	height: 2em
}