/* Printer-friendly styles */

@page {
  margin: 60px;
}


/************************************************************
General layout */

/* Eliminate black BG */
body {
	background:none;
	font: 14pt Arial,sans-serif;
	line-height:18px;
	padding: 0px !important;
	margin: 0px !important;
}

/* Hide page elements */
header,
#top-nav,
#navigation-bar,
.category-icons,
.product-banner.small,
#breadcrumbs {
	display:none;
}

/* Eliminate content padding/etc. */
#content {
	overflow:visible;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#content:before {
  content: url("/images/logos/sf_logo.png");
  display: block;
  margin: 22px auto 30px;
  width: 231px;
  height: 41px;
}

#content>div {
	width:auto;
}

section.side,
section.main {
  display: block !important;
  width: 100% !important;
  margin: 0px !important;
  max-width: 100% !important;
} 

.circle-nav,
.product-actions {
  display: none;
}

.is-new::after, .is-new-left::after {
  display: none;
}

.category-prod-info {
  display: block;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}

.category-prod-info li {
  padding: 15px 0px !important;
  margin: 0px !important;
  width: 100% !important;
  display: block !important;
  text-align: center;
}

.category-prod-info li:before,
.category-prod-info li::after {
  display: none;
}

section.main h2 {
  text-align: center;
  display: block;
  padding-top: 30px;
}

#build-quote,
article.tabs {
  display: none !important;
}

.product-details .prod-description .detail-header {
  margin-top: 22px;
  color: #000000;
}

#tab-specs,
#tab-tools,
#tab-features {
  display: block;
  padding: 25px 0px 25px 0px !important;
  margin: 0px !important;
}

#tab-specs:before,
#tab-tools:before,
#tab-features:before {
  display: block;
  font-size: 105%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

#tab-specs br {
  display: none;
}

#tab-specs:before {
  content: "Design Specs:";
}

#tab-tools:before {
	content: "Features & Benefits:";
}

#tab-features:before {
	content: "Options & Accessories:";
}

.main,
.main p,
.main ul,
.main ul li {
  font-size: 14px !important;
}

.main ul {
  margin-left: 15px;
}

.main ul li:before {
  content: "";
  border: 1px solid #000000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

/* Manipulate the logo and contact info in the footer
	to be at the top of the page */
footer,
#foot-nav,
#foot-nav + section {
	display:none;
}




/************************************************************
Checkout success/receipt page */

/* Don't need the header */
#checkout-pages .banner {
	display:none;
}

/* Make sure cart is readable, just in case */
.cart thead {
	background:none;
	border:none;
	border-bottom:1px solid #2D3643;
}
.cart thead th {
	color:#2D3643;
}

/* Eliminate swirl image and close up space */
#checkout-success h2+p {
	background:none;
	padding-bottom:0;
}