﻿#cart_block {
	position: absolute; top: 119px; right: 0; z-index: 100;
}

#cart_block h4 span#block_cart_collapse { background: url('../../../img/sort_asc.gif') left 50% no-repeat; }

#cart_block h4 span#block_cart_expand { 
	background: url('../../../img/cart_arrow.gif') no-repeat center center; width: 15px; height: 12px;
	float: right; margin: 13px 10px 0 0;
}

#cart_block #cart_block_summary {
	background: url(../../../img/block_cart.png) no-repeat right bottom; width: 200px; height: 39px;cursor: pointer;
}
#cart_block #cart_block_list {
	background: url(../../../img/block_cart.png) no-repeat left bottom; width: 190px; padding: 5px; color: #fff;cursor: pointer;
	font-size: 11px;
}

#cart_block #cart_block_summary p {
	float: left; color: #fff; font-weight: bold; font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 10px 0 0 40px; text-align: center;
}


#cart_block #cart_block_no_products { margin: 0; }

#cart_block dl dt a,
#cart_block dl dt span.quantity-formated 
{ 
	float: left; color: #fff;
}

#cart_block dt {
	padding-top: 4px;
	height: 1.2em;
}

#cart_block dl span.quantity-formated { padding-right: 0.3em }

#cart_block dt, #cart_block dd {
	clear: both;
	margin-top: 0;
}

#cart_block dd { 
	margin: 0 0 0 10px; 
	font-style: italic 
}

#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/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; font-size: 11px; color: #fff;
}

#cart_block dl span.price {
	font-weight: normal;
	float: right
}
#cart_block_wrapping_cost,
#cart_block_shipping_cost,
#cart_block_total 
{ padding-right: 1.3em }

#cart_block table#vouchers {
	margin-top: 0.5em;
	border-top: 1px solid #ab6a0b;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}

#cart_block p#cart-prices {
	margin-top: 1em;
	height: 4em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}

#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: 1.6em; margin: 5px auto; text-align: center;
}

#cart_block p#cart-buttons a { background-color: #fff; padding: 3px 10px; color: #FE6A00}

#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 {
	margin-top: 0.5em;
	padding-top: 0.4em;
	border-top: 1px solid white;
	font-size: 0.9em;
	height: 2em
}