/* global checkout */

	/* content templates */
	div.checkoutFullContent { width: 875px; margin: 10px auto; }
	div.checkoutFullContent .colLeft { display: inline; float: left; width: 417px; }
	div.checkoutFullContent .colRight { display: inline; float: right; width: 417px; }
	/* ------------------ */

	/* checkout breadcrumb */
	table#checkoutBreadcrumb { width: 100%; border: 2px solid #666; }
	table#checkoutBreadcrumb td { line-height: 1; color: #777; border-right: 2px solid #666; background: #b7b7b7 url(../images/backgrounds/bkg-checkoutBreadcrumb.gif) repeat-x top left; }
	table#checkoutBreadcrumb td.active { color: #fff; background: #920000 url(../images/backgrounds/bkg-checkoutBreadcrumbActive.gif) repeat-x top left; }
	table#checkoutBreadcrumb td.last { border-right: 0px; }
	table#checkoutBreadcrumb span.stepNumber { font-size: 22px; display: inline; float: left; margin: 1px 0 0 30px; }
	table#checkoutBreadcrumb span.stepDescription { font-size: 12px; font-weight: bold; display: inline; float: left; margin: 6px 0 0 22px; }	
	table#checkoutBreadcrumb td.last span.stepNumber { margin-left: 75px; }
	/* -------------------- */

	/* checkout form fields */
	div#layoutFullbodyContent div.FormArea input { font-size: 11px; }
	div#layoutFullbodyContent div.FormArea select { font-size: 11px; }
	div#layoutFullbodyContent div.FormArea .btnSubmit { display: inline; float: right; margin-top: 10px; }
	/* ------------------- */
	
	/* Checkout Items listing */
	table.cartItemsDisplay { width: 100%; margin: 0 auto; }
	table.cartItemsDisplay input { font-size: 11px; }
	table.cartItemsDisplay td, table.cartItemsDisplay th { text-align: left; vertical-align: top; }
	table.cartItemsDisplay td { border: 1px solid #d2d2d2; border-right: 0px; border-left: 0px; padding: 0; margin: 0; }
	table.cartItemsDisplay th { font-weight: bold; }
	table.cartItemsDisplay td.last { border-right: 1px solid #d2d2d2; }
	table.cartItemsDisplay td.first { border-left: 1px solid #d2d2d2; }
	table.cartItemsDisplay div.cellContent{ border-right: 1px solid #d2d2d2; padding: 0 5px; margin: 8px 0;}
	table.cartItemsDisplay .last div.cellContent { border: 0px;}
	table.cartItemsDisplay td.spacer { height: 3px; border: 0px; }
	table.cartItemsDisplay td.color1 { background-color: #fff;}
	table.cartItemsDisplay td.color2 { background-color: #f7f7f5;}
	table.cartItemsDisplay .descriptionCell { width: 390px; }
	table.cartItemsDisplay .quantityCell { width: 130px; }
	table.cartItemsDisplay .availablityCell { width: 85px; }
	table.cartItemsDisplay .priceCell { width: 140px; }
	table.cartItemsDisplay .totalCell { width: 90px; }
	table.cartItemsDisplay a { color: #810000; }
	table.cartItemsDisplay img.productImage { display: inline; float: left; border: 1px solid #d2d2d2; }
	table.cartItemsDisplay div.productInformationGiftWrap { width: 100%; }
	table.cartItemsDisplay div.productInformation { width: 232px; display: inline; float: right; }
	table.cartItemsDisplay div.productInformation h3,
    table.cartItemsDisplay div.productInformation h3 a { font-size: 12px; font-weight: bold; color: #c00; }
	table.cartItemsDisplay div.productInformation span.sku { display: block; margin-bottom: 10px; }
	table.cartItemsDisplay div.productInformation div.itemOfferArea { margin-bottom: 10px; }
	table.cartItemsDisplay div.productInformation span.itemOffer { font-size: 10px; padding: 2px; display:block; color: #fff; margin: 0 0 -11px; }
	div#reviewItems table.cartItemsDisplay div.productInformation span.itemOffer { font-size: 10px; padding: 2px; display:block; color: #fff; margin: 0 0 2px; }
	table.cartItemsDisplay div.productInformation span.itemOffer a.itemOfferLink { color: #fff; }
	table.cartItemsDisplay div.productInformation div.warrantyOffer { margin-bottom: 10px; }
	table.cartItemsDisplay div.extWrntOffer { color: #ffffff;padding: 2px 2px;clear: right;margin: 0 2px 0.2em 0; float: left;}
	table.cartItemsDisplay div.extWrntOffer span.extWrntOptnsClass { padding-left: 5px; padding-right: 30px;color: red; }
	table.cartItemsDisplay div.extWrntOptions {float: left; width: 100%; position: relative;}
	table.cartItemsDisplay div.productInformationGiftWrap { width: 100%; padding: 5px 0; background: url(../images/backgrounds/bkg-giftWrap.png) no-repeat 10px 10px; }
	table.cartItemsDisplay div.productInformationGiftWrap h3 { margin-left: 45px; }
	table.cartItemsDisplay div.productInformationGiftWrap h3 span { color: #666; }
	table.cartItemsDisplay div.productInformationGiftWrap span.sku { margin: 0 0 0 45px; }
	table.cartItemsDisplay span.updateQuantity { display: block; margin-top: 5px; }
	table.cartItemsDisplay span.price { display: block; text-align: right; margin-bottom: 2px; font-weight: normal; }
	table.cartItemsDisplay span.price span { text-decoration: line-through; }
	table.cartItemsDisplay span.priceYouPay { color: #000; text-align: right; }
	table.cartItemsDisplay span.priceYouPay span { font-size: 13px; font-weight: bold; text-decoration: none; }
	table.cartItemsDisplay span.total { font-size: 13px; color: #c00; font-weight: bold; }
	/* -------------------------- */

	/* checkout order summary */
	div#orderSummary { border: 1px solid #d4d4d4; background-color: #fff; padding: 10px 8px; }
	div#orderSummary h3 { font-weight: bold; font-size: 12px; color: #000; border-bottom: 1px solid #d4d4d4; background: none; margin: 0 0 8px 0; padding: 0 0 10px 5px; }
	div#orderSummary h3 span { color: #666; font-weight: normal; font-size: 11px; }
	div#orderSummary table { width: 100%; }
	div#orderSummary td#verisign { text-align: left; vertical-align: bottom; }
	div#orderSummary td#totals { text-align: left; vertical-align: top; }
	div#orderSummary td#totals span.entry { display: inline; float: left; text-align: right; width: 225px; }
	div#orderSummary td#totals span.total { display: inline; float: right; margin-right: 10px; }
	div#orderSummary td#totals span.orderTotalEntry { font-weight: bold; font-size: 12px; color: #000; margin-top: 15px; }
	div#orderSummary td#totals span.orderTotalTotal { font-weight: bold; font-size: 12px; color: #c00; margin-top: 15px; }
	/* ------------------- */
	
	/* Shopping Cart Content layer */
	div#shoppingCartContentLayer { width: 250px; position: absolute; top: 0; left: 0; z-index: 50; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left;}
	div#shoppingCartContentLayerContent { background-color: #fff; border: 1px solid #000; text-align: center; padding: 10px; }
	div#shoppingCartContentLayerContent div.scrollableContent { height: 200px; overflow: auto; text-align: left; }
	/* ------------------------ */

	/* Shopping Cart Notification Layer */
	div#shoppingCartNotificationLayer { width: 700px; position: absolute; top: 0; left: 0; z-index: 50; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left; }
	div#shoppingCartNotificationLayerContent p { margin-bottom: 15px; }
	div#shoppingCartNotificationLayerContent h1 { margin-bottom: 10px; }
	div#shoppingCartNotificationLayerContent span.okClose { display: block; text-align: center; font-weight: bold; font-size: 14px; }
	div#shoppingCartNotificationLayerContent span.okClose a { color: #810000; }
	/* ---------------- */
	
	/* Shopping Cart Gift Wrap Layer */
	div#giftWrapLayer { position: absolute; width: 400px; top: 0; left: 0; z-index: 50; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left; }
	div#giftWrapContent p { margin: 10px 0; }
	div#giftWrapContent label { display: inline; float: left; margin: 3px 10px 0 2px; }
	div#giftWrapContent .formButton { display: inline; float: right; margin: 5px 0 0 5px; }
	div#giftWrapContent a { color: #810000; }
	/* ------------------- */
	
	/* Shopping Cart Extended Warranty */
	div#extendedWarrantyLayer { position: absolute; top: 0; left: 0; width: 600px; z-index: 50; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left; }
	div#extendedWarrantyLayerContent a { color: #810000; }
	div#extendedWarrantyLayerContent h1 { margin-bottom: 10px; }
	div#extendedWarrantyLayerContent p#description { display: inline; float: left; width: 330px;  }
	div#extendedWarrantyLayerContent div#price { display: inline; float: left; width: 180px; margin-left: 15px; }
	div#extendedWarrantyLayerContent div#price span { display: block; color: #666; }
	div#extendedWarrantyLayerContent div#price span span { display: inline; text-decoration: line-through; }
	div#extendedWarrantyLayerContent div#price span.priceYouPay { color: #000; }
	div#extendedWarrantyLayerContent div#price span.priceYouPay span { font-size: 13px; font-weight: bold; color: #000; text-decoration: none; }
	div#extendedWarrantyLayerContent p#termsConditionsIntro { margin-top: 10px; }
	div#extendedWarrantyLayerContent div#termsConditionsText { margin-top: 10px; height: 100px; overflow: auto; background-color: #fff; border: 1px solid #000; }
	div#extendedWarrantyLayerContent div#termsConditionsText div { padding: 5px 10px; }
	div#extendedWarrantyLayerContent div#termsConditionsText p { padding: 5px 0;}
	div#extendedWarrantyLayerContent span#acceptTermsInput { display: inline; float: right; margin: 10px 0 5px 0;}
	div#extendedWarrantyLayerContent span#acceptTermsInput input { display: inline; float: left; }
	div#extendedWarrantyLayerContent span#acceptTermsInput label { display: inline; float: left; margin: 3px 0 0 2px; }
	div#extendedWarrantyLayerContent .formButton { display: inline; float: right; margin-left: 5px; }
	/* ------------------- */

/* -------------------------------- */

/* Shopping Cart */
div#shoppingCartPromos { width: 923px; margin: 0 auto; }
div#shoppingCartPromos img { display: inline; float: left; } 
h1#shoppingCartH1 { border-top: 1px solid #d2d2d2; }
h1#shoppingCartH1 span { display: inline; float: left; }
h1#shoppingCartH1 span#cartId { font-size: 11px; color: #666; margin-top: 2px; margin-left: 20px; }
h1#shoppingCartH1 span#cartMessage { display: inline; float: right; font-size: 11px; font-weight: normal; color: #666; margin-top: -11px; }
div#shoppingCartContent table.cartItemsDisplay span.updateQuantity { display: inline; margin: 0; }
div#shoppingCartContent p#cartSpecialOffer { padding: 5px 0; margin-top: 5px; background: #900 url(../images/backgrounds/bkg-cartSpecialOffer.gif); text-align: center; color: #fff; font-size: 12px; font-weight: bold;}
div#shoppingCartContent p#cartSpecialOffer a { color: #fff; }
div#shoppingCartContent div#paymentTotalsArea { border: 1px solid #000; margin-top: 5px; background-color: #fff; }
div#shoppingCartContent div#paymentOrderTotals { display: inline; float: right; width: 370px; margin: 0 10px 0 0; }
div#shoppingCartContent div#paymentOrderTotals div.entrySet { color: #000; width: 100%; border-bottom: 1px solid #d2d2d2; padding: 5px 0; line-height: 1; }
div#shoppingCartContent div#paymentOrderTotals span.entryLabel { display: inline; float: left; text-align: right; width: 278px; margin: 5px 0; }
div#shoppingCartContent div#paymentOrderTotals span.entryTotal { display: inline; float: right; text-align: right; margin: 5px 10px 5px 0; }
div#shoppingCartContent div#paymentOrderTotals span.lowlight { color: #666; }
div#shoppingCartContent div#paymentOrderTotals span.merchandiseTotal { font-size: 13px; font-weight: bold; }
div#shoppingCartContent div#paymentOrderTotals span.orderLabel { font-size: 14px; font-weight: bold; }
div#shoppingCartContent div#paymentOrderTotals span.orderTotal { font-size: 16px; font-weight: bold; color: #c00; }
div#shoppingCartContent div#paymentOrderTotals div.placeOrder { text-align: right; padding: 10px; width: auto; }
div#shoppingCartContent div#paymentOrderTotals div.placeOrder span { display: block; font-size: 10px; margin-top: 5px;}
div#paymentOrderTotals div.uPromise img { display: inline; float: left; margin: 0 10px; }
div#shoppingCartContent div#paymentOrderTotals div.uPromise p { line-height: 1.35; color: #666; display: inline; float: left; width: 275px; margin-top: 2px; }
div#shoppingCartContent div#paymentOrderTotals div.uPromise span.price { font-weight: bold; color: #000; }
div#shoppingCartContent div#cartShippingEntry { background-color: #f7f7f6; }
div#shoppingCartContent div#cartShippingEntry div#cartZipCodeArea { color: #666; display: inline; float: left; width: 145px; margin: 0 0 0 10px; border-right: 1px solid #d2d2d2; }
div#shoppingCartContent div#cartShippingEntry div#cartZipCodeArea div#zipCodeEntry { width: 135px; margin-top: 5px; }
div#shoppingCartContent div#cartShippingEntry div#cartZipCodeArea div#zipCodeEntry .text { width: 75px; }
div#shoppingCartContent div#cartShippingEntry span.entryLabel { width: 122px; }
div#shoppingCartContent div#cartShippingEntry span.entryTotal { display: inline; float: right; width: 55px; text-align: right; margin: 5px 10px 5px 0; }
div#shoppingCartContent div#cartShippingEntry span#shippingInfoLink { display: block; margin-top: 5px;}
div#shoppingCartContent div#checkoutLeftBottom { display: inline; float: left; width: 500px; margin: 10px 0 10px 10px;}
div#shoppingCartContent div#cartRelatedItems { border: 1px solid #d2d2d2; margin-top: 10px; }
div#shoppingCartContent div#checkoutLeftBottom h3, div#shoppingCartContent div#emptyCartRecentlyViewed h3 { display: block; font-weight: bold; color: #000; font-size: 11px; }
div#shoppingCartContent div#cartRelatedItems { border: 1px solid #d2d2d2; margin-top: 10px; padding: 10px 15px; }
div#shoppingCartContent div#cartRelatedItems div.relatedItem { display: inline; float: left; width: 92px; margin: 15px 25px 0 0; text-align: center; }
div#shoppingCartContent div#cartRelatedItems div.relatedItemLast { margin-right: 0px; }
div#shoppingCartContent div#cartRelatedItems div.relatedItem img { border: 1px solid #d2d2d2; margin-bottom: 5px; }
div#shoppingCartContent div#cartRelatedItems div.relatedItem span.price { display: block; }
div#shoppingCartContent div#cartRelatedItems div.relatedItem span.name { display: block; color: #c00; font-weight: bold; }
div#shoppingCartContent div#promoArea { background-color: #f7f7f6; border: 1px solid #d2d2d2; padding: 10px 15px; }
div#shoppingCartContent ul#appliedCodes li { position: relative; margin-top: 10px; padding-left: 20px; }
div#shoppingCartContent ul#appliedCodes li#singlePromoMessage, div#shoppingCartContent ul#appliedCodes li#promoErroMessage { padding-left: 0; }{ padding-left: 0; }
div#shoppingCartContent ul#appliedCodes li span.number { position: absolute; top: 0; left: 0; }
div#shoppingCartContent ul#appliedCodes li {}
div#shoppingCartContent div#cartPromoCode { width: 200px; margin: 5px 0 15px 0; }
div#shoppingCartContent div#cartPromoCode .text { width: 133px; }
div#shoppingCartContent div#emptyCartRecentlyViewed { width: 500px; }
div#shoppingCartContent span#emptyCartVerisignLogo { display: block; margin-top: 10px; }
/* ----------------------- */

/* Checkout Login Page */
div#checkoutLoginContent h2 { background: #e0e0de url(../images/backgrounds/bkg-checkoutLoginH2.gif) repeat-x top left; padding: 14px 14px; font-size: 14px; font-weight: bold; color: #cc0000; font-weight: bold; line-height: 1; }
div#checkoutLoginContent div#doYouHaveAccountArea { padding-left: 69px; background: url(../images/backgrounds/bkg-doYouHaveAccountLeft.gif) no-repeat top left; }
div#checkoutLoginContent div#doYouHaveAccountContent { padding-left: 15px; height: 124px; overflow: hidden; background: url(../images/backgrounds/bkg-doYouHaveAccount.gif) repeat-x top left; border-right: 1px solid #000; }
div#checkoutLoginContent div#doYouHaveAccountContent h2 { color: #000; margin: 20px 0; background: none; padding: 0; }
div#checkoutLoginContent div#doYouHaveAccountContent p { font-size: 12px; margin-left: 12px; }
div#checkoutLoginContent div.loginBox { width: 440px; margin: 15px 0; background-color: #fff;  border: 1px solid #d3d3d3; }
div#checkoutLoginContent div.loginBoxContent { width: 412px; margin: 5px auto 0 auto; height: 200px; }
div#checkoutLoginContent div.loginBoxContent p { margin-bottom: 15px; }
div#checkoutLoginContent div.loginBoxContent div.FormEntry span.label { width: 220px; }
div#checkoutLoginContent span.userIdLabel { margin-top: 0; }
div#checkoutLoginContent div.loginBoxContent div.FormEntry span.input { width: 182px; }
div#checkoutLoginContent div.FormArea a { color: #810000; }
/* ----------------------------- */

/* checkout Login Page with Items from Session */
div#checkoutLoginItemsLayer { z-index: 50; position: absolute; top: 0; left: 0; width: 884px; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left; }
div#checkoutLoginItemsLayer .layerTop { width: 100%; height: 9px; background: url(../images/backgrounds/bkg-checkoutLoginItemsTop.png) no-repeat top left;}
div#checkoutLoginItemsLayer .layerMiddle { width: 100%; background: url(../images/backgrounds/bkg-checkoutLoginItemsBody.png) no-repeat top left; }
div#checkoutLoginItemsLayer .layerBottom { width: 100%; height: 9px; background: url(../images/backgrounds/bkg-checkoutLoginItemsBottom.png) no-repeat top left; }
div#checkoutLoginItemsContent { width: 866px; margin: 0 auto; padding-bottom: 10px; }
div#checkoutLoginItemsContent h2 { margin-bottom: 10px; background: #e0e0de url(../images/backgrounds/bkg-checkoutLoginH2.gif) repeat-x top left; padding: 14px 14px; font-size: 14px; font-weight: bold; color: #cc0000; font-weight: bold; line-height: 1; }
div#checkoutLoginItemsContent p { padding: 0 14px 15px 14px; }
div#checkoutLoginItemsContent a.button { display: inline; float: left; margin-left: 12px; }
div#checkoutLoginItemsContent div#itemsContainer { background-color: #f7f7f5; border: 1px solid #000; width: 852px; margin: 15px auto 0 auto; }
div#checkoutLoginItemsContent table.cartItemsDisplay { width: 836px; }
div#checkoutLoginItemsContent table.cartItemsDisplay .quantityCell { width: 80px; }
div#checkoutLoginItemsContent table.cartItemsDisplay .availablityCell { width: 84px; }
div#checkoutLoginItemsContent table.cartItemsDisplay .priceCell { width: 130px; }
div#checkoutLoginItemsContent table.cartItemsDisplay .totalCell { width: 82px; }
/* -------------------------------- */

/* checkout Shipping Info */
div#checkoutShippingContent div#checkoutShippingInfo { background: url(../images/backgrounds/bkg-checkoutShippingInfo.gif) repeat-y 50% 50%; }
div#checkoutShippingContent h2 { font-size: 14px; font-weight: bold; color: #000; margin-top: 15px; }
div#checkoutShippingContent div.FormEntry span.label { width: 125px; }
div#checkoutShippingContent div.FormEntry span.input { width: 265px; }
div#checkoutShippingContent div.FormArea { width: 400px; margin: 0 auto; }
div#checkoutShippingContent span.RequiredFieldsText { margin-top: 10px; }
div#checkoutShippingContent span#emailOptIn { display: block; background: url(../images/backgrounds/bkg-requiredField.gif) no-repeat 0px 3px; margin-top: 10px; padding-left: 12px; }
div#checkoutShippingContent div.Checkboxes span { margin-left: 20px; }
div#checkoutShippingContent div.sameAsBilling span { margin: 10px 0; }
div#checkoutShippingContent div#shippingMethod { width: 375px; margin: 10px 0 0 25px; }
div#checkoutShippingContent div#shippingMethod .InformationText { margin-bottom: 5px; }
div#checkoutShippingContent div#shippingMethod div.Checkboxes label { width: 325px; text-align: left; }
div#checkoutShippingContent div#shippingMethod div.Checkboxes span.bold, div#checkoutShippingContent div#shippingMethod div.Checkboxes span.italic { display: inline; float: none; padding: 0; margin: 0; }
div#checkoutShippingContent div#eSpot { margin-bottom: 10px; width: 100%; overflow: hidden; }

.note-instructions { border: 1px solid #d5d5d5; padding: 15px 10px; min-height:110px; *height: 110px; }
@media screen and (-webkit-min-device-pixel-ratio:0) { .note-instructions  { min-height: 100px; } }
.note-instructions p { margin-bottom: 15px; }
.note-instructions li { margin-left: 20px;}
.note-instructions li { list-style: disc; margin-bottom: 5px; }
/* ----------------- */

/* checkout payment info Specific */
div#checkoutPaymentContent p#reviewOrderBelow { text-align: right; font-weight: bold; padding: 10px 10px 0 0; }
div#checkoutPaymentContent p#reviewOrderBelow span { display: block; margin-bottom: 5px; }
div#checkoutPaymentContent span.RequiredFieldsText { margin-top: 10px; }
div#checkoutPaymentContent div.FormEntry span.label { width: 130px; }
div#checkoutPaymentContent div.FormEntry span.input { width: 277px; }
div#checkoutPaymentContent div#paymentOrderTotalPromo { width: 490px; display: inline; float: left; margin: 20px 0 20px 20px; }
#billingBalanceNote { padding-left:4em; font-size:10pt; color:#666; font-weight:normal; }
span#order_balance_value { display:inline; float:none; }
span#remainingPayAmt { display:inline; float:none; }
/* ---------------------- */

/* Billing Address Overlay */
form#billingAddressForm div.FormEntry span.label { width: 130px; }
form#billingAddressForm div.FormEntry span.input { width: 277px; }
#shareLayer form#billingAddressForm  { height:auto; }
/* ----------------------- */

/* Order Review Specific */
div#checkoutConfirmationContent div#checkoutConfirmationInfo dl { width: 100%; margin: 10px 0 0 0; }
div#checkoutConfirmationContent div#checkoutConfirmationInfo dt { width: 100px; text-align: right; color: #000; font-weight: bold; font-size: 12px; margin: 0 10px 0 0; padding: 0; display: inline; float: left;  }
div#checkoutConfirmationContent div#checkoutConfirmationInfo dd { color: #000; font-weight: bold; font-size: 12px; margin: 0; padding: 0; display: inline; float: left; }
div#checkoutConfirmationContent div#checkoutConfirmationInfo dd.clr { display: block; float: none; }
div#checkoutConfirmationContent div#checkoutConfirmationInfo p { margin-top: 10px; }
div#checkoutConfirmationContent span#returnPolicyText { display: inline; float: left; margin: 15px; }
div#checkoutConfirmationContent div.colRight span { display: block; margin-top: 10px; }
div#checkoutConfirmationContent .button { display: inline; float: left; margin-left: 140px; }
	/* Create Account Layer */
	div#checkoutConfirmationContent div.FormEntry span.label { width: 130px; }
	div#checkoutConfirmationContent div.FormEntry span.input { width: 277px; }
	div#checkoutConfirmationContent div.canonIdEntry span.label { margin-top: 0; color: #c00; font-weight: bold; font-size: 12px; }
	div#checkoutConfirmationContent div.canonIdEntry span.input { margin-top: 0; }
	div#checkoutConfirmationContent div.canonIdEntry { margin-top: 8px; }
	/* ---------------- */
/* ---------------------- */

/* Order Review / Order Confirmation Shared / Some Shopping Cart */
div#checkoutPaymentContent div#checkoutPaymentInfo, div#checkoutConfirmationContent div#checkoutConfirmationInfo { background: url(../images/backgrounds/bkg-checkoutShippingInfo.gif) repeat-y 50% 50%; }
div#checkoutPaymentContent h2, div#checkoutConfirmationContent h2 { font-size: 14px; font-weight: bold; color: #000; margin-top: 10px; }
div#checkoutPaymentContent a, div#checkoutConfirmationContent a { color: #810000; }
div#checkoutPaymentContent a.itemOfferLink, div#checkoutConfirmationContent a.itemOfferLink { color: #fff;}
div#checkoutPaymentContent div#reviewYourOrder, div#checkoutConfirmationContent div#reviewYourOrder { padding: 15px 0; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }
div#checkoutPaymentContent div#enteredPaymentMethods .inner { margin: 0 18px; }
div#checkoutPaymentContent div#enteredPaymentMethods .paymentMethods { margin: 0 18px; }
div#checkoutPaymentContent div#enteredPaymentMethods table { border:none; width:100% }
div#checkoutPaymentContent div#enteredPaymentMethods .cardNote { margin-left: 1.5em; }
div#checkoutPaymentContent div#enteredPaymentMethods table td { border:0; vertical-align:top; padding-top:1em; }
div#checkoutPaymentContent div#enteredPaymentMethods table th { border:0; height:0; overflow:hidden; display:block; }
div#checkoutPaymentContent div#reviewYourOrder div.checkoutFullContent, div#checkoutConfirmationContent div#reviewYourOrder div.checkoutFullContent { margin: 0 auto; }
div#checkoutPaymentContent div#reviewYourOrder h2.reviewH2, div#checkoutConfirmationContent div#reviewYourOrder h2.reviewH2 { margin: 0 0 10px 0; }
div#checkoutPaymentContent div#reviewYourOrder div.contentBox, div#checkoutConfirmationContent div#reviewYourOrder div.contentBox { width: 270px; display: inline; float: left; margin-left: 18px; }
div#checkoutPaymentContent div#reviewYourOrder ul, div#checkoutConfirmationContent div#reviewYourOrder ul { padding: 15px; background-color: #fff; border: 1px solid #d2d2d2; border-top: 0; }
div#checkoutPaymentContent div#reviewYourOrder h3, div#checkoutConfirmationContent div#reviewYourOrder h3 { font-weight: bold; font-size: 12px; padding: 5px; background-color: #d2d2d2; }
div#checkoutPaymentContent div#reviewYourOrder li.title, div#checkoutConfirmationContent div#reviewYourOrder li.title, div#checkoutPaymentContent div#enteredPaymentMethods div.title { font-weight: bold; font-size: 13px; }
div#checkoutPaymentContent div#reviewYourOrder li.edit { padding-top: 15px; }
div#checkoutPaymentContent div#reviewYourOrder li.edit a { background: url(../images/backgrounds/bkg-arrowRight.png) no-repeat 100% 4px; padding-right: 8px; }
div#checkoutPaymentContent div#reviewItems h2, div#checkoutConfirmationContent div#reviewItems h2 { margin-left: 13px; }
div#checkoutPaymentContent table.cartItemsDisplay div.productInformation, div#checkoutConfirmationContent table.cartItemsDisplay div.productInformation { width: 100%; }
div#checkoutPaymentContent table.cartItemsDisplay .priceCell, div#checkoutConfirmationContent table.cartItemsDisplay .priceCell { width: 160px; }
div#checkoutPaymentContent table.cartItemsDisplay .totalCell, div#checkoutConfirmationContent table.cartItemsDisplay .totalCell { width: auto; }
div#checkoutPaymentContent div#paymentTotalsArea, div#checkoutConfirmationContent div#paymentTotalsArea { border: 1px solid #000; margin-top: 3px; background-color: #fff; }
div#checkoutPaymentContent div#paymentOrderTotals, div#checkoutConfirmationContent div#paymentOrderTotals { display: inline; float: right; width: 370px; margin: 0 10px 0 0; }
div#checkoutPaymentContent div#paymentOrderTotals div.entrySet, div#checkoutConfirmationContent div#paymentOrderTotals div.entrySet { color: #000; width: 100%; border-bottom: 1px solid #d2d2d2; padding: 5px 0; line-height: 1; }
div#checkoutPaymentContent div#paymentOrderTotals span.entryLabel, div#checkoutConfirmationContent div#paymentOrderTotals span.entryLabel { display: inline; float: left; text-align: right; width: 275px; margin: 5px 0; }
div#checkoutPaymentContent div#paymentOrderTotals span.entryTotal, div#checkoutConfirmationContent div#paymentOrderTotals span.entryTotal { display: inline; float: right; width: 78px; text-align: right; margin: 5px 10px 5px 0; }
div#checkoutPaymentContent div#paymentOrderTotals span.lowlight, div#checkoutConfirmationContent div#paymentOrderTotals span.lowlight { color: #666; }
div#checkoutPaymentContent div#paymentOrderTotals span.merchandiseTotal, div#checkoutConfirmationContent div#paymentOrderTotals span.merchandiseTotal { font-size: 13px; font-weight: bold; }
div#checkoutPaymentContent div#paymentOrderTotals span.orderLabel, div#checkoutConfirmationContent div#paymentOrderTotals span.orderLabel { font-size: 14px; font-weight: bold; }
div#checkoutPaymentContent div#paymentOrderTotals span.orderTotal, div#checkoutConfirmationContent div#paymentOrderTotals span.orderTotal { font-size: 16px; font-weight: bold; color: #c00; }
div#checkoutPaymentContent div#paymentOrderTotals div.placeOrder, div#checkoutConfirmationContent div#paymentOrderTotals div.placeOrder { text-align: right; padding: 10px; width: auto; }
div#checkoutPaymentContent div#paymentOrderTotals div.placeOrder span, div#checkoutConfirmationContent div#paymentOrderTotals div.placeOrder span { display: block; font-size: 10px; margin-top: 5px;}
div#checkoutPaymentContent div#paymentOrderTotals div.uPromise, div#checkoutConfirmationContent div#paymentOrderTotals div.uPromise { padding: 10px; border-bottom: 0px; width: auto; }
div#paymentOrderTotals div.uPromise img, div#paymentOrderTotals div.uPromise img { line-height: 1.35; color: #666; margin-right: 10px; display: inline; float: left; }
div#checkoutPaymentContent div#paymentOrderTotals div.uPromise p, div#checkoutConfirmationContent div#paymentOrderTotals div.uPromise p  { line-height: 1.35; color: #666; display: inline; float: left; width: 275px; margin-top: 2px; }
div#checkoutPaymentContent div#paymentOrderTotals div.uPromise span.price, div#checkoutConfirmationContent div#paymentOrderTotals div.uPromise span.price { font-weight: bold; color: #000; }
div.submitPaymentInformation { text-align: right; margin-top: 1em; }
div.addAddress { margin-left:125px; width:auto;}
#billingMultipleReviewNote { font-weight:bold; text-align:left; margin-top: .5em; }
div.FormArea div.FormEntry div.checkboxGroup { margin-left:135px; width:auto; }
*div.FormArea div.FormEntry div.checkboxGroup { margin-left:0; } /* ie6 margin override */
div.FormArea div.FormEntry div.checkboxGroup span { display:block; width:auto; clear:both; float:none; }
div#checkoutPaymentContent div#reviewYourOrder,div#checkoutConfirmationContent div#reviewYourOrder
{
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    padding: 15px 0;
}
div#checkoutPaymentContent div#enteredPaymentMethods {
    border-top: 1px solid #D2D2D2;
    padding: 15px 0;
}
#checkoutPaymentInfo #giftCardHelp .content {
   *margin-top:-3px;   
}


/* -------------------------- */

/* USPS Validation layer */
div#layerUSPSValidation { position: absolute; top: 0; left: 0; z-index: 60; width: 650px; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left; }
div#uspsValidationContent p { margin: 10px 0; }
div#uspsValidationContent div.uspsContentBox { display: inline; float: left; width: 500px; margin: 2px 0 0 10px; padding: 0; }
div#uspsValidationContent label.addressVerification { background: none; padding: 0; /*display: block;*/ text-align: left; font-weight: bold; font-size: 12px; }
div#uspsValidationContent ul { padding: 0; margin: 3px 0 0 0; }
div#uspsValidationContent li { padding-top: 2px; }
div#uspsValidationContent .divider { line-height: 1; text-align: center; padding: 10px 0; color: #000; font-size: 14px; font-weight: bold; background: url(../images/backgrounds/bkg-or.gif) 50% 50% repeat-x; }
div#uspsValidationContent .divider span { background-color: #e9e9e9; }
div#uspsValidationContent input, div#uspsValidationContent select { font-size: 11px; }
div#uspsValidationContent div.FormEntry span.label { width: 100px; }
div#uspsValidationContent div.FormEntry span.input { width: 390px; }
div#uspsValidationContent div.firstEnty { margin-top: 10px; }
div#uspsValidationContent div.Checkboxes span.left { margin-left: 20px; }

/* Create Account Layer */
#layerCreateAccount { position: absolute; top: 0; left: 0; z-index: 50; width: 740px; background: url(../images/backgrounds/bkg-layerBlank.gif) repeat top left; }
#createAccountContent p { margin: 10px 0; }
#createAccountContent div.FormEntry span.label { width: 135px; }
#createAccountContent div.FormEntry span.input { width: 510px; }
#createAccountContent  div.FormEntry span.input span.text { display: inline; font-size: 10px; }
#createAccountContent  div.FormEntry span.inputAnwser { position: relative; }
#createAccountContent  div.FormEntry span.input span.textAnwser { position: absolute; top: 0; right: 0; width: 320px; font-size: 10px; }
#createAccountContent div.canonIdEntry span.label { margin-top: 0; color: #c00; font-weight: bold; font-size: 12px; }
#createAccountContent div.canonIdEntry span.input { margin-top: 0; }

/* What is this */
.popup, .genericPopup {display:none;z-index:22;}
.modalLayer , #modalOverLay, #customSelectOverlay{position:absolute; top:0; left:0; width:100%; height:100%; background-color:#aaa; display:none; }
#modalOverLay{z-index:20}
#customSelectOverlay{z-index:9; opacity:.1; position:fixed}
.tool {width:286px;position:absolute; margin-top:30px;  left:-10000px; z-index:10;}
.tool img{display:block;}
.tool .content {background:url(../images/tooltipPopupMid.png) no-repeat 0 0;}
.tool .content .contentInner {width:235px;margin:0px auto; line-height:15px; padding:3px 0px}
.tool .content strong {}
.tool .content p {}
#site-body-bin .thisIsAGiftLabel{margin:0; float:none; width:auto;padding-left:0}
/* ---------------- */