/* ################################################## */
/* Basket bar */
/* ################################################## */
#shopping_basket { position: fixed; bottom: 0; z-index: 998; left: 0; right: 0; }
#basket_bar{ position: relative; height: 30px; background: url(../../images/structure/basket/total_bg.png) repeat-x bottom; }
#basket_bar .basket_info{ position: absolute; height: 30px; width: 200px; left: 97px; margin-left:10px; display: block;background: url(../../images/structure/basket/icon_basket.png) no-repeat left top; }
#basket_bar .basket_info a{ display: block; line-height: 30px; color: #FFF; font-size: 18px; font-weight: bold; }
#basket_bar a.btn-small { float: right; margin: 4px 5px 0 0; }
#toggle_basket_button { position: absolute; top: 8px; left: 5px; }
#toggle_basket_button a{ display: block; width: 72px; height: 17px; background: url(../../images/structure/basket/close_basket_btn.png) no-repeat;}
#toggle_basket_button span, #basket_items #previous_button a span, #basket_items #next_button a span, #items .basket_item .remove a span, .item_number a span{ display: none; }
.closed #toggle_basket_button a { background: url(../../images/structure/basket/open_basket_btn.png) no-repeat; }
#basket_items{ height: 125px; width: 100%; background: url(../../images/structure/basket/basket_items_bg.png) repeat-x; }
#items_wrapper { position:relative; float: left; width: 100%; height: 125px; overflow: auto; display: inline; }
#items{ margin-top: 5px; width: auto; height: 100px; width: 2100px;}
#items .basket_item{ position: relative; margin: 0; padding: 0 10px 0 10px; border-left: 1px solid #8C8D8D; float: left; width: 84px; }
#items .remove{ position: absolute; right: 10px; top: -2px; z-index: 999; }
#items .remove a{ display: block; width: 19px; height: 19px; background: url(../../images/structure/basket/remove_item_btn.png) no-repeat; }
#items .basket_item .image{ background-color: #ffffff; padding: 2px; }
#items .basket_item:hover .image { background-color: #ffcc00; }
#items .product_name{ margin: 4px 0; color: #FFF; display: block;}
.item_number{ position: absolute; width: 41px; height: 24px; top: 18px; left: 3px; }
