#Catalog {
  clear: both;
  background: white;
  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 span {
  color: #333;
}
#Catalog h2.productName a:link, #Catalog h2.productName a:visited {
  text-decoration: none;
}
#Catalog p.description {
  font-size: 0.8em;
  padding: 2px;
}
#Catalog table, #Catalog td {
  padding: 0;
  margin: 0;
  border: none;
}
#shopBreadcrumbs {
  font-size: 14px;
  margin-bottom: 4px;
}
#shopBreadcrumbs .header {
  height: 1%;
  background: black;
  padding: 13px 180px 13px 13px;
  min-height: 72px;
  margin-bottom: 1px;
  line-height: 1.4;
  color: #e7e7e8;
}
#shopBreadcrumbs .header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#shopBreadcrumbs .header h1 {
  color: #e7e7e8;
  margin-bottom: 0.2em;
  font-size: 1.5em;
  font-weight: normal;
}
#shopBreadcrumbs .header a {
  font-size: 0.9em;
}
#shopBreadcrumbs .header a:link, #shopBreadcrumbs .header a:visited {
  color: #e7e7e8;
  text-decoration: underline;
}
#shopBreadcrumbs .header .separator {
  padding: 0 0.5em;
  color: #7a7b7f;
}
#shopBreadcrumbs .header a.selected {
  color: #e51b24;
  text-decoration: none;
}
#divRateFilter {
  height: 1%;
  background: #1f1f1f;
  color: white;
}
#divRateFilter:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#BrandChooser, #BrandChooserUsed, .ratingFilter {
  height: 1%;
  background: #1F1F1F;
  padding: 5px 13px;
  color: #e7e7e8;
}
#BrandChooser:after, #BrandChooserUsed:after, .ratingFilter:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#BrandChooser a:link,
#BrandChooserUsed a:link,
.ratingFilter a:link,
#BrandChooser a:visited,
#BrandChooserUsed a:visited,
.ratingFilter a:visited {
  text-decoration: none;
}
#BrandChooser a:hover,
#BrandChooserUsed a:hover,
.ratingFilter a:hover,
#BrandChooser a:active,
#BrandChooserUsed a:active,
.ratingFilter a:active {
  text-decoration: underline;
}
#BrandChooser h2, #BrandChooserUsed h2, .ratingFilter h2 {
  margin: 10px 0;
  color: #e7e7e8;
}
#BrandChooser .switches, #BrandChooserUsed .switches, .ratingFilter .switches {
  font-size: 0.6em;
  float: left;
  width: 75px;
}
#BrandChooser #ChooseBrands,
#BrandChooserUsed #ChooseBrands,
.ratingFilter #ChooseBrands,
#BrandChooser #ChooseBrandsUsed,
#BrandChooserUsed #ChooseBrandsUsed,
.ratingFilter #ChooseBrandsUsed,
#BrandChooser input[type=submit],
#BrandChooserUsed input[type=submit],
.ratingFilter input[type=submit] {
  background: #e51b24;
  border: none;
  color: white;
  float: right;
  font-size: 14px;
  font-weight: bold;
  padding: 0.5em 1em;
}
#BrandChooser .brandSelectors,
#BrandChooserUsed .brandSelectors,
.ratingFilter .brandSelectors,
#BrandChooser .selectors,
#BrandChooserUsed .selectors,
.ratingFilter .selectors {
  height: 1%;
  margin-left: 75px;
  font-size: 0.7em;
}
#BrandChooser .brandSelectors:after,
#BrandChooserUsed .brandSelectors:after,
.ratingFilter .brandSelectors:after,
#BrandChooser .selectors:after,
#BrandChooserUsed .selectors:after,
.ratingFilter .selectors:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#BrandChooser .brandSelectors .field,
#BrandChooserUsed .brandSelectors .field,
.ratingFilter .brandSelectors .field,
#BrandChooser .selectors .field,
#BrandChooserUsed .selectors .field,
.ratingFilter .selectors .field {
  float: left;
  width: 110px;
  padding: 10px 5px;
}
#BrandChooser .brandSelectors .checkbox,
#BrandChooserUsed .brandSelectors .checkbox,
.ratingFilter .brandSelectors .checkbox,
#BrandChooser .selectors .checkbox,
#BrandChooserUsed .selectors .checkbox,
.ratingFilter .selectors .checkbox,
#BrandChooser .brandSelectors input[type=checkbox],
#BrandChooserUsed .brandSelectors input[type=checkbox],
.ratingFilter .brandSelectors input[type=checkbox],
#BrandChooser .selectors input[type=checkbox],
#BrandChooserUsed .selectors input[type=checkbox],
.ratingFilter .selectors input[type=checkbox] {
  float: left;
  margin: 0;
}
#BrandChooser .brandSelectors label,
#BrandChooserUsed .brandSelectors label,
.ratingFilter .brandSelectors label,
#BrandChooser .selectors label,
#BrandChooserUsed .selectors label,
.ratingFilter .selectors label {
  margin-left: 25px;
  display: block;
}
#BrandChooser table, #BrandChooserUsed table, .ratingFilter table {
  padding: 0;
  margin: 0;
}
#BrandChooser table td, #BrandChooserUsed table td, .ratingFilter table td {
  border: none;
  padding: 0;
}
.basketButton {
  display: block;
  float: left;
  background: #e51b24;
  color: white;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: normal;
}
.basketButton a:link, .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 a, .addConfirm {
  display: block;
  clear: both;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: #e51b24 url(/userfiles/images/icons/add.png) 8px 7px no-repeat;
  padding: 5px 8px 5px 28px;
  width: 8em;
}
.addConfirm {
  background: green url(/userfiles/images/icons/accept.png) 5px center no-repeat;
}
.addProduct .button ~ .addConfirm, .addConfirm ~ .addProduct .button {
  margin-top: 5px;
}
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;
  color: #4c4d4f;
}
ul#productList li.product div.productSummary h2, ul#productList li.product div.productSummary p, ul#productList li.product div.productSummary .details {
  margin-left: 105px;
}
ul#productList li.product .prices {
  float: left;
  width: 145px;
}
ul#productList li.product .price {
  height: 1%;
  display: block;
  clear: both;
  font-size: 0.9em;
  color: #4c4d4f;
}
ul#productList li.product .price:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
ul#productList li.product .price .label, ul#productList li.product .price .number {
  display: inline;
}
ul#productList li.product .normalPrice .number {
  text-decoration: line-through;
}
ul#productList li.product .priceGST {
  font-size: 1.3em;
  font-weight: bold;
  color: #e51b24;
}
ul#productList li.product .noGST {
  font-weight: bold;
  padding-bottom: 1em;
}
ul#productList .details {
  font-size: 0.8em;
  background: #e7e7e7;
  padding: 4px 5px;
  height: 1%;
}
ul#productList .details:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
ul#productList .details h2,
ul#productList .details h3,
ul#productList .details h4,
ul#productList .details ul {
  color: #333;
  margin: 0;
  padding: 0;
}
ul#productList .details .conditionReport {
  float: left;
  padding: 5px 6px;
}
ul#productList .details .rating {
  float: right;
  width: 118px;
}
ul#productList .details .rating img, ul#productList .details .rating span {
  display: block;
  padding: 5px 0;
}
.paging {
  float: right;
  font-size: 0.8em;
}
.paging .middle input {
  border: solid 1px #555;
}
.paging input.button, .paging .middle {
  display: block;
  padding: 0 5px;
  float: left;
}
.productThumb {
  display: block;
  width: 75px;
  height: 75px;
  background: #ddd;
  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: #555;
  padding: 0.6em 0;
}
.selector select {
  background: white;
  border: solid 1px #ccc;
}
#Checkout {
  background: white;
  clear: left;
  line-height: 1.4;
  padding: 0 0 15px;
}
#Checkout h1, #Checkout h2 {
  margin: 1em 15px;
}
#Checkout table {
  width: auto;
}
#Checkout input.emailContinue {
  margin: 0 20px;
}
#Checkout .field, #Checkout .disclaimer {
  height: 1%;
  clear: both;
  padding: 0.3em 0;
  position: relative;
  width: 350px;
  margin-left: 30px;
}
#Checkout .field:after, #Checkout .disclaimer:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#Checkout .field label,
#Checkout .disclaimer label,
#Checkout .field input,
#Checkout .disclaimer input,
#Checkout .field select,
#Checkout .disclaimer select {
  display: block;
  float: left;
  overflow: hidden;
  margin: 5px 0;
}
#Checkout .field label, #Checkout .disclaimer label {
  font-size: 1.2em;
  font-weight: bold;
  width: 130px;
  padding: 3px 10px;
}
#Checkout .field input,
#Checkout .disclaimer input,
#Checkout .field select,
#Checkout .disclaimer select {
  width: 180px;
  padding: 2px 10px;
}
#Checkout .field textarea, #Checkout .disclaimer textarea {
  width: 200px;
  border: none;
  background: white;
  float: left;
  clear: left;
}
#Checkout .disclaimer {
  padding: 10px;
}
#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, #Checkout .orderReceipt .receiptDisplay th {
  border: solid 1px black;
  border-width: 0 0 1px;
  padding: 8px !important;
}
#Checkout .checkoutTop {
  padding: 10px 0;
}
#Checkout .checkoutTop .field, #Checkout .checkoutTop .field label {
  width: auto;
}
#Checkout .checkoutTop h1, #Checkout .checkoutTop h2, #Checkout .checkoutTop h3 {
  margin: 1em 15px;
}
#Checkout .checkoutTop .orderDisplay {
  height: 1%;
}
#Checkout .checkoutTop .orderDisplay:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#Checkout .checkoutTop .orderDisplay .buttons {
  float: left;
  margin: 15px;
}
#Checkout .checkoutTop #products {
  width: 703px;
  border-collapse: collapse;
  margin: 0;
}
#Checkout .checkoutTop #products td, #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, #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 #ccc;
  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, #Checkout .checkoutTop .disclaimer {
  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, #Checkout .checkoutTop .cartPriceSummary dd {
  padding: 0.5em 0;
  float: left;
  border-bottom: solid 1px #ccc;
  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, #step3 {
  height: 1%;
  background: #e7e7e8;
  padding: 15px;
  margin: 10px 15px;
}
#step2:after, #step3:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
#step2 .textbox, #step3 .textbox {
  border: none;
  background: white;
}
#step2 .errors, #step3 .errors {
  margin: 0;
}
#step3 .field, #step3 .field label {
  width: auto;
  padding-left: 0;
  margin-left: 0;
}
#step3 .field table td, #step3 .field table th {
  border: none;
}
#step3 .field table input {
  margin: 12px 5px;
  width: auto;
}

