@charset "utf-8";
/* Print css used for pdf creation and print */

.printable {
	display: block;
	visibility: visible;
}
header {
	height: 140px;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	margin-bottom: 40px;
}

#title {
	position: absolute;
	top: 50px;
	right: 0px;
	text-align: right;
}

#logo {
	width: 132px;
	height: 95px;
	float: left;
	margin-left: 0px;

}

#l-main {
	padding-bottom: 50px;
	margin-bottom: 0;
}

/* Navigation  */
#secondary-nav,
#main-nav {
	display: none;
}

/* Footer  */
footer {
	border-top: 1px solid #DDD;
	padding-top: 10px;
	margin-top: 0px;
	height: auto;
}

footer img {
	display: none;
}

footer > p {
	margin-left: 0;
}
.iew-toggle {
	display: none;
}

/* Detail page  */

.product-segments {
	margin-bottom: 10px;
}

#back-wrap, .btn.track  {
	display: none;
	visibility: hidden;
}

.detail h3 {
	margin: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.detail .col.specs-wrap {
	width: 26.04166666666%;
	min-width: 250px;
}

.col.download-wrap {
	min-width: 31.25%;
	width: 31.25%;
}

#l-toggle-controls, #prev-product, #next-product {
	display: none;
}
.btn-add-to-compare,
.btn-remove-from-compare,
.btn-add-to-selection,
btn-remove-from-selection {
	display: none;
}

.detail .simplified-drawing {
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav-tabs {
	display: none;
}
.nav-tabs > li > a {
  padding: 5px 12px;
}
.nav-tabs.nav-stacked.related-products {
	display: block;
}

#product-specs {
	/*page-break-after: always; 
	= defined in style.css*/
}

#packaging-specs {
	display: block;
}



