/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block .title_block {
	display: none;
}
#header #cart_block {
	background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 0 1px 0 #DEDEDE;
    display: none;
    height: auto;
    position: absolute;
    right:0px;
    top:80px;
    width: 215px;
	z-index:111;

}
#cart_block.cart_block_hover {display:block}
#cart_block h4 span {
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image:url(img/icon/sort_asc_white.gif);
	font-size:0.8em;
}



#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	float:left;
	min-width:18px;
}
#cart_block dt {
    text-align: right;
}
#cart_block .cart_block_product_name {font-weight:bold; margin:0 0 0 4px;}
#cart_block .remove_link {
	      text-align: right;
    margin: 1px 0 0 5px;
	float:right;
   }
#cart_block .remove_link a {
	  background: url("../../../img/icon/delete.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 13px;
    text-align: right;
    width: 11px;
}
#cart_block .price {
	float:none;
	text-align:right;
	font-size:12px;
	color:#D50D37;
	
}

#cart_block #cart_block_list dl {
	padding-bottom:5px
}
#cart_block #cart_block_list dt {  padding: 4px 0; clear:both; }
#cart_block #cart_block_list dt a {font-size:11px;font-weight:bold; color:#443E3E; float:left;}
#cart_block #cart_block_list dd {
	margin-left:20px;
	font-size:11px;
}

#cart_block #cart-prices {
	 border-top: 1px dotted #9A9A9A;
    /*float: left;*/
    width: 100%;
	overflow:hidden;
	clear:both;
}
#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 {   
	  background-position: 0 -78px;
    float: left;
    margin-right: 5px;
    width: 60px;
	}
#cart_block #cart-buttons .button_small:hover {background-position:0 -157px;} 
#cart_block #cart-buttons  #button_order_cart {
	    background: none repeat scroll 0 0 #443E3E;
    float: left;
    margin-right: 0;
	width:90px;
}
#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 #cart_block_no_products{  margin: 0.5em 0;}
#cart_block_list{ }
.sideboxcart span{float:left;}
.sideboxcart{  
	padding:3px 0 0;
    float: left;
    margin: 0;
    width: 100%;
	}
#cart-buttons{ 
	border-top: 1px dotted #9A9A9A;
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
    padding-top: 6px;
	}
#sideboxcartinfo{float:left;}
