/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	z-index: 10000;
	position: absolute;
	right: 0px;
	border:1px solid #ccc;
	top: 75px;
	display: none;
    border-radius: 6px 6px 6px 6px;
	border-top:3px solid #e92d00;
   
	height: auto;
	width: 383px;
	color:#999999;
	padding:0px;
	background:#ffffff;

}

#cart_block.cart_block_hover {display:block}
#cart_block h4 span {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block  .block_content {padding:10px 0px 0px 0px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
	min-width:18px;
	font-size:11px;
	margin-top:12px;
	float:right;
	margin-left:10px;
}
#cart_block .cart_block_product_name {font-weight:normal; width:120px;  float:left; font-size:14px; line-height:17px; }
#cart_block .cart_block_product_name .small{ font-size:9px; color:#999999; display:block;}

#cart_block .image img{
float:left;
margin-right:10px;
}

#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;
	margin-top:12px;
	width:12px;
	background: url(img/icon/delete.gif) no-repeat 0 0
}
#cart_block .price {
	float:right;
	margin-top:0px;
	font-size:16px;
	color:#444;

}

#cart_block #cart_block_list{
margin:20px 0px 0px 0px;
overflow:hidden;
float:left;
}


#cart_block #cart_block_list dl {float:left; overflow:hidden; padding:0px 0px 10px 0px; margin:0px; }

#cart_block #cart_block_list dt {padding:5px 15px; display:block; width:350px; overflow:hidden; float:left; height:50px; }
#cart_block #cart_block_list dt a {font-weight:normal; float:left; margin-right:5px;}
#cart_block #cart_block_list dd {
	margin-left:25px;
	color:#999999;
}

#cart_block #cart_block_list dt .price{
margin-top:9px;
color:#444;
}

#cart_block #cart_block_list dd a{
	color:#999999;
	font-size:9px;
}

#cart_block #cart-prices {
	padding:20px 0px 20px 0px;
	margin-top:0px;
	background:#eee;
	font-size:14px;
	color:#444;
	line-height:20px;
	float:left;
	width:100%;
	overflow:hidden;

}
#cart-price-precisions{float:left;
margin:25px;}

#cart_block #cart-prices .wrap{
float:right;
width:60%;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total,
#cart_block #cart_block_tax_cost {
	float:right;
	text-align:center;
	font-weight:bold;
	margin-right:20px;
}

#cart_block #cart_block_total {
color:#e92d00;
}

.priceco .total{
float:left;
font-weight:normal;
margin-left:0px;
text-align:left;
}

#cart_block #cart_block_shipping_cost {}

.priceco{
float:right;
margin:5px 0px;
font-weight:normal;
width:100%;
}


#cart-buttons {
margin:15px 20px 15px 0px; padding:0px;
float:right;
text-align:right;
width:50%;
}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
    border-left: medium none;
    border-radius: 6px 6px 6px 6px;
    border-right: medium none;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: inline-block;
    filter: none !important;
    font: 14px/20px 'Open Sans',sans-serif;
    padding: 9px 20px;
	background:#a83133;
    position: relative;
    text-shadow: none;
}
#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;
}

