﻿.pageTitle {  background:#fff;font-family: Tahoma, Verdana; color:#003663; font-size:18px; padding-bottom:3px; border-bottom:1px solid #c9c9c9; margin-bottom:10px;float:left; border:none; }
.cartTbl { border-spacing:1px; width:100%; background:#fff}
.cartTbl td { padding:4px; text-align:center; background:#eee; }
.cartTbl .headerTbl td { font-weight:bold; color:#252525; background:#ccc; }
.cartTbl .productTbl { width:350px; text-align:left; }
.cartTbl .productTbl div { margin-top:4px; }
.cartTbl .whiteTbl{ background:#fff}
.cartTbl .alignRight { text-align:right; }
.cartTbl .alignLeft { text-align:left; }
.cartButtons { width:100%; margin-top:15px; }
.cartButtons td { width:33%; text-align:center; }
.btnAdd { text-indent:200px; border:0; width:53px; height:18px; overflow:hidden; background: url("images/btn-add.png"); cursor:pointer; margin-left:5px; }
.btnRemove { text-indent:16px; border:0;  width:16px; height:16px; overflow:hidden; background: url("images/btn-delete.jpg"); cursor:pointer; } /*width:95px; height:20px;*/
.btnRemoveCoupon { text-indent:200px; border:0; width:95px; height:20px; overflow:hidden; background: url("images/btn-remove-coupon.png"); cursor:pointer; }
.btnContinue { text-indent:200px; border:0; width:179px; height:28px; overflow:hidden; background: url("images/btn-continue.png"); cursor:pointer; }
.btnUpdate { text-indent:200px; border:0; width:179px; height:28px; overflow:hidden; background: url("images/btn-update.png"); cursor:pointer; }
.btnCheckout { text-indent:200px; border:0; width:179px; height:28px; overflow:hidden; background: url("images/btn-checkout.png"); cursor:pointer; }
.total { font-size:16px; font-weight:bold }
.savingText { float:left; width:750px; }
.savingTextBtn { float:left; width:200px; }
.smallInput { border:1px solid #cdcdcd; width:150px; height:18px; }
.btnSaveCart { text-indent:200px; border:0; width:139px; height:28px; overflow:hidden; background: url("images/btn-savecart.png"); cursor:pointer; }
.btnEmailCart { text-indent:200px; border:0; width:139px; height:28px; overflow:hidden; background: url("images/btn-email.png"); cursor:pointer; }
.cartMessages { font-weight:bold; margin-bottom:10px; }
.saveArea { width:1000px; margin-bottom:12px; }
.line { background:#c9c9c9; height:1px; margin-bottom:10px; width:925px; }
.couponTbl td { padding:10px; background:#f5e8a2;  }
.coupon { font-weight:bold; color:#000; border:2px dashed #d68c35; min-width:179px }
.quanity { border:1px solid #cdcdcd; width:26px; height:18px; text-align:center; }
.featuredTitle { margin-top:50px; margin-bottom:1px; }
.featured { padding:10px; background: url("images/bg-grad.png") repeat-x; }
.featuredWrap { margin:5px; float:left; width:300px; height:75px; line-height:15px; font-size:10px; }
.clearfix { display:inline-block; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }