/*
---

name: Print

provides: [CSS.Print]

...
*/
body {
  color: #000;
  font-size: 14pt;
  font-family: Arial, sans-serif;
  line-height: 1.2;
  margin: 0 4em;
  word-wrap: break-word;
}

h1, h2, h3, h4, p {
  margin: 0 0 10px;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
}

h3, h4 {
  font-size: 100%;
}

p {
  page-break-inside: avoid;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}
a:link:after, a:visited:after {
  content: " (URL=" attr(href) ") ";
  color: #00E;
  font-size: 80%;
}
a[href^="mailto"]:link:after, a[href^="mailto"]:visited:after {
  content: none;
}

table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
table th, table td {
  border: 1px solid #666;
  padding: 3px 4px;
  text-align: left;
}
table tfoot th {
  text-align: right;
}
table tbody tr {
  border-bottom: 0;
}

form {
  margin: 20px 0;
}

fieldset {
  border: 0;
  padding: 0;
}

form .field {
  margin-bottom: 10px;
}

label, input, textarea, select {
  display: block;
  font-size: 100%;
  width: auto;
}

input.text, input[type=text] {
  width: 40%;
}

textarea {
  width: 40%;
}

select {
  width: auto;
}

textarea {
  font-family: Arial, sans-serif;
}

.errorbox_large, .errorbox {
  color: #F00;
}

.securityfilter {
  display: none;
}

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #666;
  height: 0;
  line-height: 1;
}

.mast {
  margin-bottom: 30px;
  width: 975px;
}

.paymentDetails > div:first-child {
  margin-left: 0;
}
.paymentDetails h2 {
  border-bottom: 0;
  font-weight: bold;
}
.paymentDetails .address, .paymentDetails .payment {
  float: left;
  margin-left: 20px;
  width: 31%;
}
.paymentDetails ul {
  margin: 0;
  padding: 0;
}
.paymentDetails li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

/* CONFIRMATION PAGE Checkout V2 */
.summaryTable {
  font-size: 14pt;
}
.summaryTable td, .summaryTable th {
  vertical-align: top;
}
.summaryTable table {
  vertical-align: top;
  font-size: 1em;
}
.summaryTable table td, .summaryTable table th {
  border: none;
  vertical-align: top;
}
.summaryTable .deliveryOptions, .summaryTable .summaryTableFooter, .summaryTable .extraDetails, .summaryTable .totals {
  margin-top: 0;
}
.summaryTable .summaryTableFooter td {
  padding-right: 0;
  padding-left: 0;
}
.summaryTable tbody td .paymentDetails {
  border-spacing: 0;
  border-color: #fff;
}
.summaryTable .costs .taxCost {
  display: inline-block;
  float: right;
  clear: both;
}
.summaryTable .costs .taxCost .tax {
  display: inline-block;
}
.summaryTable .costs span {
  display: block;
  text-align: right;
  clear: both;
}
.summaryTable .totals td {
  text-align: right;
}

.centreColumn {
  width: 100%;
}

/* HIDE */
#skiplinks, h1 .step, .progress, .column2,
.function, .returnTo, th.hide, .rightColumn,
.validationBox, .footer, .buttons, .nonVisible, .summaryTableMobile,
.paymentDetails .deliveryCost {
  display: none;
}
