.clearfix { height: 1%; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#Catalog {
  clear: both;
  background: white;
  font-size: 14px;
  line-height: 1.4;
  padding: 30px;
}
#Catalog h2 { font-weight: normal; }
#Catalog h2.productName {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  clear: none;
}
#Catalog h2.productName a:link { text-decoration: none; }
#Catalog h2.productName a:visited { text-decoration: none; }
#Catalog p.description {
  font-size: 0.8em;
  padding: 2px;
}
#Catalog table {
  padding: 0;
  margin: 0;
  border: none;
}
#Catalog td {
  padding: 0;
  margin: 0;
  border: none;
}
#shopBreadcrumbs {
  font-size: 14px;
  margin-bottom: 4px;
}
#shopBreadcrumbs .header {
  height: 1%;
  background: black;
  padding: 13px 240px 13px 13px;
  min-height: 72px;
  margin-bottom: 1px;
  line-height: 1.4;
  color: #eeeeee;
}
#shopBreadcrumbs .header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#shopBreadcrumbs .header h1 {
  color: #eeeeee;
  margin-bottom: 0.2em;
  font-size: 1.5em;
  font-weight: normal;
}
#shopBreadcrumbs .header a { font-size: 0.9em; }
#shopBreadcrumbs .header a:link {
  color: #eeeeee;
  text-decoration: none;
}
#shopBreadcrumbs .header a:visited {
  color: #eeeeee;
  text-decoration: none;
}
#shopBreadcrumbs .header a.selected { text-decoration: underline; }
#BrandChooser {
  height: 1%;
  background: #1f1f1f;
  padding: 5px 13px;
  color: #eeeeee;
}
#BrandChooser:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#BrandChooser a:link { text-decoration: none; }
#BrandChooser a:visited { text-decoration: none; }
#BrandChooser a:hover { text-decoration: underline; }
#BrandChooser a:active { text-decoration: underline; }
#BrandChooser h2 {
  margin: 10px 0;
  color: #eeeeee;
}
#BrandChooser .switches {
  font-size: 0.6em;
  float: left;
  width: 80px;
}
#BrandChooser #ChooseBrands {
  float: right;
  background: #e51b24;
  font-weight: bold;
  color: white;
  padding: 0.5em 1em;
}
#BrandChooser .brandSelectors {
  height: 1%;
  margin-left: 75px;
  font-size: 0.7em;
}
#BrandChooser .brandSelectors:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#BrandChooser .brandSelectors .field {
  float: left;
  width: 110px;
  padding: 10px 5px;
}
#BrandChooser .brandSelectors .checkbox {
  float: left;
  margin: 0;
}
#BrandChooser .brandSelectors label {
  margin-left: 25px;
  display: block;
}
.basketButton {
  display: block;
  float: left;
  background: #e51b24;
  color: white;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: normal;
}
.basketButton a:link {
  text-decoration: none;
  color: white;
  background: #e51b24 url(/userfiles/images/icons/basket.png) top left no-repeat;
  padding-left: 20px;
}
.basketButton a:visited {
  text-decoration: none;
  color: white;
  background: #e51b24 url(/userfiles/images/icons/basket.png) top left no-repeat;
  padding-left: 20px;
}
.addProduct .button {
  display: block;
  float: left;
  background: #e51b24;
  color: white;
  padding: 5px 8px 5px;
  font-size: 0.9em;
  font-weight: bold;
}
.addProduct .button a:link {
  text-decoration: none;
  color: white;
  background: #e51b24 url(/userfiles/images/icons/add.png) 0 2px no-repeat;
  padding-left: 20px;
}
.addProduct .button a:visited {
  text-decoration: none;
  color: white;
  background: #e51b24 url(/userfiles/images/icons/add.png) 0 2px no-repeat;
  padding-left: 20px;
}
.addConfirm {
  display: block;
  float: left;
  margin-top: 5px;
  background: green url(/userfiles/images/icons/accept.png) 5px center no-repeat;
  color: white;
  font-size: 0.9em;
  padding: 2px 10px 2px 25px;
}
ul#productList {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}
ul#productList li.product {
  border: solid 1px #dbdbdc;
  border-width: 1px 0 0;
  padding: 10px 10px 10px 22px;
  list-style: none;
}
ul#productList li.product .productThumb {
  float: left;
  margin: 0 30px 0 0;
}
ul#productList li.product div.productSummary {
  width: 436px;
  margin-right: 10px;
  float: left;
}
ul#productList li.product div.productSummary h2 {
  margin: 0;
  font-size: 1em;
  clear: none;
}
ul#productList li.product div.productSummary h2 { margin-left: 105px; }
ul#productList li.product div.productSummary p { margin-left: 105px; }
ul#productList li.product .price.noGST {
  font-size: 1em;
  padding-bottom: 5px;
  display: block;
  color: #e51b24;
  font-size: 0.7em;
}
ul#productList li.product .priceGST { color: black; }
.paging {
  float: right;
  font-size: 0.8em;
}
.paging .middle input { border: solid 1px #555555; }
.paging input.button {
  display: block;
  padding: 0 5px;
  float: left;
}
.paging .middle {
  display: block;
  padding: 0 5px;
  float: left;
}
.productThumb {
  display: block;
  width: 75px;
  height: 75px;
  background: pink;
  margin: 0 0 0 22px;
}
.productThumb img {
  height: 75px;
  width: 75px;
  display: block;
}
.buyControl {
  float: left;
  width: 165px;
  overflow: hidden;
}
.selector { float: left; }
.selector label {
  font-size: 0.8em;
  color: #555555;
  padding: 0.6em 0;
}
.selector select {
  background: white;
  border: solid 1px #cccccc;
}
#Checkout {
  background: white;
  clear: left;
  line-height: 1.4;
  padding: 0 0 15px;
}
#Checkout h1 { margin: 1em 15px; }
#Checkout h2 { margin: 1em 15px; }
#Checkout table { width: auto; }
#Checkout input.emailContinue { margin: 0 20px; }
#Checkout .field {
  height: 1%;
  clear: both;
  padding: 0.3em 0;
  position: relative;
  width: 350px;
  margin-left: 30px;
}
#Checkout .field:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#Checkout .field label {
  display: block;
  float: left;
  overflow: hidden;
  margin: 5px 0;
}
#Checkout .field input {
  display: block;
  float: left;
  overflow: hidden;
  margin: 5px 0;
}
#Checkout .field select {
  display: block;
  float: left;
  overflow: hidden;
  margin: 5px 0;
}
#Checkout .field label {
  font-size: 1.2em;
  font-weight: bold;
  width: 130px;
  padding: 3px 10px;
}
#Checkout .field input {
  width: 180px;
  padding: 2px 10px;
}
#Checkout .field select {
  width: 180px;
  padding: 2px 10px;
}
#Checkout .field textarea {
  width: 200px;
  border: none;
  background: white;
  float: left;
  clear: left;
}
#Checkout p.help {
  border: solid 1px darkgreen;
  background: palegreen;
  padding: 5px;
  clear: both;
  margin: 5px 0 0 5px;
}
#Checkout a.continue {
  font-size: 1.4em;
  margin: 10px 15px;
}
#Checkout .errors {
  display: block;
  margin: 15px;
  padding: 10px;
  background: lemonchiffon;
  border: solid 1px red;
  color: red;
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
}
#Checkout .orderReceipt {
  padding: 20px 15px;
  line-height: 1.4;
  font-size: 14px;
}
#Checkout .orderReceipt .receiptDisplay table {
  border: solid 1px black;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#Checkout .orderReceipt .receiptDisplay td {
  border: solid 1px black;
  border-width: 0 0 1px;
  padding: 8px !important;
}
#Checkout .orderReceipt .receiptDisplay th {
  border: solid 1px black;
  border-width: 0 0 1px;
  padding: 8px !important;
}
#Checkout .checkoutTop { padding: 10px 0; }
#Checkout .checkoutTop .field { width: auto; }
#Checkout .checkoutTop .field label { width: auto; }
#Checkout .checkoutTop h1 { margin: 1em 15px; }
#Checkout .checkoutTop h2 { margin: 1em 15px; }
#Checkout .checkoutTop h3 { margin: 1em 15px; }
#Checkout .checkoutTop .orderDisplay { height: 1%; }
#Checkout .checkoutTop .orderDisplay:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#Checkout .checkoutTop .orderDisplay .buttons {
  float: left;
  margin: 15px;
}
#Checkout .checkoutTop #products {
  width: 703px;
  border-collapse: collapse;
  margin: 0;
}
#Checkout .checkoutTop #products td { padding: 10px 0; }
#Checkout .checkoutTop #products th { padding: 10px 0; }
#Checkout .checkoutTop #products th {
  font-weight: normal;
  font-size: 1.3em;
  background: none;
  color: #e51b24;
  border: none;
}
#Checkout .checkoutTop #products h2.productName {
  padding: 0 0 5px;
  font-weight: normal;
  margin: 0;
  clear: none;
}
#Checkout .checkoutTop #products th.productImageHeader { visibility: hidden; }
#Checkout .checkoutTop #products th.descriptionHeader { visibility: hidden; }
#Checkout .checkoutTop #products td {
  width: auto;
  border: solid 1px black;
  border-width: 1px 0;
  vertical-align: top;
}
#Checkout .checkoutTop #products .productSummary { padding: 10px; }
#Checkout .checkoutTop #products .priceTotal {
  color: #e51b24;
  font-size: 1.4em;
  padding-right: 10px;
}
#Checkout .checkoutTop #products input { margin: 0; }
#Checkout .checkoutTop #products th.quantityHeader { width: 120px; }
#Checkout .checkoutTop #products td.quantity { width: 120px; }
#Checkout .checkoutTop #products td.quantity .textbox {
  float: left;
  width: 20px;
  border: solid 2px #cccccc;
  border-width: 2px 0 0 2px;
  padding: 1px;
}
#Checkout .checkoutTop #products td.quantity .button {
  float: left;
  clear: none;
  margin-left: 5px;
  padding: 1px 3px;
  border: none;
  color: white;
  font-weight: bold;
  background: #e51b24;
}
#Checkout .checkoutTop .quantity .field input { width: 3em; }
#Checkout .checkoutTop input { clear: none; }
#Checkout .checkoutTop .field { margin: 10px 15px; }
#Checkout .checkoutTop .cartPriceSummary {
  font-size: 1.2em;
  float: right;
  width: 16em;
  margin: 15px;
}
#Checkout .checkoutTop .cartPriceSummary dl {
  border: none;
  margin: 0;
}
#Checkout .checkoutTop .cartPriceSummary dt {
  padding: 0.5em 0;
  float: left;
  border-bottom: solid 1px #cccccc;
  border-top: none;
}
#Checkout .checkoutTop .cartPriceSummary dd {
  padding: 0.5em 0;
  float: left;
  border-bottom: solid 1px #cccccc;
  border-top: none;
}
#Checkout .checkoutTop .cartPriceSummary dt {
  text-align: right;
  width: 8em;
}
#Checkout .checkoutTop .cartPriceSummary dd {
  width: 7em;
  padding-left: 1em;
}
#Checkout .checkoutTop .cartPriceSummary .total * {
  color: #e51b24;
  font-size: 1.2em;
}
#step2 {
  height: 1%;
  background: #eeeeee;
  padding: 15px;
  margin: 10px 15px;
}
#step2:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#step2 .textbox {
  border: none;
  background: white;
}
#step2 .errors { margin: 0; }
#step3 {
  height: 1%;
  background: #eeeeee;
  padding: 15px;
  margin: 10px 15px;
}
#step3:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  border: solid 1px blue;
  clear: both;
}
#step3 .textbox {
  border: none;
  background: white;
}
#step3 .errors { margin: 0; }
#step3 .field {
  width: auto;
  padding-left: 0;
  margin-left: 0;
}
#step3 .field label {
  width: auto;
  padding-left: 0;
  margin-left: 0;
}
#step3 .field table td { border: none; }
#step3 .field table th { border: none; }
#step3 .field table input {
  margin: 12px 5px;
  width: auto;
}
