/* Basic Reset
----------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, button, input, select, textarea {
	font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
header, footer {
	display: none;
}
.entry a:after {
	content: "("attr(href)")";
}
.module {
	border: none!important;
}

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

a {
	color: #000;
	text-decoration: none;
	/* font-weight: bold; */
}

h1 {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	margin: .5em 0 .5em 0;
	padding-bottom: .25em;
}

h3 {
	font-weight: bold;
}

b, strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.print-only {
	display: block;
}

h1-pt {
	padding-top: 1em;
}

.text-right {
	text-align: right;
}

/* General Reset
----------------------------------------------- */

.header-bar h1 {
	float: left;
	margin: 0;
	width: 100%;	
}

.dialog, .modal-box {
	display: none;
}

.site-main {
	background: #fff;
}

.header-bar h1, .order_status_container {
	float: left;
	margin: 0;
	width: 100%;	
}

.site-content img {
	height: auto;
	max-width: 100%;
}

.header-bar .actions li.printable-status {
	display: block;
	font-weight: bold;
}

/* Remove general non-print elements
----------------------------------------------- */

.sub-navigation-bar {
	display: none;
}

.header-bar .actions, .header-bar .actions li {
	list-style: none;
}

.header-bar .actions li {
	display: none;
}

iframe#launcher {
	display: none;
}


/* Columns
----------------------------------------------- */

.col-wrapper .col {
	float: left;
	display:inline;
}

.col-4col .col {
	width: 25%;
}

.col-4col .col-span-2 {
	width: 50%;
	*width: 49.99%; /* Temp IE7 fix */
}

.col-4col .col-span-3 {
	width: 75%;
}

.col-4col .col-span-4 {
	width: 100%;
}

.col-3col .col {
	width: 33%;
}

.col-3col .col-first {
	width: 34%;
}

.col-3col .col-span-2 {
	width: 67%;
}

.col > .inner {
	padding: 1em 1.5em;
}

.col .block {
	background: #fff;
	border: .2em solid #eee;
	margin: 1em 0 0 1em;
}

.col-first .block {
	margin-left: 0;
}


/* Print Restock
----------------------------------------------- */

.list-product-image, .print_all_barcodes {
	display: none;
}

/* Print Tables
----------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 1em 0;
}

table th {
	padding: 0.6em 0;
}

table th, table td {
	border: 1px solid #ddd;
	text-align: left;
	padding: 0.6em;
}

table thead tr {
    font-weight: bold;
}

.page-view-orders table td.order-product-description a {
	font-weight: bold;
}

.page-view-orders table td.order-product-description {
	color: #818181;
}

.page-view-orders table td.reviewPriceColumnData,
.page-view-orders table td.reviewQuantityColumnData,
.page-view-orders table td.reviewTotalColumnData {
	font-weight: bold;
}



/* Print View Order
----------------------------------------------- */

.order-product-image {
	display: none;
}

.order_invoice_view {
	display: none;
}

.invoice-logo {
	display: block;
	text-align: center;
}

.invoice-logo img {
	max-height: 100px;
}

.return-logo {
	display: block;
	text-align: left;
}

.return-logo img {
	max-height: 100px;
}

.module-refund-manager {
	display: none!important;
}

.shipping-schedule-message {
	background: #faf8ca!important;
}

.shipping-schedule-message p {
	font-weight: 600;
	text-align: center;
	margin: 0;
}

.order-barcode img {
	width: 150px;
}

.page-view-orders .header-bar h1 a, .page-view-orders .header-bar span.sep {
	display: none;
}

.page-view-orders select {
	display:none;
}

.print-order-status {
	float: right;
	margin-top: -2em;
}

.col-wrapper.addresses .col-second {
	text-align:right;
}
dl.order-info,
dl.order-info dt,
dl.order-info dd {
	margin: 0;
	padding: 0;
}

dl.order-info {
	margin: 0 0 1.6em 0;
	border-bottom: 1px solid #e6e6e6;
}

dl.order-info.first {
	margin-right: 5%;
}
dl.order-info.last {
	margin-left: 5%;
}

dl.order-info dt {
	clear: left;
	float: left;
	padding: .5em 5% .5em 0;
	width: 44.5%;
	font-weight: bold;
}

dl.order-info dd {
	float: left;
	padding: .5em 0;
	width: 50%;
	text-align: right;
}

dl.order-info dd input[type="checkbox"] {
	display: none;
}

.addresses .col h2 .icon {
	display:none;
}

.col-wrapper.addresses .fa {
	display: none;
}

.order-product-image {
	width: 4em;
}

.order_status_container {
	display: inline-block;
}
.order_status_container span {
	float: right;
	display:block;
}

.order_status_container {
	float: left;
	margin: 0;
	width: 100%;	
}

table.returns-table thead tr {
	font-weight: 300;
}


/* clearfix */

.group:before,
.group:after {
	content: "";
	display: table;
} 

.group:after {
	clear: both;
}