
#left_column #cart_block, #right_column #cart_block {
}
#header #cart_block .title_block, #header #cart_block h4 {
    display: none;
}
#header #cart_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 0 5px 5px;
    border-top: medium none;
    box-shadow: 0 5px 5px 0 #AAA7A7;
    color: #000000;
    display: none;
    height: auto;
    position: absolute;
    right: 16px;
    top: 57px;
    width: 220px;
    z-index: 10;
}
#cart_block.cart_block_hover {
    display: block;
}
#cart_block .title_block span, #header #cart_block h4 {
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    padding-left: 10px;
    text-transform: none;
}
#cart_block .block_content {
}
#cart_block #cart_block_summary {
    display: none;
}
#cart_block .quantity-formated {
    display: inline-block;
    min-width: 18px;
    padding-right: 2px;
    vertical-align: top;
	width:25px;
}
#cart_block .cart_block_product_name {
    font-weight: bold;
}
#cart_block .remove_link, #cart_block .deleteCustomizableProduct {
    display: inline-block;
    float: right;
    height: 12px;
    margin: 1px 0 0 5px;
    width: 12px;
}
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
    background: url("img/icon/delete.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    width: 12px;
}
#cart_block .price {
    font: 700 11px arial;
    margin: 0;
}
#cart_block #cart_block_list dl {
    padding-bottom: 10px;
}
#cart_block #cart_block_list dt {
    padding: 0 0 5px;
}
#cart_block #cart_block_list dt a {
    display: inline-block;
    font: 700 11px arial;
    margin: 0 5px 0 0;
    vertical-align: top;
    width: 65px;
}
#cart_block #cart_block_list dd {
    margin-left: 20px;
}
#cart_block #cart-prices {
    border-top: 1px solid #999999;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 4px;
}
#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 {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}
#cart_block #cart-buttons #button_order_cart span {
    background: url("img/icon/pict_add_cart.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    left: -12px;
    position: absolute;
    top: -1px;
    width: 26px;
}
#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;
}