.prod-price-container > div {
    margin: 0 10px;
}

.save_more a {
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.save_more {
  text-align: center;
  width: 100%;
}


.page-product-details .prod-price-container .prodPreferredPrice,
.page-product-details .prod-price-container .prodRetail {
  float: left;
}


.ProductList .ProductPrice span {
  display: inline;
}

.ProductList .ProductPrice {
  font-size: 0.9em; padding-top:7px;
}

.fastCartItemBox .ProductPrice {
  color: #C60707;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 4px;
}

.fastCartItemBox .Quantity {
  padding-top: 4px;
}

.ProductList .CartAddon span {
  display: inline;
}

.ProductList .CartAddon {
  font-size: 0.9em; margin-top:7px; 
}

input[type="text"],
input[type="password"],
input[type="number"],
input.qtyInput {
  padding: 0 10px;
}


/* Account Order Details */
#order_details h3 {
  font-weight: bold;
  padding-left: 0;
  text-align: right;
  padding-top: 10px;
}

#order_details p {
  line-height: 16px;
}

#order_details thead th {
  text-align: left;
  padding-left: 10px;
}

#order_details .BillingDetails p,
#order_details .ShippingDetails p {
  background-color: rgb(240, 240, 240);
}

#order_details .totals dd,
#order_details .totals dt {
  padding-top: 0;
  padding-bottom: 0;
}

#order_details .prodList-order {
  background-color: rgb(247, 247, 247);
}




.menu-products-new .ProductList li {
  margin-bottom: 180px;
}

.menu-products .ProductList li figure img {
  width: 100%;
  max-height: none;
}

.menu-products figure {
  overflow: hidden;
  max-height: 140px;
}

.menu-products figcaption {
  padding: 35px 0 5px;
}


/* Buttons */

.btn-gray a {
  background: transparent url('../images/esporta/btn-gray-bg.png') repeat-x 0px 0px;
  color: #FFFFFF;
}

.btn-gray a:before {
  background: transparent url('../images/esporta/btn-gray-before.png') no-repeat 0px 0px;
  color: #FFFFFF;
}

.btn-gray a:after {
  background: transparent url('../images/esporta/btn-gray-after.png') no-repeat 0px 0px;
  color: #FFFFFF;
}

.btn,
.btn > input[type=submit],
.btn.btn-clear,
.btn > input[type=submit].btn-update,
.prodAdd .btn-addCart > input[type=submit] {
  height: 30px;
  line-height: 30px;
}

input[type=button].btn-submit {
  height: 30px;
}

#create-account-form .btn.btn-red {
  clear: both;
  display: block;
  margin: 0 220px;
  margin-top: 15px;
}



.HorizontalFormContainer dt {
  clear: both;
  padding-top: 10px;
}


.HorizontalFormContainer dd small {
  padding: 0 10px;
  line-height: 1px;
}


.ExpressCheckoutContent .account-create {
  display: none;
}

th.Items {
    display: block;
    width: 200px;
}
.gpage h2 {
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
.prodList li dl dt.SubItem a {
    color: #005596;
    padding-left: 20px;
}

.gpage section ul li {
    list-style: outside none disc;
    margin: 7px 5px 5px 20px;
}

.gpage section ol li {
  list-style: decimal;
  margin: 7px 5px 5px 20px;
}
.gpage ol {
    display: inline-block;
}
.gpage h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.is4000 {
  display: inline-block;
  border: 2px solid #24578e;
  padding: 10px;
  position: absolute;
  top: 15px;
  margin: 0 0 0 -55px;
  width: 270px;
  text-align: center;
}

.is4000sidebox {
  display: inline-block;
  width: 100%;
  padding: 8px;
  border: 4px solid #9dc3e6;
}
.is4000sidebox h3 {
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #0070c0;
}
.is4000sidebox h4 {
  font-size: 16px;
  margin: 8px 0 12px;
}
