/* Special style for block cart*/

#cart_block .title_block, #header  #cart_block h4 {
	display: none;
}
#cart_block {
	z-index: 10;
	display:none;
	position: absolute;
	right: 10px;
	top: 40px;
	height: auto;
	width: 300px;
	background:#fff;
	border: 1px solid #000;
	padding: 6px 6px;
	z-index: 100;border-radius: 0px;
}
#cart_block.cart_block_hover {display:block}
#cart_block .title_block  span, #header  #cart_block h4 {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block_list dt {font-weight: normal;font-size: 12px !important;}
#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	/*padding-right:2px;*/
	/*min-width:18px;*/
	vertical-align: top;
	float:left;
}
#cart_block .remove_link, #cart_block .deleteCustomizableProduct {
	float:right;
	display:inline-block;
	margin:3px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
	display:inline-block;
	height:12px;
	width:12px;
	background: url(img/icon/delete.png) no-repeat 0 0
}
#cart_block .price {
	float:right;
	font-size: 14px;
}

#cart_block .price_fix {
	float:right;
	font-size: 14px;
}

#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 {
	/*display: inline-block; max-width: 95px;float:left;*/
}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	padding:10px 4px;
	line-height:25px;
	/*border-top:1px solid #EEEEEE;*/
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right
}
#cart-buttons{margin-top: 10px;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:20px
}

#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;
}

.products dt{
	/*height:55px;*/
	height:auto;	
}

.cart_block_customizations{
	width: 227px;
	float:right;
	/*margin-right:5px;*/		
}
.removeCustomization{
	display:inline-block;
		cursor: pointer;
	height:10px;
	width:10px;
	background: url(img/icon/delete.gif) no-repeat 0 0;
	margin-right:1px;
}

.deleteCustomizableProduct{
	float:right;	
}

.cart_block_customizations li{
	position:relative;	
	margin-top:3px;list-style:none;
}
.quantity-formated{
	margin-right:5px;	
}

.customisedCart{
	/*left: 10px;
	position: relative;*/
}

/*.normal.quantity-formated{
	margin-left:5px;
}*/

#cart_block .cart_block_product_name{
	/*float:left;*/	/*margin-left:5px;margin-right:5px;*/
}

#cart_block #cart_block_list dt {padding:10px 0; 	overflow: hidden;

	}
	
	#cart_block .cart_product_photo{
	float: left;
	margin-right: 6px;
	border: 1px solid #D8D8D8;
	}


#cart_block #cart_block_list dt {padding:10px 0; 	overflow: hidden;

	border-bottom: 1px solid #D8D8D8;}
