/* 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: 90px;
	display: none;

	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 10px 0px 10px;}

#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:left;
	margin-left:10px;
}
#cart_block .cart_block_product_name {font-weight:normal; width:120px;  float:left; font-size:12px; line-height:13px; }
#cart_block .cart_block_product_name .small{ font-size:9px; color:#999999; display:block;}

.image{
float:left;
margin-right:5px;
}

#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:14px;
}

#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; border-bottom:1px solid #dddddd;}

#cart_block #cart_block_list dt {padding:5px 0; display:block; width:340px; 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;
}

#cart_block #cart_block_list dd a{
	color:#999999;
	font-size:9px;
}

#cart_block #cart-prices {
	padding:20px 0px 20px 0px;
	margin-top:0px;
	line-height:20px;
	float:right;
	width:49%;
	overflow:hidden;

}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;
	text-align:center;
	font-weight:bold;
	margin-right:20px;
}

.priceco .total{
float:left;
margin-left:0px;
text-align:left;
font-size:12px;
}

#cart_block #cart_block_shipping_cost {}

.priceco{
float:right;
margin:0px 0px;
width:100%;
}


#cart-buttons {
margin:0px 0px 15px 0px; padding:0px;
float:left;
width:50%;
}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
text-align:center;

	padding:7px 14px;
	margin:24px 0px 10px 10px;
	font-size:10px;
	
	text-transform:uppercase;
	letter-spacing:1px;
}
#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;
}

