/* Special style for block cart*/
#cart_block {
	position: fixed;
	top: 90px;
	width: 200px;
	margin-left: 12px;
	border: 1px solid #EFEFEF;
	background-color: rgba(255, 255, 255, 0.94);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 150;
}
#cart_block .block_content {
	padding: 0px 10px 2px
}

#cart_block h4 { 
	padding-top: 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;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
#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_no_products {
	margin: 21px 0;
}

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

#cart_block dt {
	padding-top: 3px;
}

#cart_block_list {
	margin-top: 12px;
}

#cart_block dl span.quantity-formated { padding-right: 1px }
#cart_block dt, #cart_block dd {
	clear: both;
}
#cart_block dt { 
	margin-bottom: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EFEFEF;
	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 {
	width: 180px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cart_block a.ajax_cart_block_remove_link {
	display: block;
	visibility: hidden;
	float: none;
	margin-top: 22px;
	color: #705249;
	font-size: 15px;
}
#cart_block a.ajax_cart_block_remove_link:hover { 
	text-decoration: underline;
}
#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 {
	margin-top: -18px;
	font-weight: normal;
}

#cart_block_shipping_cost, #cart_block_shipping_cost_label {
	color: #705249!important;
}

#cart_block_total {
	font-size: 22px;
	margin-top: 2px;
}

#cart_block_total_label {
	margin-top: 6px;
}

#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;
	margin-bottom: 2em;
	display: block;
	padding-top: 0.4em;
}
#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;
}
#cart_block p#cart-buttons a { float: left }
#cart_block p#cart-buttons a:hover { text-decoration: none; }
#cart_block p#cart-buttons a#button_order_cart { 
	margin-top: 15px;
	color: #F41D62;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
}

#cart-buttons a.button_small {
	display: none;
}

#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
}