/*
 * @copyright Copyright 2003-2010 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @Version $stylesheet_COWOA.css 1 2017-06-02 10:30:40Z davewest $
 * @version $Id: Integrated COWAA v1.0
 */

 
.aw-col1 {
  width: auto;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.input-group {
  position: relative;
  z-index: 0;
  display: table;
  border-collapse: separate;
}

.input-file {
  position: relative;
  z-index: 0;
  display: table;
  border-collapse: separate;
  width: 15em;
  background: #ffeffe;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  color: #555555;
  text-align: center;
}

.input-group .form-control {
  display: table-cell;
  width: 15em;
}

#checkoutBody #enquiry {
  width:95%;
}

.margin-bottom-sm {
  margin-bottom: 10px !important;
}

.input-group-aw {
  position: relative;
  top: -80px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  color: #555555;
}

#cartbutton {
  padding: 10px 5px 10px 0px;
  text-align: center
}

.form-control {
  display: block;
  padding: 1px 12px;
  /* font-size: 12px; */
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #555555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-aw {
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-search {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #555555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus, .form-search:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #A70104;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #A70104;
}

.form-control::-webkit-input-placeholder {
  color: #A70104;
}

/*** smart boxes ******/

#loginDefault {
  margin: auto;
  width: 70%;
  padding: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#createAcctDefault, #noAcctDefault {
  margin: auto;
  width: 95%;
  padding: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.boxcontainer:before, .boxcontainer:after {
  content: "";
  display: table;
}

.boxcontainer:after {
  clear: both;
}

.boxcontainer {
  margin-bottom: 5px;
}
fieldset > fieldset {
  border: none;
}
.boxcontainer-75 {
  width: 75%;
}

.boxcontainer section, aside {
  margin: 1%;
}

.boxcontainer section {
  float: left;
  width: 47%;
}

#checkout_payment input#ship-table-table {
  margin-top:12px
}

#checkoutShippingForm > div {
  vertical-align: middle;
  clear:both;
}
#checkoutShippingForm .moduleRow {
  vertical-align: middle;
}
#checkoutShippingForm .moduleRow > div, #checkoutShippingForm .moduleRow > label {
  display:inline-block;
  vertical-align: middle;
}
#checkoutShippingForm > div:nth-child(2n) {
  margin-top:1em;
}
.boxcontainer-75 section {
  float: left;
  width: 47%;
}
#checkoutShippingForm #defaultSelected .important.forward {
  display:inline;
}
/* aside {float: right; width: 46%;} */

aside {
  float: left;
  width: 31%;
  color: #A70104;
}

.pasduck {
  margin-top: 0;
}

@media all and (max-width: 979px) {
  .boxcontainer section, aside {
    float: none;
    width: auto;
  }

  /* .boxcontainer-75 section, aside {float: none; width: auto;}*/
  .input-group .form-control {
    width: 10em;
  }

  #disc-ot_coupon {
    width: 10em;
  }

  fieldset {
    padding: 5px;
  }
}

/* This is the CSS needed for the Order Step Edition 2 contribution
 * @version $Id: Integrated COWOA v2.6  - 2007 - 2014
*/

/* content configurations. */
.ui-grid-d {
  overflow: hidden;
}

.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e, .ui-block-f {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-block-aa, .ui-block-bb, .ui-block-cc {
  margin: 5px;
  padding: 0;
  border: 0;
  float: left;
  width: 49%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e, .ui-grid-d .ui-block-f {
  width: 19.925%;
}

.ui-grid-b > :nth-child(n) {
  width: 20%;
  text-align: center;
}

/* grid d: 33.3/33.3/33.3*/
.ui-grid-a .ui-block-aa, .ui-grid-a .ui-block-bb, .ui-grid-a .ui-block-cc {
  width: 31.925%;
}

.ui-grid-a > :nth-child(n) {
  width: 33%;
  text-align: center;
}

.ui-grid-d .ui-block-a, .ui-grid-a .ui-block-aa {
  clear: left;
}

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media all and (max-width: 35em) {
  .ui-responsive .ui-block-a,
  .ui-responsive .ui-block-b,
  .ui-responsive .ui-block-c,
  .ui-responsive .ui-block-d,
  .ui-responsive .ui-block-e,
  .ui-responsive .ui-block-f,
  .ui-responsive .ui-block-aa,
  .ui-responsive .ui-block-bb,
  .ui-responsive .ui-block-cc {
    width: 100%;
    float: none;
  }
}

/* Is needed for the centering in IE */
#order_steps {
  padding: 0 3px;
  margin: 10px 10px;
  text-align: center;
}

/* These are the styles for the non-active text */
.order_steps_text {
  color: #A7A7A7;
  font-weight: 700;
  font-size: 1.1em;
  width: 25%;
}

/* These are the styles for the active text */
#active_step_text {
  color: #005C2C;
  font-weight: 700;
  font-size: 1.1em;
  width: 25%;
}

/* End Order Steps contribution CSS */

/*bof shopping cart display*/
#cartContentsDisplay {
  border-left: 1px solid #dfdfe7;
  border: 1px solid #dfdfd7;
  border-width: 1px 1px 0 0;
}

#cartContentsDisplay td {
  padding-top: 15px;
  border-bottom: 1px dashed #ccc;
}

.cartQuantity input {
  margin-left: 15px;
}

.rowOdd {
  background-color: #f2f2f2;
  height: 1.5em;
  vertical-align: top;
}

.rowEven {
  background-color: #fff;
  height: 1.5em;
  vertical-align: top;
}

.tableHeading TH {
  height: 30px;
  border-bottom: 1px solid #ccc;
}

.tableHeading, #cartSubTotal {
  background-color: #eee;
  color: #000;
}

#cartSubTotal {
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  line-height: 2.2em;
  padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
  height: 2.2em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
  padding: 0.5em 0em;
}

.cartUnitDisplay, .cartTotalDisplay {
  padding-right: 0.2em;
}

#scUpdateQuantity {
  width: 2em;
}

.cartQuantity {
  width: 4.7em;
  text-align:center;
}

.cartNewItem {
  color: #444443;
  position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
  color: #444443;
  position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
  text-align: right;
  font-weight: bold;
}

.cartRemoveItemDisplay {
  width: 3.5em;
}

.cartAttribsList {
  margin-left: 1em;
}

#mediaManager {
  margin: 0.2em;
  padding: 0.5em;
  width: 50%;
}

.mediaTitle {
  float: left;
}

.mediaTypeLink {
  float: right;
}

.normalprice, .productSpecialPriceSale {
  text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
  color: #ff0001;
}

.orderHistList {
  margin: 1em;
  padding: 0.2em 0;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
  list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
  margin: 0;
  padding: 0.2em 0;
}

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
}

.totalBox {
  padding: 0.2em;
  width: 5.5em;
  text-align: right;
}

.lineTitle, .amount {
  padding: 0.2em;
  text-align: right;
}

.amount {
  width: 5.5em;
}

#cartAdd {
  margin: 0;
  padding: 0;
  text-align: center
}

#cart {
  border: 1px solid #e1e1e9;
  padding: 16px;
  background: #f5f5f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.attribsSelect {
  color: #3a89d6;
}

fieldset {
  margin: 0 0 10px;
  border: 1px solid #c6c2c2;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#order_steps {
  display: none;
}

#loginDefault {
  width: 100%;
  padding: 1em;
}

#loginDefault fieldset {
  background: none;
  width: 49%;
  margin: 0 5px 10px;
  float: left;
}

legend {
  width: inherit;
  margin-bottom:0;
  border: none;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
  float:none;
}

.helpcowoa {
  float:right;
}
#disc-ot_coupon {
  width: 40%;
}