/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
 #cart_block h4 {
	display: none;
}
 #cart_block {
	z-index: 999;
	display:none;
	position: fixed;
	right: 5px;
	top: 37px;
	height: auto;
	width: 190px;
	background:#2D333D;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #000;
	color: #fff;
}
 #cart_block:before {
	background: url("img/top_block_cart.png") repeat-x scroll left top transparent;
    bottom: 7px;
    content: "";
    display: block;
    height: 20px;
    position: relative;
	
}
#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:8px 8px 16px 8px;}

#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 {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:14px;
	width:14px;
	background: url(img/icon/delete.gif) no-repeat 0 0
}
#cart_block .price {
	float:right;
	font-size: 11px;
	color: #fff;
	margin:0;
	padding: 0;
}

#cart_block #cart_block_list dl {
	padding-bottom:10px
}
#cart_block #cart_block_list dt {padding:4px 0}
#cart_block #cart_block_list dt a {font-weight:bold; color: #fff;}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	padding:10px 4px;
	line-height:20px;
	font-weight:bold;
	border-top:1px solid #fff;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	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 {
	float:right;
    background-color: #FCFCFC;
    background-image: -moz-linear-gradient(center top , #FCFCFC 34%, #F1F1F1 70%);
    border: 1px solid #E7E7E7;
    border-radius: 0 0 0 0;
    color: #666;
    padding: 3px 7px;
}
#cart_block #cart-buttons  #button_order_cart span {
	position:absolute;
	top:-1px;
	left:-12px;
	display:block;
	height:26px;
	width:26px;
}
#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;
}
#close_cart {
	font-size: 12px;
	padding-top: 5px;
	text-transform: uppercase;
	border: bold;
	position: relative;
	display: inline-block;
	width: 65px;
}
#close_cart:before {
	content: "[ x ]";
	display: block;
	position: absolute;
	left: 45px;
	width: 25px;
}
#close_cart:hover {
	cursor: pointer;
	color: red;
	
}
#cart_block_list dd a {
	color: #585858;
}
#cart_block_no_products {
	padding: 10px 5px;
}