/*-------------------
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: 350px;
		height: 175px;
	}
	.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;
}
/* New checkout order receipt */
#checkoutsection-receipt,
#checkoutsection-receipt h2,
#checkoutsection-receipt p,
#checkoutsection-receipt #ship-address li,
#checkoutsection-receipt #ship-method li,
#checkoutsection-receipt .bill-address li,
#checkoutsection-receipt .payment-method li,
#checkoutsection-receipt .contact-info li,
#checkoutsection-receipt .ship-and-hand span,
#checkoutsection-receipt #ship-and-hand-link span,
#checkoutsection-receipt table.items td {
	color: Black;
	font-family: Arial;
}
#checkoutsection-receipt .ship-and-hand span a,
#checkoutsection-receipt #ship-and-hand-link span a {
	color: Black;
	font-family: Arial;
	text-decoration: none;
}
#checkoutsection-receipt #logo-print {
	height: 123px;
	width: 209px;
}
#checkoutsection-receipt #did-you-know,
#checkoutsection-receipt #order-change-dirs,
#checkoutsection-receipt #shopping-bag-faq,
#checkoutsection-receipt .print-link{
	display: none;
}
#checkoutsection-receipt #gift-box-summary .article {
	min-height:0;
	padding-left:0;
}