/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	z-index: 10;
	display:none;
	position: absolute;

	height: auto;

	-moz-box-shadow: 0 0 20px 0 #C4BDB7;
    -webkit-box-shadow: 0 0 20px 0 #C4BDB7;
    -o-box-shadow: 0 0 20px 0 #C4BDB7;
    -ms-box-shadow: 0 0 20px 0 #C4BDB7;
    box-shadow: 0 0 20px 0 #C4BDB7;
	background: white; 
	border-bottom: 2px solid #807572;
	border-top: 5px solid #F8F9F9;
	outline: none; 
	margin-bottom: 20px;
    padding: 5px 10px 20px;
	
}
.details-border:before {
    border-color: transparent transparent #F8F8F8;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;

    width: 0;
}
#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:8px 8px 16px 8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block; 
	margin-right:5px;
	min-width:18px;

}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link {
	float:right;
	display:inline-block;
	margin:1px 0 0 10px;
	height:20px;
	width:20px
}
#cart_block .remove_link a {
	display:inline-block;
	height:20px;
	width:20px;			   
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	background: url(../../../img/cultura/delete-bi-20.png) silver no-repeat right 0;
	margin-top: -3px;
}
#cart_block .remove_link a:hover {

	background: url(../../../img/cultura/delete-bi-20.png) #fc4d43 no-repeat right -20px;

}
#cart_block .price {
	float: right; 

}

#cart_block #cart_block_list dl {
	padding-bottom:10px
} 

#cart_block #cart_block_list dt { 
    height: 52px;
    padding:7px 0 4px 0;
	color: #493D3B;	
	border-top: 1px solid #EEEEEE;

}  
	
#cart_block #cart_block_list img {
    height: 50px;
    margin-right: 10px;
    width: 50px;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

#cart_block #cart_block_list dt a {
    font-weight:normal;

}
#cart_block #cart_block_list dd {
    display: none;
	margin-left:25px; 
	padding-bottom: 5px; 
	color: #493D3B;

}

#cart_block #cart-prices {
	padding: 10px 20px;
	margin-left: -20px;
	line-height: 20px;
	font-weight:normal;
	font-size: 15px;
	color: #493D3B;	
	width: 100%;
	background: #F8F8F8;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	-moz-box-shadow: 0 0 10px rgba(57, 36, 32, 0.1) inset;
    -webkit-box-shadow: 0 0 10px rgba(57, 36, 32, 0.1) inset;
    -o-box-shadow: 0 0 10px rgba(57, 36, 32, 0.1) inset;
    -ms-box-shadow: 0 0 10px rgba(57, 36, 32, 0.1) inset;
    box-shadow: 0 0 10px rgba(57, 36, 32, 0.1) inset;

}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;
	font-weight: normal;
	font-size: 15px;
	color: #FC4D43;
}
#cart_block #cart_block_shipping_cost {
    font-weight: normal; 
	font-size: 15px;
	color: #493D3B;
}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {	  

	float: left;
	margin-top: 20px;
	
	border: 1px solid #241F1D;
	font-weight: normal;	 
	background: #241F1D;			
	cursor: pointer;
	color: white;
	text-transform: none;
} 

#cart_block:hover #cart-buttons:hover  #button_order_cart:hover {	 
 
    text-decoration: none; 
	border: 1px solid #FC4D43;
	background: #FC4D43;
	color: white; 
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

#cart_block #cart-buttons  #button_order_cart span {
	position:absolute;
	top:-1px;
	left:-12px;
	display:none;
	height:26px;
	width:26px;
	background:url(img/icon/pict_add_cart.png) no-repeat 0 0
}
#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;
}

