@charset "utf-8";

#development,
#kohana-profiler,
#system-indicator,
.hidden, input[type="hidden"] {
	display:none;
}

body,
#wrapper {
	color:#000000;
	background-color:#FFFFFF;
	font-family:sans-serif;
	text-align: center;
}

#wrapper {
	padding-top:0;
	padding-right:20px;
	padding-bottom:0;
	padding-left:60px;
	margin:0;
}

.main-content {
	font-size: 16px;
}

#header, .category-breadcrumbs, #pricing-wrapper table.column-striped input[type="text"],
footer, .no-print, input, a.button, div#due-payment {
	display:none;
}

table.border-blk {
	border-color: #fff;
}

#printLogo{
	display: inherit;
	margin:0 auto 40px auto;
}

#order-contents {
	width: 100%;
}

#order-contents td,
#order-contents th{
	border:solid 1px #C0C0C0;
	border-width:1px 0 0 0;
	vertical-align:top;
	padding: 6px;
}

#order-contents .sum {
	text-align: right;
}

div#bin-location {
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
	width: 266px;
	text-align: center;
}

.order-invoice {
	border: none;
}

.wrap-order-invoice {
	font-size: 12px;
}

#pick-sheet {
	font-size: 11px;
}

#pick-sheet #order-contents {
	font-size: 15px;
}

div.main-details, #order-checklist {
	text-align: left;
}

.wrap-order-invoice {
	margin: 0;
	text-align: center;
}

.order-invoice {
	border: none;
	display: block;
	width: 90%;
}

#cover-sheet-main {
	border: 1px solid #DEDEDE;
	width: 841px;
	padding: 10px 30px;
	margin: 30px auto 20px auto;
	overflow: hidden;
}

#cover-sheet-header div {
	float: left;
}

#sub-header #special-instructions {
	width: 620px;
}

#sub-header #order-barcode {
	width: 220px;
	text-align: right;
}
#cover-sheet-main div.main-details {
	float: left;
	width: 198px;
	margin: 0px 15px 20px 0px;
}
#cover-sheet-main div.main-details h6, #order-checklist h6 {
	text-transform: uppercase;
	text-decoration: underline;
	margin: 20px 0px 8px;
	font-size: 12px;
}

#cover-sheet-main div.main-details:nth-child(4) {
	margin-right: 0px;
}

#cover-sheet-main #account-info {
	width: 600px;
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}

#cover-sheet-main div.main-details.instructions {
	clear: both;
	width: 100%;
}

#order-checklist {
	margin: 10px 0px 12px;
	overflow: hidden;
	clear: both;
}

#order-checklist div {
	float: left;
	width: 45%;
}

#cover-sheet-main #shipping-instructions {
	clear: both;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	margin: 20px 0px;
}

#cover-sheet-main #shipping-instructions ul {
	padding: 0;
}

#cover-sheet-main #shipping-instructions ul li {
	list-style-type: none;
	color: red;
	font-size: 18px;
}

#cover-sheet-footer {
	width: 100%;
	text-align: center;
}

#cover-sheet-footer input {
	width: 63px;
	padding: 4px;
	margin-right:10px;
}

ul.checklist {
	list-style-type: none;
	padding: 0 5px;
}

ul.checklist li {
	margin: 10px 0;
}

ul.checklist li:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	border:1px solid #ccc;
	vertical-align: sub;
}

ul.checklist li span {
	display: inline-block;
}

ul.checklist li span.qty {
	width: 20px;
	margin-right: 22px;
	text-align: right;
}

ul.checklist li span.style {
	width: 140px;
	margin-right: 10px;
	vertical-align: middle;
}

.keep-together {
	page-break-inside: avoid;
}

.break-before {
	page-break-before: always;
}

.break-after {
	page-break-after: always;
}

table.options-summary td.canadian.selected {
	color: #000;
}