@charset "utf-8";
/* CSS Document */
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
input {
  vertical-align: baseline;
}
h2 {
  border-bottom: 1px solid #cccccc;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 20px;
  padding-bottom: 4px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
h2,
.colored-text {
  color: #b31b29;
}
#bold_text {
  color: #a2311f;
  font-size: 25px;
  /* font-weight: bold; */
  line-height: 34px;
}
fieldset ol,
fieldset ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#offer_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.frame {
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px #aaaaaa;
  margin-bottom: 20px;
  width: auto;
}
.container-fluid {
  max-width: 740px;
  margin: 0 auto;
}
.content {
  margin-top: 40px;
}
.header {
  margin: 40px 0;
}
.banner {
  margin: 0 auto 40px;
}
#error {
  color: red;
  font-weight: bold;
  clear: both;
  padding: 20px 0;
}
.aside {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  margin: 40px 0 20px 20px;
  padding: 20px 10px;
  text-align: center;
  width: 200px;
}
.aside img {
  margin: 0 auto;
}
.sidebar-txt {
  padding: 10px;
  text-align: left;
}
#submitBlock {
}
.col-1 {
  list-style-type: none;
}
input[type="checkbox"] {
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}
label {
  display: block;
  font-weight: bold;
  margin: 0 0 2px;
  text-indent: 5px;
}
#visa {
  display: block;
  float: left;
  padding-right: 35px;
  text-align: center;
  width: 45px;
}
#master {
  display: block;
  float: left;
  padding-right: 35px;
  text-align: center;
  width: 45px;
}
.optins {
  margin-top: 20px;
  width: 100%;
}
.creditOptions {
  margin-top: 10px;
}
#submitBlock {
  margin: 20px 0;
}
.submit-btns {
}
.submit-btns ul {
}
.submit-btns li {
  display: inline;
  padding-right: 10px;
}
.gst-style {
  margin: 0 0 -20px 18px;
  font-size: 10px;
}
.cross-sell img {
  width: 100%;
}

span.helper-processing {
  left: 0;
  width: 1rem;
  height: 1rem;
  top: 3px;
}
@media (max-width: 767px) {
  .frame {
    float: left;
  }
  .sidebar-txt {
    clear: both;
    text-align: left;
  }
  .row-fluid.content {
    margin: 0;
  }
  .header {
    margin: 10px 0 0;
  }
  .submit-btns li {
    display: list-item;
    padding-bottom: 10px;
    list-style-type: none;
  }
}
