/* 
    Document   : cart
    Created on : Jun 22, 2009, 8:32:23 PM
    Author     : igor
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*----------cart-----------------------*/
table.cart {border-collapse:collapse; border:0px solid #ffcc66; background-color:white}
table.cart tbody {border:0px}
table.cart tbody td {border-left:1px solid #ffcc66; border-right:1px solid #ffcc66; padding:0px; font-size:12px}
table.cart thead {border:0px solid #bbb}
table.cart thead th {border:0px solid #bbb; font-size:12px; color:white; font-style:italic}
table.cart tfoot {border:0px solid #bbb}
table.cart tfoot td {border:0px solid #bbb}
table.cart #orange {background-color:#ff8611; padding:0px}
table.cart #orange th {border:1px solid #cc6600}
table.cart #pad {padding:5px}
table.cart thead #invoice {color:black; font-weight:normal; font-style:normal}

/*table.cart tbody td {border-left:1px solid #ffcc66; border-right:1px solid #ffcc66; font-size:12px; padding:0px}*/
/*table.cart #orange {background-color:#ffcc99; padding:0px}*//*#cc6600*/
/*table.cart #orange {background-color:#ff9900; padding:0px}*/

/*----------cart head-----------------------*/
table.cart-head {border-collapse:collapse; border:0px solid #bbb; background-color:white; padding:0px; width:85%}
table.cart-head tbody {border:0px}
table.cart-head tbody td {border:0px; padding:0px; font-style:normal}
table.cart-head thead {border:0px}
table.cart-head tfoot {border:1px}
table.cart-head tfoot td {border:0px}
table.cart-head th {font-size:14px}
table.cart-head td {border-left:0; border-right:0; font-size:12px}
table.cart-head #title {background-color:#ff8611}
table.cart-head #title h2 {padding:0px; margin:5px; color:white; text-align:center; font-size:16px}
table.cart-head #pad {padding:5px}

/*------------cart foot---------------------*/
table.cart-foot {border-collapse: collapse; border:0px; padding:0px; width:20%; background-color: white}
table.cart-foot td {border:0px solid #bbb; padding:0px}
table.cart-foot tbody {border:0px solid #bbb}
table.cart-foot tbody td {border:0px solid #bbb; padding:10px 0 0 5px}
table.cart-foot thead {border:0px solid #bbb}
table.cart-foot tfoot {border:0px solid #bbb}
table.cart-foot tfoot td {border:0px solid #bbb}
table.cart-foot th {font-size:14px}
table.cart-foot #orange {background-color:#e97714; padding:5px}
table.cart-foot #orange th {border:1px solid gray}
table.cart-foot #white {background-color: white}
table.cart-foot #title {background-color: #e97714}
table.cart-foot #title h2 {padding:0px; margin:5px; color: white; text-align:center}
table.cart-foot #pad {padding:5px}
