/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	 background: none repeat scroll 0 0 #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 0 #C6C6C6;
    display: none;
    height: auto;
    position: absolute;
    right:297px;
    top: 103px;
    width: 228px;
    z-index: 10;
}
#header #cart_block #cart_block_summary { height: auto;
    }
#header #cart_block .block_content{
	background:none;
	padding:10px;
}
#header #cart-buttons {
    
    padding-top: 5px;
} 
#header #cart_block_list {
 
}
#cart_block h4 span#block_cart_collapse {
     
}
#cart_block.cart_block_hover {display:block}
#cart_block h4 span {
 background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0.8em;
    padding-left: 10px;
    text-transform: none;
}
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
    float: left;
}
#cart_block dl span.quantity-formated {
    padding-right: 4px;
}
#cart_block .block_content {
    font-size: 12px;
   
}
#cart_block #cart_block_summary { height: auto; display:none;
    }
#cart_block .quantity-formated {
	display:inline-block;

	/*min-width:18px;*/
}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link {
	 
}
#cart_block .remove_link a {
	background: url("../../../img/icon/delete.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 13px;
    margin-left: 6px;
    width: 11px;
}
#cart_block .price {
	 float: none;
    font-weight: normal;
	 
}

#cart_block #cart_block_list dl {
	 font-size: 11px;
}
#cart_block #cart_block_list dt {  text-align: right;
    
	 clear: both;
    margin-top:3px;}
#cart_block #cart_block_list dt a { font-weight: bold;}
#cart_block #cart_block_list dd {
	 clear: both;
    margin-top: 0.2em;
}

#cart_block #cart-prices {
	float:left;
	 border-top: 1px dotted #9A9A9A;
	padding-bottom:5px;
	width:100%;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;
	font-weight:bold;
}
#cart_block #cart_block_shipping_cost {font-weight:bold}

#cart_block #cart-buttons .button_small {}
#cart_block #cart-buttons  #button_order_cart {
	float:right;

}
#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;
}
#cart_block_list{  }
.sideboxcart span{float:left;}
.sideboxcart{float:left;width:100%;}
 
#sideboxcartinfo{float:left;}

#cart_block #cart-price-precisions {
    border-top: 1px dotted #9A9A9A;
    font-size: 11px;
    height: 2em;
    margin-top: 0.5em;
    padding-top: 0.4em;
}
#cart_block p#cart-buttons a {
 background-position: 0 -22px;
    float: left;
    margin: 0 5px 0 0;
    text-decoration: none;
    width: 80px;}
#cart_block p#cart-buttons a:hover {
background-position: 0 -132px;
}

#cart_block p {
    clear: both;
	overflow:hidden;
}

#cart-buttons {
 
 padding-top:5px;
}
#cart_block #cart-buttons #button_order_cart {
 
float: left;
    margin: 0;
}
#cart_block #cart-buttons .button_small {}
#cart_block #cart_block_no_products {
    font-weight: bold;
	padding-bottom:5px;
}