/* Special style for block cart*/
#cart_block {
    z-index: 999;
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    height: auto;
    width: 225px;
    margin-left: 145px;
    box-shadow: 0 2px 10px #000;
    background: #373737 repeat;
    padding-bottom: 5px;
    color: white !important;
    border: 1px solid #fff;
}
#cart_block_no_products{margin-bottom: 10px;}
#cart_block.cart_block_hover {display:block}
#cart_block h4 {
	display:none;
}
#cart_block h4 span {
	float: right;
   padding-left: 10px;
   text-transform: none;
   background-position: left top;
   background-repeat: no-repeat;
   cursor: pointer
}
#cart_block h4 span#block_cart_collapse {background-image: url(../../../img/icon/sort_asc_white.png) }
#cart_block h4 span#block_cart_expand {background-image: url(../../../img/icon/sort_desc_white.png) }

#cart_block  .block_content {padding:8px 8px 15px 8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
	width:15px;
    float: left;
}
#cart_block .cart_block_product_name {font-weight:bold; color: white !important;}
#cart_block .remove_link {
	float:right;
	display:inline-block;
	margin:4px 0 0 5px;
	height:13px;
	width:14px;
    background: url(../../../img/icon/deleteIcon.gif) center no-repeat;
}
#cart_block .remove_link a {
	display:inline-block;
	height:17px;
	width:17px;
}
#cart_block .price {
	float:right
}

#cart_block #cart_block_list dt {
    padding: 4px 0 10px;
    height: 17px;
    line-height: 22px;
    border-bottom: 1px dotted white;
}
#cart_block #cart_block_list dt.last_item{border: none !important;}
#cart_block #cart_block_list dt a {font-weight:bold; color: white !important;width: 110px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;}
#cart_block #cart_block_list dd {   
    display: none !important;
	margin-left:20px
}
#cart_block #cart_block_list dd a{color: white; font-style: italic;}

#cart_block_list #vouchers{width: 100%;}
#cart_block_list #vouchers tr{border-top: 1px dotted #fff;}
#cart_block_list #vouchers td.name{padding: 8px 0;width: 134px;}
#cart_block_list #vouchers td.price{padding: 8px 6px;width: 68px;text-align: right;}

#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:normal}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:25px;
    background:#fff url(../../../img/images/btn_arrow.png) 3% 50% no-repeat !important;
    color: black !important;
}
