#cart { display:inline; }
#shopping-cart { margin:0px; padding:0px; border-collapse:collapse; width: 600px; }
#shopping-cart th { padding:4px; background-color:#3D5754; color:#fff; font-size: 12px; text-align:left; }
#shopping-cart td { margin:0px; padding: 4px; background-color:#fff; border: solid 1px #ddd; font-size: 12px; }
#shopping-cart tr.product { background-color:#fff; }
#shopping-cart tr.alternate { background-color:#eee; }
#shopping-cart span {  }
#shopping-cart h2.product-name { font-size:12px; margin:0px; width: 320px; font-weight:normal; }
#shopping-cart span.quantity { text-align:center; }
#shopping-cart input { border: solid 1px #bbb; }
#shopping-cart td.quantity { text-align:center; }
#shopping-cart span.price { width: 80px; }
#shopping-cart a.remove { font-size:11px; font-family:arial; color:#888; }
#shopping-cart td.empty { padding:20px; }
.shopping-cart-total { font-weight: bold; text-align:right; }

#checkout-container-main { width:800px; }
#checkout-container { float:left; width:600px; font-size: 12px; }
#checkout-container div.title { padding:4px; background-color:#3D5754; color:#fff; font-size: 12px; text-align:left; }
#checkout-container div.content { padding:12px; background-color:#fff; }
#checkout-container div.checkout-box { border: solid 1px #bbb; }
#checkout-container h2 { margin:4px 0px 18px 0px; font-family:arial; font-size: 14px; border-bottom: solid 1px #ddd }
#checkout-container ul.login-form { list-style:none; padding:0px; }
#checkout-container ul.login-form li {  }
#checkout-container ul.login-form input { width: 240px; }
#checkout-container .ui-progressbar { height: 20px; margin-bottom: 10px; }
#checkout-container .ui-progressbar-value { background-image:url('/img/orange-progressbar.png'); }
#checkout-container #shopping-cart { width:99%; }
#checkout-container #shopping-cart h2 { border:none; }
#checkout-container #shipping-label { display:inline; }
#checkout-container #shipping { width:20px; height:14px; }
#checkout-container label { display:inline; }

.row input { width:270px; }
.row { padding:4px; }
.l-col { float:left; padding-right:10px; }
.r-col { float:left; }
input { border: solid 1px #aaa; height:22px; }
input:hover { background-color:#ffffee; }

.checkout-sidebar { width: 180px; border:solid 1px #aaa; float:left; margin-left:10px; }
.checkout-sidebar-title { padding:4px; background-color:#3D5754; color:#fff; font-size:12px; }
.checkout-sidebar-content { padding:4px; font-size:10px; background-color:#fff; }
.checkout-sidebar-content div { padding:1px; }
a.checkout-sidebar-change-link { text-decoration:underline; font-weight:normal; float:right; padding-right:2px; font-size: 10px; color:#fff; }

