/*-------------------
Print Styles
-------------------*/
body {
	background: #fff;
	letter-spacing: 0.04em;
}
	#logo,
	#primary-nav,
	#secondary-nav,
	#utility-nav,
	#mini-cart-wrap,
	#category-nav-wrap,
	#footer,
	#promo-nav,
	.receipt-actions,
	.product-view .prev-next,
	.product-view .image-util .views,
	.product-view .image-util .tools,
	.product-view .product .product-form .additional-info p.copy,
	.product-view .product .product-form  .swatches,
	.product-view .product .product-form .form-wrap,
	.product-view .product .product-form  .links {
		display: none;
	}
	#logo-print {
		display: block;
		margin: 0px auto 0px;
		width: 300px;
		height: 165px;
	}
	.content {
		background: #fff;
	}
		#primary-content {
			background: #fff;
			overflow: visible;
		}
			#product-content {
				float: none;
				margin: 0 auto;
			}
				#product-content .product {
					background: none;
					width: auto;
					height: auto;
				}
				.multiple-product-view #product-content div.product {
					height: auto;
				}
					.product-view .product .image-util {
						float: none;
						margin: 0 auto;
						padding: 0;
						width: 350px;
					}
						.product-view .product .image-util .image-wrap {
							width: 350px;
							height: 350px;
							background: url('/anf/img/global/bg_product-print.png') center center no-repeat;
						}
					.product-view .product .product-form {
						position: relative;
						float: none;
						margin: 0 auto;
						padding: 1em 0 0;
						width: 374px;
						text-align: center;
					}
						.product-view .product,
						.product-view .product .product-form .info h2.name,
						.product-view .product .product-form .info .price {
							color: #191a1d;
							text-transform: uppercase;
							font-family: Arial;
						}
						.product-view .product .product-form .info {

							font-family: Arial;
						}
							.product-view .product .product-form .info .price {
								position: absolute;
								top: 6.2em;
								left: 0;
								width: 374px;
								text-align: center;
							}
							.product-view .product .product-form .info .skus {
								display: block;
								position: absolute;
								top: 8.2em;
								left: 0;
								width: 374px;
								font-size: 14px;
								text-align: center;
								font-family: Arial;
							}
								.product-view .product .product-form .info .skus li {
									display: block;
									padding-bottom: .4em;
								}
							.product-view .product .product-form .info .color-wrap {
								padding: 0;
							}
/* Checkout receipt hide create account*/
.receipt-view .create-account {
	display: none;
}
.receipt-view .user-info {
	width: 100%;
}
#checkout-receipt td.price,
#checkout-receipt td.item-total,
#checkout-receipt table.totals {
	font-family: Arial;
}

/* Checkout New Print */
/** Font in Black Color*/
#checkoutsection-receipt *
#checkoutsection-receipt a,
#checkoutsection-receipt #print-button,
#checkoutsection-receipt #print-button a,
#checkoutsection-receipt #customer-service,
#checkoutsection-receipt #gift-box-summary,
#checkoutsection-receipt #payment-info .details-wrap .bill-address li.label, 
#checkoutsection-receipt #payment-info .details-wrap .payment-method li.label, 
#checkoutsection-receipt #payment-info .details-wrap .contact-info li.label,
#checkoutsection-receipt #condensed-cart #price-summary tr,
#checkoutsection-receipt #condensed-cart .links #ship-and-hand-link, 
#checkoutsection-receipt #condensed-cart .links #vat,
#checkoutsection-receipt #condensed-cart .links #ship-and-hand-link a, 
#checkoutsection-receipt #condensed-cart .links #vat a,
#checkoutsection-receipt #condensed-cart #price-summary #includes-vat,
#checkoutsection-receipt #condensed-cart #price-summary #includes-vat a,
#checkoutsection-receipt #shopping-bag h3,
#checkoutsection-receipt #shopping-bag .cart-content thead tr th,
#checkoutsection-receipt .cart-content tr.item td,
#checkoutsection-receipt .cart-content tr.item td.item-desc ul li.desc span.name,
#checkoutsection-receipt .cart-content tr.item td.item-desc ul li.desc span.sku,
#checkoutsection-receipt .cart-content tr.item td.item-desc ul li.desc span,
#checkoutsection-receipt.receipt-view #shopping-bag table.totals tr.subtotal th, 
#checkoutsection-receipt.receipt-view #shopping-bag table.totals tr.subtotal td,
#checkoutsection-receipt #user-info-left p,
#checkoutsection-receipt #user-info-left h5,
#checkoutsection-receipt #user-info-left h2,
#checkoutsection-receipt #shipping-payment h3,
#checkoutsection-receipt #gift-box-summary h1, 
#checkoutsection-receipt #gift-box-summary h2,
#checkoutsection-receipt #user-info-right h5,
#checkoutsection-receipt #user-info-right #order-number p, 
#checkoutsection-receipt .contact-info li, 
#checkoutsection-receipt .contact-info li h5,
#checkoutsection-receipt #condensed-cart #summary h1,
#checkoutsection-receipt #condensed-cart #price-summary #ship-and-hand-detail,
#checkoutsection-receipt #shipping-options li,
#checkoutsection-receipt #shipping-options li h5,
#checkoutsection-receipt #shipping-billing-options li,
#checkoutsection-receipt #shipping-billing-options li h5,
#checkoutsection-receipt .payment-method li,
#checkoutsection-receipt .payment-method li h5,
#checkoutsection-receipt #shipping-payment ul li, 
#checkoutsection-receipt #shipping-payment ul li h5,
#checkoutsection-receipt .bill-address li,
#checkoutsection-receipt .bill-address li h5{
    color:black;
	font-family: Arial;
}
#checkoutsection-receipt .ship-and-hand span a,
#checkoutsection-receipt #ship-and-hand-link span a,
#checkoutsection-receipt a {
	text-decoration: none;
}
/** Hide Needless Element*/
#checkoutsection-receipt #condensed-cart #did-you-know,
#checkoutsection-receipt #condensed-cart #order-change-dirs,
#checkoutsection-receipt #condensed-cart #shopping-bag-faq,
#checkoutsection-receipt .print-link{
	display: none;
}
/** Fix gift box layout*/
#checkoutsection-receipt #gift-box-summary .article {
	min-height:0;
	padding-left:0;
}
/** Fix Summary Cart layout*/
#checkoutsection-receipt #condensed-cart #price-summary #grand-total th,
#checkoutsection-receipt #condensed-cart #price-summary tr#ship-and-hand th {
	white-space:nowrap;
}
/** Fix vat link layout*/
#checkoutsection-receipt #condensed-cart #price-summary #includes-vat {
	padding-top:5px;
}