/*
 * ======================================================
 * == DONT EDIT THE .CSS FILE IT WILL BE OVER WRITTEN  ==
 * == DEVELOPERS SHOULD ADD CSS TO Development.css     ==
 * == AND THE DESIGNERS WILL IMPLEMENT THE NEW CHANGES ==
 * ==                                                  ==
 * == Grab Aaron or Andrew if you are not sure         ==
 * ======================================================
 */
#checkoutContainer {
  margin-left: 100px;
  width: 814px; }
  #checkoutContainer p {
    font-size: 11px;
    margin: 0 0 11px; }
  #checkoutContainer .row {
    clear: both;
    margin: 0 0 0 -6px;
    *zoom: 1; }
    #checkoutContainer .row:before, #checkoutContainer .row:after {
      content: "";
      display: table; }
    #checkoutContainer .row:after {
      clear: both; }
  #checkoutContainer .span1 {
    float: left;
    margin: 0 0 0 6px;
    width: 62.33333px; }
  #checkoutContainer .span2 {
    float: left;
    margin: 0 0 0 6px;
    width: 130.66667px; }
  #checkoutContainer .span3 {
    float: left;
    margin: 0 0 0 6px;
    width: 199px; }
  #checkoutContainer .span4 {
    float: left;
    margin: 0 0 0 6px;
    width: 267.33333px; }
  #checkoutContainer .span5 {
    float: left;
    margin: 0 0 0 6px;
    width: 335.66667px; }
  #checkoutContainer .span6 {
    float: left;
    margin: 0 0 0 6px;
    width: 404px; }
  #checkoutContainer .span7 {
    float: left;
    margin: 0 0 0 6px;
    width: 472.33333px; }
  #checkoutContainer .span8 {
    float: left;
    margin: 0 0 0 6px;
    width: 540.66667px; }
  #checkoutContainer .span9 {
    float: left;
    margin: 0 0 0 6px;
    width: 609px; }
  #checkoutContainer .span10 {
    float: left;
    margin: 0 0 0 6px;
    width: 677.33333px; }
  #checkoutContainer .span11 {
    float: left;
    margin: 0 0 0 6px;
    width: 745.66667px; }
  #checkoutContainer .span12 {
    float: left;
    margin: 0 0 0 6px;
    width: 814px; }
  #checkoutContainer .pullRight {
    float: right; }

.checkoutBox {
  background: #ddd;
  border: 1px solid #000;
  color: #3b3b3b;
  margin: 0 0 7px;
  padding: 7px;
  position: relative;
  *zoom: 1; }
  .checkoutBox .notes {
    width: 391px;
    float: right; }
  .checkoutBox h2 {
    background: #000;
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    margin: -7px -7px 7px;
    font-family: 'Arial';
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    text-indent: 5px;
    text-transform: uppercase; }
  .checkoutBox h3 {
    background: #303030;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    position: relative;
    margin: 0 0 10px;
    text-indent: 5px; }
    .checkoutBox h3 a {
      color: #fd7306;
      font-family: arial;
      font-size: 9px;
      font-weight: normal;
      right: 5px;
      position: absolute;
      text-decoration: none;
      top: 0; }
      .checkoutBox h3 a:hover {
        color: #FA2C03; }
  .checkoutBox h4 {
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0; }
    .checkoutBox h4.indented {
      text-indent: 30px; }
  .checkoutBox input, .checkoutBox select, .checkoutBox div, .checkoutBox td {
    font-family: arial;
    font-size: 12px;
    font-weight: normal; }
  .checkoutBox .splitter {
    border: 1px solid #000;
    line-height: 0;
    margin: 0 0 10px;
    text-indent: -999eml; }
  .checkoutBox fieldset {
    margin: 0; }
  .checkoutBox:before, .checkoutBox:after {
    content: "";
    display: table; }
  .checkoutBox:after {
    clear: both; }

.accountBoxes {
  height: 156px; }

.accountDetails {
  height: 147px; }

.orderDetails {
  height: 147px; }

.lt-ie8 .orderDetails {
  position: relative;
  top: -10px; }

.addressBox {
  height: 225px; }

.btnBottomRight {
  position: absolute;
  bottom: 7px;
  right: 7px; }

#addVoucher {
  background: #303030;
  width: 284px; }
  #addVoucher p {
    color: #fff;
    font-size: 10px; }
  #addVoucher input {
    border: 1px solid #000;
    margin: 0;
    padding: 2px 0 1px;
    width: 175px; }
  #addVoucher .btn {
    line-height: 18px;
    font-size: 11px;
    height: 20px;
    padding: 0 10px 0;
    /* This is overwritten by something on line 782 */
    vertical-align: top; }
    .lt-ie8 #addVoucher .btn {
      line-height: 15px;
      height: 19px;
      margin-top: 2px;
      vertical-align: top; }

.btn {
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 10px 4px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  zoom: 1;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .lt-ie8 .btn {
    border: 0;
    display: inline-block;
    line-height: 20px;
    margin-left: .3em;
    overflow: visible;
    zoom: 1;
    padding-top: 2px;
    padding-bottom: 2px; }
  .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .btn:active, .btn.active {
    background-color: #cccccc; }
  .ie6 .btn:first-child {
    margin-left: 0; }
  .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.btn-orange {
  background-color: #fe6800;
  background-image: -ms-linear-gradient(top, #ff6e00, #fe6800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6e00), to(#fe6800));
  background-image: -webkit-linear-gradient(top, #ff6e00, #fe6800);
  background-image: -o-linear-gradient(top, #ff6e00, #fe6800);
  background-image: linear-gradient(top, #ff6e00, #fe6800);
  background-image: -moz-linear-gradient(top, #ff6e00, #fe6800);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6e00', endColorstr='#fe6800', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: none;
  clear: none;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75); }
  .btn-orange:hover {
    background: #000;
    color: #fff; }

#Text6 {
  height: 20px;
  line-height: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.btn-green {
  background-color: #3fb149;
  background-image: -ms-linear-gradient(top, #47c751, #389d3f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47c751), to(#389d3f));
  background-image: -webkit-linear-gradient(top, #47c751, #389d3f);
  background-image: -o-linear-gradient(top, #47c751, #389d3f);
  background-image: linear-gradient(top, #47c751, #389d3f);
  background-image: -moz-linear-gradient(top, #47c751, #389d3f);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#47c751', endColorstr='#389d3f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: none;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75); }
  .btn-green:hover {
    background: #000;
    color: #fff; }

.btn-express {
  bottom: 7px;
  display: block;
  left: 7px;
  position: absolute;
  width: auto; }
  .span4 .btn-express {
    width: 230px; }
  .lt-ie8 .btn-express {
    width: 225px; }

.btn-paynow {
  width: 150px; }

.btn-copy {
  border: none;
  border-radius: 0;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  padding: 0;
  width: 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.control-group input.btn-copy {
  border: none;
  padding: 0;
  width: 60px; }

.btn-remove {
  border: 1px solid #ff6600;
  color: #ff6600;
  display: inline-block;
  height: 9px;
  line-height: 7px;
  margin: 2px 3px 0 2px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  min-width: 5px; }
  .btn-remove:hover {
    color: #fa2c03;
    border-color: #fa2c03; }
  .lt-ie8 .btn-remove {
    background: url(/images/checkout/btn-remove.gif) no-repeat;
    border: none;
    display: block;
    float: left;
    height: 10px;
    margin: 3px 6px 0 3px;
    padding: 0;
    width: 10px;
    text-indent: -999px; }
    .lt-ie8 .btn-remove:hover {
      background-position: -11px 0; }

/* == Form
 * ================================ */
fieldset {
  border: none;
  margin: 0 0 11px;
  padding: 0; }

.form-action-link {
  color: #3b3b3b;
  float: left;
  font-size: 10px;
  line-height: 25px;
  text-decoration: underline; }
  .form-action-link:hover {
    color: #000; }

.control-group {
  margin: 0 0 6px; }
  .control-group input {
    border: 1px solid #666;
    margin: 0;
    width: 174px; }
  .control-group select {
    border: 1px solid #666;
    margin: 0;
    width: 178px; }
  .control-group label {
    float: left;
    font-weight: bold;
    padding-top: 2px;
    text-align: left;
    width: 140px;
    font-size: 10px; }
  .span4 .control-group label {
    width: 60px; }
  .control-group .controls {
    margin-left: 144px; }
  .span4 .control-group .controls {
    margin-left: 74px; }
  .control-group .input-login {
    border: 1px solid #666;
    height: 19px;
    padding: 0;
    width: 184px;
    font-size: 11px;
    margin-left: -10px; }

.lt-ie8 .control-group {
  margin: 0 0 4px; }

.sideBySide {
  float: left; }
  .sideBySide .controls {
    margin: 0 0 0 6px; }
  .sideBySide label {
    float: none;
    width: auto; }
  .sideBySide .input-title {
    width: 35px; }
  .sideBySide .input-firstname {
    width: 79px; }
  .sideBySide .input-lastname {
    width: 145px; }

.nameInputs {
  margin: 0 0 0 43px; }
  .oldie .nameInputs {
    margin: 0 0 0 39px; }

.notes {
  height: 60px;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* == Dont forget box
 * ================================= */
#dontForget {
  height: 434px;
  position: relative; }
  #dontForget .dfControls {
    background: #303030;
    height: 26px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%; }
  #dontForget .dfCont {
    height: 382px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  #dontForget .dfMover {
    margin-top: 0;
    overflow: hidden; }
  #dontForget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #dontForget li {
    *zoom: 1;
    margin: 0 0 4px; }
    #dontForget li:before, #dontForget li:after {
      content: "";
      display: table; }
    #dontForget li:after {
      clear: both; }
    #dontForget li .dfImage {
      background: #fff;
      float: left;
      height: 80px;
      margin: 0 4px 0 0;
      width: 80px; }
    #dontForget li a {
      text-decoration: none; }
    #dontForget li h3 {
      background: none;
      color: #303030;
      font-size: 10px;
      height: auto;
      line-height: 11px;
      margin: 0 0 10px;
      text-indent: 0; }

.scrollControls {
  background: #303030;
  display: none;
  height: 26px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .scrollControls a {
    background: url(/images/checkout/dont-forget-controls.jpg) no-repeat;
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 98px; }
    .scrollControls a.upArrw:hover {
      background-position: bottom left; }
    .scrollControls a.dwnArrw {
      background-position: top right;
      border-left: 1px solid #1c1c1c;
      width: 98px; }
      .scrollControls a.dwnArrw:hover {
        background-position: bottom right; }

#basketTable {
  border-collapse: collapse;
  font-size: 10px;
  width: 100%; }
  #basketTable th {
    text-align: left; }
  #basketTable .col1 {
    text-indent: 4px;
    text-align: left; }
  #basketTable .col2 {
    text-indent: 3px;
    width: 113px; }
  #basketTable .col3 {
    text-align: center;
    width: 49px; }
  #basketTable .col3-item {
    width: 41px; }
  #basketTable .col4 {
    text-indent: 3px;
    width: 58px; }
  #basketTable a {
    color: #ff6600; }
    #basketTable a:hover {
      color: #fa2c03; }
  #basketTable .qty {
    border: 1px solid #000;
    font-size: 10px;
    height: 12px;
    margin: 0;
    vertical-align: bottom;
    width: 39px; }
  #basketTable th {
    color: #000;
    font-size: 10px;
    font-weight: bold; }
  #basketTable tbody td {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #basketTable tfoot td {
    vertical-align: middle; }
  #basketTable .wb {
    background: #fff;
    border: 1px solid #000;
    padding: 4px; }
  #basketTable .total {
    color: #ff6600; }

#tblOrderTotals {
  border: 0;
  margin: 0;
  width: 200px; }
  .oldie #tblOrderTotals {
    margin: 0 0 9px; }
  #tblOrderTotals tr td:first-child {
    text-align: right;
    padding: 0; }
  #tblOrderTotals td {
    padding: 0 0 0 10px; }

.cPayement input, .cPayement select {
  border: 1px solid #666;
  margin: 0; }
.cPayement #txtCardNumber, .cPayement #txtCardHolder {
  width: 80%; }
.cPayement .noBorder {
  border: none; }
.cPayement .paymentCheckBoxes input {
  border: none; }

.existingCard {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  margin: 8px 0; }
  .lt-ie9 .existingCard {
    margin: 5px 0 4px; }
  .lt-ie8 .existingCard {
    margin: 7px 0 7px; }
  .existingCard label {
    float: left;
    margin: 4px 0 0; }

.test {
  font-size: 12px; }
  .test a {
    font-size: 11px; }

/* Checkout with no register clicked */
.cardPayment .checkoutBox {
  height: 273px; }

.cardPaymentConfirm .checkoutBox {
  height: 140px; }

.registerPage .accountDetails {
  height: 200px; }

.registerPage .cardPayment .checkoutBox {
  height: 322px; }

.registerPage .cardPaymentConfirm .checkoutBox {
  height: 192px; }

/* IE9 - 7 */
.oldie .cardPayment .checkoutBox {
  height: 296px; }

.ie8 .cardPayment .checkoutBox {
  height: 299px; }

.ie7 .cardPayment .checkoutBox {
  height: 311px; }

/* IE9 - 7 */
.oldie .cardPaymentConfirm .checkoutBox {
  height: 148px; }

.ie8 .cardPaymentConfirm .checkoutBox {
  height: 155px; }

.ie7 .cardPaymentConfirm .checkoutBox {
  height: 155px; }

/* ===============================================  */
/* Checkout with register clicked */
/* IE9 - 7 */
.oldie .registerPage .cardPayment .checkoutBox {
  height: 348px; }

.ie8 .registerPage .cardPayment .checkoutBox {
  height: 351px; }

.ie7 .registerPage .cardPayment .checkoutBox {
  height: 367px; }

/* IE9 - 7 */
.oldie .registerPage .cardPaymentConfirm .checkoutBox {
  height: 200px; }

.ie8 .registerPage .cardPaymentConfirm .checkoutBox {
  height: 202px; }

.ie7 .registerPage .cardPaymentConfirm .checkoutBox {
  height: 211px; }

.redErrors h2 {
  color: red; }

span.red ul {
  margin-left: 20px; }

div.red ul {
  margin-left: 18px; }

.logCheckReg .checkoutBox {
  height: 155px; }

.oldie .logCheckReg .checkoutBox {
  height: 161px; }

@-moz-document url-prefix() {
  /* Three boxes - Login - Express - Register */
  .logCheckReg .checkoutBox {
    height: 161px; }

  /* Express Button */
  .registerGroup div {
    height: 25px; }

  #addVoucher .btn {
    padding: 2px 10px 5px;
    height: 20px; }

  /* Payment Box */ }

.redErrors ul li {
  font-size: 11px; }

.redErrors ul li a {
  color: #0000bf; }

