@charset "utf-8";
/* CSS Document */
.colHeader img {
  margin: 0 5px 0 0;
}
.view-all {
  font-size: 14px;
}
.all-displayed {
  font-size: 14px;
  color: #999;
}
body {
  background: url('bg-tile3.png') repeat;
}
#container {
  padding: 10px;
  background: #fff;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
a:link,
.colHeader {
  text-decoration: underline;
  cursor: pointer;
}
.nav-list a:link,
a.btn {
  text-decoration: none;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #efefef;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #ffc;
}
.content-block {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  margin: 0 0 20px;
}
.content-block:hover {
  border: 1px solid #999;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
}
footer {
  text-align: center;
}
footer ul {
  margin: 10px auto;
  width: 80%;
  list-style: none;
}
footer ul li {
  display: inline;
  padding: 0 10px;
}
.breadcrumb {
  background-color: #5e74a2;
}
.breadcrumb .active {
  color: white;
  text-shadow: none;
}
.breadcrumb a {
  color: #fff;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.col3-set {
  overflow: hidden;
  clear: both;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  width: 33%;
  float: left;
}
.x-sell {
  padding: 5px 10px;
}
.x-sell-img {
  margin: 0 0 10px;
}
.address ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.address address,
.address .action {
  margin-bottom: 10px;
  padding: 0 15px;
}
.live-chat-acct {
  float: none;
  margin: 10px;
}
.live-chat-acct img {
  float: left;
}
.live-chat-acct p {
  float: left;
  width: 49%;
  margin-left: 1.5%;
}
.btn-std {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #5e74a2; /* Old browsers */

  background: -moz-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e74a2), color-stop(1%, #7885a0), color-stop(100%, #5e74a2)); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* IE10+ */

  background: linear-gradient(to bottom, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e74a2', endColorstr='#5e74a2',GradientType=0 ); /* IE6-9 */

  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-std:hover,
.btn-std:active,
.btn-std.active,
.btn-std.disabled,
.btn-std[disabled] {
  color: #ffffff;
  background-color: #4060a0;
  *background-color: #4060a0;
}

.btn-std:active,
.btn-std.active {
  background-color: #4060a0 \9;
}
.btn-std:hover {
  text-decoration: none;
  background: #5e74a2; /* Old browsers */

  background: -moz-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e74a2), color-stop(1%, #7885a0), color-stop(100%, #3e5fa0)); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* IE10+ */

  background: linear-gradient(to bottom, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e74a2', endColorstr='#3e5fa0',GradientType=0 ); /* IE6-9 */

  background-position: 0;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
ul.additional-options {
  display: none;
  margin: 0 0 10px 20px;
}
.active > i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  transform: rotate(90deg);
}
.additional-options-link {
  cursor: pointer;
  color: #5e74a2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 3px 15px;
}
.additional-options li {
  margin: 5px 0;
}
.additional-options-link:hover {
  color: #005580;
  background-color: #eee;
}
.section-hdr {
  background: #cad1e0;
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.badge {
  padding: 5px 9px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.label-info,
.badge-info {
  background-color: #5e74a2;
}
.cdsLabel {
  display: inline;
}
#cds_cc_expire_year,
#cds_cc_exp_month {
  width: 100px;
}
.card-images {
  margin: 10px 0 10px 105px;
}
.pad25 {
  padding: 25px;
}
@media (max-width: 480px) {
  .status,
  .order-date {
    display: none;
  }
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    width: auto;
    float: none;
  }
  .breadcrumb {
    display: none;
  }
  body {
    min-width: 320px;
  }
  .active-gifts .expire,
  .active-gifts .expiration {
    display: none;
  }
  .col3-set .col-2 {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

/* START OF LOGIN */

.captcha {
  border: 1px solid #333;
}
.well {
  background-color: #dfdfdf;
  border: 1px solid #cccccc;
}
.nav > li > a {
  text-decoration: none;
}
header h1 span {
  color: #d31145;
  float: right;
  margin: 0 20px;
  font-size: 30px;
}
.nav-tabs {
  margin-bottom: 0;
}
.tab-content {
  overflow: auto;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
.live-chat {
  float: none;
  width: 225px;
  margin: 10px auto;
}
.live-chat img {
  float: left;
}
.live-chat p {
  float: right;
  width: 110px;
}
.login_method {
  position: relative;
  padding: 35px 0;
}
.nav-tabs {
  border-bottom: 1px solid #999;
}
.tab-content {
  border: 1px solid #999;
  border-top: none;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #999;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  border: 1px solid #999;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.btn-std {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #5e74a2; /* Old browsers */

  background: -moz-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e74a2), color-stop(1%, #7885a0), color-stop(100%, #5e74a2)); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* IE10+ */

  background: linear-gradient(to bottom, #5e74a2 0%, #7885a0 1%, #5e74a2 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e74a2', endColorstr='#5e74a2',GradientType=0 ); /* IE6-9 */

  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-std:hover,
.btn-std:active,
.btn-std.active,
.btn-std.disabled,
.btn-std[disabled] {
  color: #ffffff;
  background-color: #4060a0;
  *background-color: #4060a0;
}

.btn-std:active,
.btn-std.active {
  background-color: #4060a0 \9;
}
.btn:hover {
  text-decoration: none;
  background: #5e74a2; /* Old browsers */

  background: -moz-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e74a2), color-stop(1%, #7885a0), color-stop(100%, #3e5fa0)); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* IE10+ */

  background: linear-gradient(to bottom, #5e74a2 0%, #7885a0 1%, #3e5fa0 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e74a2', endColorstr='#3e5fa0',GradientType=0 ); /* IE6-9 */

  background-position: 0;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.large_input {
  width: 250px;
}
.large_select {
  width: 263px;
}
@media (min-width: 1200px) {
  .live-chat {
    float: none;
    width: 225px;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}
@media (max-width: 979px) {
  .live-chat {
    position: relative;
    margin: 10px auto;
  }
  .login_method {
    padding: 5px 0;
  }
}
@media (max-width: 480px) {
  .status,
  .order-date {
    display: none;
  }
  .live-chat {
    position: relative;
    margin: 10px auto;
  }
  .login_method {
    padding: 5px 0;
  }
}

button span.loader {
  display: none;
  height: 20px;
  width: 20px;
}
button:disabled span.loader {
  display: inline-block;
}
button:disabled *:not(.loader) {
  display: none;
}

/* Loader */
.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 0.75s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
