/* 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;
	right: 0;
	top: 65px;
	height: auto;
	width: 200px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 0 #C6C6C6;
	background:#eee
}
#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:0px 0px; float:left;}

#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:-3px 0 0 5px;
}

#cart_block .remove_link_voucher a{
    float:right;
    margin-right:-12px;
}
#cart_block .price {
	float:right;
	color:#FFAC00 !important;
        margin-right:10px;
}

#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 {font-weight:bold}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	float:left;
	padding:5px 4px;
	line-height:20px;
	font-weight:bold;
	/*border-top:1px solid #3C3C3C; 67508f*/
        border-top:1px solid #67508f;
	margin-top:5px;
}
#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 {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	border:none !important;
	background:none !important;
	padding:0px !important;
}
#cart_block #cart-buttons  #button_order_cart span {
	position:absolute;
	top:-1px;
	left:-12px;
	display:block;
	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;
}
#cart_block .block_content {
	/*background:#272727 !important;*/
        /*background:#513875 !important;*/
        background:none !important;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
}


#cart_block .box_login img, #cart_block .box_login a {
	float:left;
	margin-right:3px;
}
.basketIcon {
    margin-left:10px;
}
#cart_block .box_login a {
	margin-top:5px;
}

#cart_block, #cart_block a {
	color:#ECEDF2;
}
#cart_block .products {
	float:left;
	width:106%;
}
#cart_block #cart_block_list p {
	float:left;
	width:95%;
}
#cart_block #cart-buttons {
	padding:0px 4px !important;
}
#cart_block #cart_block_no_products {
	padding-bottom:0px !important;
	text-align:center;
	font-weight:bold;
}
#cart_block .account {
	margin-top:0px !important;
}
#cart_block .logout {
	float:right !important;
}
#cart_block .aNoBorder {
    text-decoration: none;
}
.ajax_block_cart_promo_info {
    color:#fff;
    width:100% !important;
    text-align:center;
    text-transform: uppercase;
}