/* Special style for block cart*/

#cart_block .title_block, #cart_block h4 {}

#header  #cart_block .block_content{
	background: #F9F9FA;
	border: 1px solid #DEE2EB;
	border-top: none;
}

#header #cart_block {
	z-index: 10;
	display:none;
	position: absolute;
	right: 0;
	top: 73px;
	height: auto;
	width: 200px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 0 #C6C6C6;
}
#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:0 18px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
	min-width:18px;
}
#cart_block .cart_block_product_name {}
#cart_block .remove_link {
	float:right;
	display:inline-block;
	margin:-2px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a {
	display:inline-block;
	height:15px;
	width:12px;
	background: url(../../../img/icon/delete.png) no-repeat 0 0
}
#cart_block .price {
	float:right
}

#cart_block #cart_block_list dl {
	padding-top: 14px;
	padding-bottom:0px;
}
#cart_block #cart_block_list dt {
	padding:5px 0 7px; 
	background:url(../../../img/cart_product_bg.png) no-repeat left bottom;
	float: left;
	width: 164px;
}
#cart_block #cart_block_list dt a {color: #5E3323;}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#shipping_cart{
background:url(../../../img/cart_product_bg.png) no-repeat left bottom;
}

#cart_block #cart-prices {
	clear: both;
	margin: 14px 0 0 0;
	padding: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #5e3323;
	line-height: 26px;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right
}

#cart_block #cart_block_total {font-size: 18px;}
#cart_block #cart_block_shipping_cost {}

#cart_block #cart-buttons .button_small {}
#cart_block #cart-buttons  #button_order_cart {
	float: left;
	background: url(../../../img/cart_bg.png) no-repeat transparent;
	width: 200px;
	text-align: center;
	border: none;
	border-radius: 0;
	margin-left: -18px;
	margin-top: 8px;
	height: 48px;
	line-height: 48px;
	font-family: 'lobster';
	font-size: 23px;
	font-weight: normal;
	color: #5E3323;
	padding: 0;
}

#cart_block #cart-buttons  #button_order_cart span {
	background: url(../../../img/cart_button_arrow.png) no-repeat right 5px;
	padding-right: 28px;
	text-shadow: 1px 1px 1px #FFF;
}

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

#cart_block #cart_block_no_products {
padding: 4px 0 0;
font-size: 14px;
}

#cart_block p#cart-buttons {
height: 1.2em;
}

#cart_block_list {
font-size: 12px;
color: #5e3323;
}