/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block .title_block, #header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	z-index: 10;
	display:none;
	position: absolute;
	right: 37px;
	top: 40px;
	height: auto;
	width: 250px;
	background:#fff;
	border:1px solid #f0efef;
}
#cart_block.cart_block_hover {display:block}
#cart_block .title_block  span, #header  #cart_block h4 {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block  .block_content {padding:8px 8px 16px 8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	min-width:18px;
	font-size:11px;
}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a {
	display:inline-block;
	height:12px;
	width:12px;
	background: url(../../../img/dafnefixed/modules/blockcart/delete.gif) no-repeat 0 0
}
#cart_block .price {
	float:right;
	font-family: 'news_cycleregular';
	font-size:13px;
	text-transform:uppercase;
	color: #383838;
}

#cart_block #cart_block_list dl {
	padding-bottom:5px;
	border-bottom:1px dashed #d9d9d9;
}
#cart_block #cart_block_list dt {padding:4px 0}
#cart_block #cart_block_list dt a {
	font-family: 'news_cycleregular';
	font-size:13px;
	text-transform:uppercase;
}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	padding:10px 0px;
}
#cart_block #cart_block_shipping_cost{
	display:block;
	float:none;
	padding: 0px 0px 10px;
	text-transform: capitalize;
	border-bottom:1px dashed #d9d9d9;
}
#cart_block .label_total{
	font-family: 'news_cycleregular';
	font-size:13px;
	color:#383838;
	text-transform:uppercase;
}
#cart_block #cart_block_total {
	color: #e52600;
	float:right
}
#cart_block #cart_block_shipping_cost {font-weight:bold}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
}
#cart_block #cart-buttons  #button_order_cart span {}
#cart_block table#vouchers {
	clear: both;
	width:100%
}
#cart_block table#vouchers tr td{
	padding: 2px;
}
#cart_block table#vouchers tr td.quantity{
	margin-right:5px;
	min-width:18px
}
#cart_block table#vouchers tr td.delete{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}

