
h1.heading1 {
  margin: 20px 0;
}

.shadow-dark {}

#theadBG {
  background-color: #f0f0f2;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}


#subtotalRow {
  margin: 20px 15px;
  background-color: #f0f0f2;
  padding: 10px;
}

#subtotalRow .li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  color: #888;
  border-right: 1px solid #d8dbda;
  margin: 10px 0;
  height: 30px;
  line-height: 30px;
  font-size: 0.813em;
}

#subtotalRow .li:first-child {
  padding-left: 10px;
}

#subtotalRow .float {
  color: #888;
  float: right;
  clear: right;
  padding: 0 4px 4px 0;
  font-size: 0.75em;
}

#subtotalRow .hl {
  font-weight: bold;
  color: #43b925;
}

#subtotalRow #subtotal {
  color: #434a57;
  background: #fff;
  padding: 4px 4px 4px 30px;
}

#subtotal strong {
  font-weight: bold;
  font-size: 1.3em;
}

.application-button.cart-checkout {
  font-size: 1.1em;
	width:auto;
  padding: 0 40px;
}

.checkoutRow {
  padding: 0px 15px 0 15px;
}

.checkoutRow .leftArrowIcon {
  margin: 10px 0 0 0;
}

.yourCart h2 {
  font-size:16px;
}

ul.seals {
  margin-top: 5px;
  padding-top: 5px;

  list-style: none;
}

.seals .li {
  padding: 20px 15px;
  width: 276px;
  height: 110px;
  float: left;
  margin-left: 21px;
}

.seals .li:first-child {
  margin-left: 0;
}

.seals .li.last {
  float: right;
  margin-left: 0;
}

.seals .li div {
  width: 105px;
  height: 100%;
  text-align: right;
  padding-right: 12px;
  border-right: 1px solid #d8dbda;
  margin-right: 12px;
}

.application-button-small.long {
    background: url("../../img/application-btn-gray-long.png") no-repeat scroll 0 0 transparent;
}

.seals h3 {
  color: #357cb4;
  font-size: .95em;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.seals p {
  color: #888;
  font-size: 0.75em;
  line-height: 1.4em;
  margin-top:14px !important;
}

.bottomblock  .pushdownWrapper {
    border-bottom: 1px solid #D8DBDA;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.bottomblock .pushdownWrapper .narrowHeader {
    color: #434A4C;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 20px 0;
}

.paymenttypes.fields select.select{
	float:left; margin-right:25px;
}
.paymenttypes.fields label.lbl{
	font-size:.875em;
}
.paymenttypes.fields .field input.text {
	width: 80% !important;
}
