/* 
    Document   : customerBasket
    Created on : 12-feb-2011, 22:43:48
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#customerbasket{ position: relative; margin-bottom: 21px;}
#customerbasket-content-preview {background: url('/images/cart/es/bg.jpg') no-repeat; width: 156px; height: 68px;}
#customerbasket-content-preview div { padding-top: 30px; padding-left: 55px;}
#customerbasket-content {display: none; position: absolute; top: -3px; left: -289px; z-index: 2;}
#customerbasket-loading{ display: none; position: absolute; top: 0px; left: 0px; background-color: #ffffff; opacity:0.65; filter:alpha(opacity=65); width: 100%; height: 100%;}
#customerbasket-loading img { display: block; margin: 75px auto;}
#customerbasket-content .basketLine { margin-left: 10px; height: 25px;}
#customerbasket-content .basketLine li { clear: both; margin: 5px 10px; list-style: none;}
#customerbasket-content .basketLine li div { float: left;}
#customerbasket-content .basketLine li .remove { width: 25px; text-align: center;}
#customerbasket-content .basketLine li .product { width: 235px; margin-left: 20px;}
#customerbasket-content .basketLine li .qty { width: 35px;}
#customerbasket-content .basketLine li input { width: 25px;}
#customerbasket-content .basketLine li .arrows { width: 10px; margin-right: 30px;}
#customerbasket-content .basketLine li .arrows a { padding: 0; height: 11px; float: left;}
#customerbasket-content .basketLine li .price { width: 45px; text-align: right;}
#customerbasket-content .basketLine-pack { margin-left: 60px; height: 2px; margin-bottom: 30px; clear:both; font-size: 8.7px; font-style: italic }
#customerbasket-content .basketLine-pack li { clear: both; margin: 5px 10px;}
#customerbasket-content .basketLine-pack li div { float: left;}
#customerbasket-content .basketLine-pack li .remove { width: 25px; text-align: center;}
#customerbasket-content .basketLine-pack li .product { width: 235px; margin-left: 20px;}
#customerbasket-content .basketLine-pack li .qty { width: 35px;}
#customerbasket-content .basketLine-pack li input { width: 25px;}
#customerbasket-content .basketLine-pack li .price { width: 45px; text-align: right;}
#customerbasket-content .subtotal { text-align: right; margin: 15px 10px 15px;}
#subtotal-line{ clear: both; border-top: 1px solid #fa2398; margin: 20px 10px 5px; height: 1px}
#customerbasket-content .header{ background: url('/images/cart/es/header.png') no-repeat; width: 453px; height: 46px;}
#customerbasket-content .content{ background: url('/images/cart/es/center.png') repeat-y; padding: 10px;}
#customerbasket-content .footer{ clear: both; background: url('/images/cart/es/footer.png') no-repeat; width: 453px; height: 24px;}
#process {text-align: right; margin-right: 10px;}