#shop_container { position: relative; width: 100%; color: #C0C0C0; font-size: 11px; } .shop_title { font-weight: bold; font-size: 14px; } #shop_container div { padding: 1px; } #top_container { width:100%; margin-bottom: 25px; } #region_selection { float: left; } #currency_selection { float: right; text-align: right; } #shop_container select { font-size: 9px; background-color: black; color: #C0C0C0; } #shopping_items { width: 100%; } .shopping_item_seperate { position: relative; width: 100%; height: 11px; background-image : url(../Images/Separator.gif); background-position : left; background-repeat : no-repeat; } .shopping_item { margin-top:0px; position: relative; width: 100%; height: 70px; } .shopping_subtotal { font-weight: bold; width: 100%; } .shopping_shipment { width: 100%; } .shopping_total_seperator { position: relative; width: 100%; height: 15px; background-image : url(../Images/Separator2.gif); background-position : left; background-repeat : no-repeat; } .shopping_total { font-weight: bold; width: 100%; margin-bottom: 25px; color: white; } .shopping_item_header { position: relative; width: 100%; height: 30px; font-weight: bold; color: white; } .article_type { float: left; width: 7%; } .article_image { float: left; width: 15%; } .article_title { float: left; width: 33%; } .article_price { float: left; width: 8%; } .article_size { float: left; width: 13%; } .article_number { float: left; width: 13%; } .article_itemtotal { float: right; width: 10%; color: white; } .text_left { float: left; } .price_right { float: right; width: 10%; } #shopping_goto_checkout { width: 100%; display: block; text-align:center; } #shopping_checkout { width: 100%; display: none; margin-top: 40px; } #shopping_checkout_info { width: 100%; display: none; } .checkout_line { width: 100%; } .checkout_text { float: left; width: 100px; } .checkout_input { float: left; width: 300px; } .checkout_input input { width: 90%; font-size: 9px; background-color: black; color: #C0C0C0; } .checkout_input textarea { font-family: Arial; width: 90%; height: 70px; font-size: 11px; background-color: black; color: #C0C0C0; } .clear { clear: both; } #payment_button_transfer { width: 100%; text-align: center; margin-top: 20px; display: none; } #payment_button_paypal { width: 100%; text-align: center; display: none; }