/* Special style for block cart*/
#cart_block .block_content {
	padding: 6px 6px 2px;
	color:#000000;
}
#cart_block h4 span {
	text-transform: none;
	font-size: 0.8em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px
}
#cart_block h4 span#block_cart_collapse { background-image: url('../../../img/icon/sort_asc_white.png'); display:none; }
#cart_block h4 span#block_cart_expand { background-image: url('../../../img/icon/sort_desc_white.png') }
#cart_block #cart_block_no_products { margin: 0.5em 0 }
#cart_block dl dt a,
 #cart_block dl dt span.quantity-formated { float: left; color:#333; }
#cart_block dt {
	padding-top:8px;
	font:bold 11px Arial, Verdana, sans-serif; 
	color:#333;
}
#cart_block dl.products {
	padding-bottom:11px;
	border-bottom:1px dotted #999;
}
#cart_block dl .productListTitle {
	padding-top:0;
	font:bold 12px Garamond, Arial, sans-serif;
	color:#000;
}
#cart_block dl span.cart_block_product_name {
	float: left;
	width:80px;
	text-transform:uppercase;
}
#cart_block dl a.cart_block_product_name {width:80px;}
#cart_block dl span.quantity-formated { width:22px; }
#cart_block dl dt.productListTitle span.quantity { padding-left:0; }
#cart_block dt, #cart_block dd {clear: both;}
#cart_block dt {width: 175px;}
#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 .remove_link {float: right;}
#cart_block a.ajax_cart_block_remove_link {
	width: 13px;
	height: 13px;
	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;
	color: #333;
	text-align:right;
}
#cart_block dl span.price {
	float: none;
	display: inline-block;
	width:55px;
	font-size:11px;
}
#cart_block dl .productListTitle .price {
	text-align:left;
	font-size:12px;
}

#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;
	display: block;
	margin: 8px 0;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
}
#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 {
	padding-bottom:8px;
}
#cart_block p#cart-buttons a { float: left }
#cart_block p#cart-buttons a.button_small {
	width:40px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	}
#cart_block p#cart-buttons a#button_order_cart {
	float: right;
	width: 70px;
	background:#a1ad87;
	border:1px solid #a1ad87;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	margin-top: 0.5em;
	padding-top: 0.4em;
	border-top: 1px solid white;
	font-size: 0.9em;
	height: 2em
}