img {
  pointer-events: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

/*
	WebKit desktop browsers add little up down arrows to number inputs called spinners. You can turn them off visually like this:
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

@media (max-width: 1009px) {
  input[type="number"],
  input[type="text"] {
    font-size: 16px; } }

input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

/* =Reset
-----------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  height: 100%; }

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

a:active,
a:hover {
  outline: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none; }

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none; }

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom; }

/* Image inside */
a img,
th img,
td img {
  vertical-align: top; }

/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0;
  outline: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  outline: none; }

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
  outline: none; }

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Normalize search fields */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd; }

em {
  font-style: italic; }

/*
  Standard styles for input, select, textarea
*/
.input-std, form.productsearch > table td.search_field input[type="text"], body.cr > main input[type="text"],
body.cr > main input[type="password"],
body.cr > main input[type="email"], body.cr > main select, .reg-formtop input[type="text"],
.reg-formtop input[type="password"],
.reg-formtop select, .crlogin form input[type="text"],
.crlogin form input[type="password"], #forgotpasswordpopup form input[type="text"], table.cart td.cart_quantity input, .coupons input[type=text], table.zipncountry select, table.zipncountry input[name='zip_code'], table.instruct textarea,
table.comm textarea, div.sc-checkout-payment #ss_payment select, table.payment select, table.payment input[type="text"], td.addr_val input,
td.addr_val select {
  border: 1px solid #e2e2e2;
  transition: border-color 0.3s;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (max-width: 1009px) {
    .input-std, form.productsearch > table td.search_field input[type="text"], body.cr > main input[type="text"],
    body.cr > main input[type="password"],
    body.cr > main input[type="email"], body.cr > main select, .reg-formtop input[type="text"],
    .reg-formtop input[type="password"],
    .reg-formtop select, .crlogin form input[type="text"],
    .crlogin form input[type="password"], #forgotpasswordpopup form input[type="text"], table.cart td.cart_quantity input, .coupons input[type=text], table.zipncountry select, table.zipncountry input[name='zip_code'], table.instruct textarea,
    table.comm textarea, div.sc-checkout-payment #ss_payment select, table.payment select, table.payment input[type="text"], td.addr_val input,
    td.addr_val select {
      line-height: 24px;
      font-size: 16px; } }
  .input-std:focus, form.productsearch > table td.search_field input[type="text"]:focus, body.cr > main input[type="text"]:focus,
  body.cr > main input[type="password"]:focus,
  body.cr > main input[type="email"]:focus, body.cr > main select:focus, .reg-formtop input[type="text"]:focus,
  .reg-formtop input[type="password"]:focus,
  .reg-formtop select:focus, .crlogin form input[type="text"]:focus,
  .crlogin form input[type="password"]:focus, #forgotpasswordpopup form input[type="text"]:focus, table.cart td.cart_quantity input:focus, .coupons input[type=text]:focus, table.zipncountry select:focus, table.zipncountry input[name='zip_code']:focus, table.instruct textarea:focus,
  table.comm textarea:focus, div.sc-checkout-payment #ss_payment select:focus, table.payment select:focus, table.payment input[type="text"]:focus, td.addr_val input:focus,
  td.addr_val select:focus {
    border-color: #bcbcbc; }

input.input-std, form.productsearch > table td.search_field input[type="text"], body.cr > main input[type="text"],
body.cr > main input[type="password"],
body.cr > main input[type="email"], .reg-formtop input[type="text"],
.reg-formtop input[type="password"], .crlogin form input[type="text"],
.crlogin form input[type="password"], #forgotpasswordpopup form input[type="text"], table.cart td.cart_quantity input, .coupons input[type=text], table.zipncountry input[name='zip_code'], table.payment input[type="text"], td.addr_val input {
  height: 38px; }
  @media (max-width: 1009px) {
    input.input-std, form.productsearch > table td.search_field input[type="text"], body.cr > main input[type="text"],
    body.cr > main input[type="password"],
    body.cr > main input[type="email"], .reg-formtop input[type="text"],
    .reg-formtop input[type="password"], .crlogin form input[type="text"],
    .crlogin form input[type="password"], #forgotpasswordpopup form input[type="text"], table.cart td.cart_quantity input, .coupons input[type=text], table.zipncountry input[name='zip_code'], table.payment input[type="text"], td.addr_val input {
      height: 38px; } }

input[type="text"].input-std, form.productsearch > table td.search_field input[type="text"], body.cr > main input[type="text"], .reg-formtop input[type="text"], .crlogin form input[type="text"], #forgotpasswordpopup form input[type="text"], table.cart td.cart_quantity input[type="text"], .coupons input[type="text"][type=text], table.zipncountry input[type="text"][name='zip_code'], table.payment input[type="text"], td.addr_val input[type="text"],
input[type="password"].input-std,
form.productsearch > table td.search_field input[type="password"][type="text"],
body.cr > main input[type="password"],
.reg-formtop input[type="password"],
.crlogin form input[type="password"],
#forgotpasswordpopup form input[type="password"][type="text"],
table.cart td.cart_quantity input[type="password"],
.coupons input[type="password"][type=text],
table.zipncountry input[type="password"][name='zip_code'],
table.payment input[type="password"][type="text"],
td.addr_val input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

@media (max-width: 1009px) {
  select.input-std, body.cr > main select,
  .reg-formtop select, table.zipncountry select, div.sc-checkout-payment #ss_payment select, table.payment select,
  td.addr_val select {
    height: 38px;
    line-height: 30px; }
    select.input-std[size], body.cr > main select[size],
    .reg-formtop select[size], table.zipncountry select[size], div.sc-checkout-payment #ss_payment select[size], table.payment select[size],
    td.addr_val select[size] {
      height: auto; } }

#messages {
  line-height: 26px;
  color: #ff0000;
  margin: 0 0 15px 0;
  border: 1px solid #ff0000;
  padding: 12px 15px;
  display: none; }
  #messages td {
    vertical-align: top;
    font-weight: bold; }
  #messages td:first-child {
    padding-right: 15px; }

label.error {
  color: #ff0000;
  background: url(../images/validation.gif) no-repeat 0px 4px;
  padding: 0 0 0 8px; }

input.error,
select.error,
textarea.error {
  border-color: #ff0000 !important; }

.loading {
  position: relative; }
  .loading:before {
    content: "";
    background: rgba(0, 0, 0, 0.7) url(../images/loading.gif) no-repeat 50% 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: wait; }

/* Start parameters for the site */
/* Default color for all links */
a, a:visited, a:active, a:hover {
  color: #005fbd; }

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 320px; }
  @media (min-width: 1010px) {
    body {
      background: #ffffff url(../images/bg.gif) repeat-x 0 0;
      font-size: 12px; } }
  @media (max-width: 1009px) {
    body {
      font-size: 14px; } }

.no-display {
  display: none; }

body.search > header > div.inner form legend {
  background-image: url(../images/menu.png);
  background-size: 100% 200%; }
body.search > header > div.inner form input {
  display: block !important; }
body.search > main {
  padding-top: 63px; }

@media (max-width: 1009px) {
  body > header {
    border-bottom: 2px solid #cfcfcf; } }
@media (min-width: 1010px) {
  body > header div.inner {
    height: 191px;
    background: url(../images/headerbg.png) no-repeat 0 0;
    position: relative;
    width: 990px;
    margin: 0 auto; } }
@media (max-width: 1009px) {
  body > header div.inner {
    border-bottom: 6px solid #003d7b;
    position: relative; } }
body > header div.inner:after {
  content: "";
  display: table;
  clear: both; }
body > header div.inner h2.logo {
  float: left;
  margin: 0 0 13px 0; }
  @media (max-width: 600px) {
    body > header div.inner h2.logo {
      margin: 2.6666666667% 0 2% 2.3333333333%;
      width: 35%;
      padding: 11% 0 0 0;
      height: 0;
      position: relative; } }
  body > header div.inner h2.logo a {
    display: block;
    text-indent: -3000px;
    overflow: hidden; }
    @media (min-width: 1010px) {
      body > header div.inner h2.logo a {
        width: 400px;
        height: 125px; } }
    @media (max-width: 1009px) {
      body > header div.inner h2.logo a {
        margin: 16px 0 0 14px;
        background: url(../images/logo_m.png) no-repeat 0 0;
        background-size: 100% 100%;
        width: 245px;
        height: 77px; } }
    @media (max-width: 600px) {
      body > header div.inner h2.logo a {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
body > header div.inner #battlemotors {
  float: left;
  background: url(../images/battlemotors.png) no-repeat 0 0;
  background-size: 100%;
  width: 120px;
  height: 30px;
  text-indent: -3000px;
  overflow: hidden;
  margin: 42px 0 0 20px; }
  @media (max-width: 1009px) {
    body > header div.inner #battlemotors {
      display: none; } }
body > header div.inner .social {
  float: left;
  background: url(../images/socialbg.png) no-repeat right bottom;
  width: 100px;
  height: 48px;
  padding: 25px 0 0 21px;
  margin: 10px 31px 21px 0;
  list-style: none; }
  @media (max-width: 1009px) {
    body > header div.inner .social {
      display: none; } }
  body > header div.inner .social li {
    float: left;
    padding-top: 2px; }
    body > header div.inner .social li.facebook {
      padding-left: 5px;
      width: 45px; }
    body > header div.inner .social li.twitter {
      padding-left: 3px;
      width: 45px; }
    body > header div.inner .social li a {
      display: block;
      text-indent: -3000px;
      overflow: hidden;
      width: 40px;
      height: 40px; }
body > header div.inner address {
  float: left;
  width: 175px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  padding: 19px 0 0 0; }
  @media (max-width: 1009px) {
    body > header div.inner address {
      display: none; } }
body > header div.inner .customerarea {
  line-height: 20px;
  font-size: 13px; }
  @media (min-width: 1010px) {
    body > header div.inner .customerarea {
      position: absolute;
      top: 115px;
      right: 15px; } }
  body > header div.inner .customerarea a {
    text-decoration: none; }
    body > header div.inner .customerarea a:hover {
      text-decoration: underline; }
  body > header div.inner .customerarea cite {
    font-style: normal; }
  @media (max-width: 1009px) {
    body > header div.inner .customerarea cite {
      display: none; }
    body > header div.inner .customerarea a {
      display: block;
      background: url(../images/account_m.png) no-repeat 0 2px;
      width: 44px;
      height: 46px;
      text-indent: -3000px;
      overflow: hidden; } }
  @media (max-width: 1009px) and (max-width: 480px) {
    body > header div.inner .customerarea a {
      width: 100%;
      height: 0;
      padding: 100% 0 0 0;
      background: url(../images/account_m.png) no-repeat 0 0;
      background-size: 100% 100%; } }
  @media (max-width: 1009px) {
      body > header div.inner .customerarea a.d {
        display: none; } }
  @media (max-width: 1009px) and (max-width: 1009px) {
    body > header div.inner .customerarea a {
      position: absolute;
      top: 20px;
      right: 230px;
      background: url(../images/account_m.png) no-repeat 0 2px;
      width: 44px;
      height: 46px;
      text-indent: -3000px;
      overflow: hidden;
      display: block;
      float: right; } }
  @media (max-width: 1009px) and (max-width: 480px) {
    body > header div.inner .customerarea a {
      top: 0;
      margin: 4.1666666667% 0 0 0;
      right: 47.9166666667%;
      width: 9.1666666667%;
      padding: 9.5833333333% 0 0 0;
      height: 0;
      background-size: 100% 100%; } }

body > header div.inner .orderstatus {
  position: absolute;
  right: 0px;
  top: 80px;
  background: url(../images/orderstatus.png);
  width: 130px;
  height: 35px;
  text-indent: -3000px;
  overflow: hidden;
  margin: 0 5px 0 0; }
  @media (max-width: 1009px) {
    body > header div.inner .orderstatus {
      display: none; } }
@media (min-width: 1010px) {
  body > header div.inner form {
    display: none; } }
body > header div.inner form fieldset {
  border: 0;
  padding: 0;
  margin: 0; }
body > header div.inner form legend {
  padding: 0;
  position: absolute;
  top: 25px;
  right: 164px;
  background: url(../images/loop_m.png);
  width: 40px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 480px) {
    body > header div.inner form legend {
      top: 0;
      margin: 5.2083333333% 0 0 0;
      right: 34.1666666667%;
      width: 8.3333333333%;
      height: 0;
      padding: 8.3333333333% 0 0 0;
      background-size: 100% 100%; } }
body > header div.inner form input[type="text"] {
  outline: none;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -70px;
  clear: both;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #aaaaaa;
  padding: 0 145px 10px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(../images/search_m.png) no-repeat 8px 8px;
  background-size: 26px 26px;
  font-size: 16px;
  line-height: 42px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit; }
body > header div.inner form input[type="submit"] {
  display: none;
  position: absolute;
  right: 10px;
  bottom: -60px;
  border: 1px solid #676767;
  font-size: 20px;
  background: #eee;
  color: #676767;
  padding: 10px 24px;
  transition: background 0.3s;
  z-index: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: inherit; }
  body > header div.inner form input[type="submit"]:hover {
    background: #d5d5d5; }
  body > header div.inner form input[type="submit"]:active {
    bottom: -61px; }
@media (min-width: 1010px) {
  body > header div.inner #cart_m {
    display: none; } }
@media (max-width: 1009px) {
  body > header div.inner #cart_m {
    position: absolute;
    top: 24px;
    right: 96px;
    background: url(../images/cart_m.png);
    width: 48px;
    height: 40px;
    text-indent: -3000px;
    overflow: hidden;
    display: block;
    float: right; } }
@media (max-width: 480px) {
  body > header div.inner #cart_m {
    top: 0;
    margin: 5% 0 0 0;
    right: 20%;
    width: 10%;
    padding: 8.3333333333% 0 0 0;
    height: 0;
    background-size: 100% 100%; } }

@media (min-width: 1010px) {
  body > nav {
    position: absolute;
    z-index: 1;
    top: 138px;
    left: 50%;
    width: 978px;
    margin-left: -489px; } }
body > nav input[type="checkbox"] {
  display: none; }
@media (max-width: 1009px) {
  body > nav input[type="checkbox"]:checked + ul {
    display: block; } }
body > nav .menu-link {
  position: absolute;
  top: 23px;
  right: 16px;
  width: 39px;
  height: 39px;
  background: url(../images/menu.png) no-repeat 0 100%;
  text-indent: -3000px;
  overflow: hidden;
  cursor: pointer; }
  @media (min-width: 1010px) {
    body > nav .menu-link {
      display: none; } }
  @media (max-width: 480px) {
    body > nav .menu-link {
      top: 0;
      margin: 4.7916666667% 0 0 0;
      right: 3.3333333333%;
      width: 8.125%;
      height: 0;
      padding: 8.125% 0 0 0;
      background-size: 100% 200%; } }
  body > nav .menu-link.over {
    background-position: 0 0; }
@media (min-width: 1010px) {
  body > nav > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    body > nav > ul > li {
      float: left;
      position: relative; }
      body > nav > ul > li.m1, body > nav > ul > li.m2, body > nav > ul > li.m3 {
        display: none; }
      body > nav > ul > li.d1 {
        width: 100px; }
      body > nav > ul > li.d2 {
        width: 77px; }
        body > nav > ul > li.d2 > div:before {
          left: 30px; }
      body > nav > ul > li.d3 {
        width: 66px; }
        body > nav > ul > li.d3 > div {
          width: 320px; }
          body > nav > ul > li.d3 > div:before {
            left: 25px; }
          body > nav > ul > li.d3 > div > div {
            float: left;
            width: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body > nav > ul > li.d3 > div > div:first-child {
              padding: 0 9px 0 0;
              border-right: 1px solid #00478f; }
            body > nav > ul > li.d3 > div > div:nth-child(n+2) {
              border-left: 1px solid #00478f;
              margin-left: -1px;
              padding: 0 0 0 9px; }
      body > nav > ul > li.d4 {
        width: 82px; }
        body > nav > ul > li.d4 > div:before {
          left: 35px; }
      body > nav > ul > li.d5 {
        width: 135px; }
      body > nav > ul > li.d6 {
        width: 121px; }
      body > nav > ul > li.d7 {
        float: right;
        line-height: 40px;
        font-weight: bold;
        color: #ffffff;
        position: relative;
        padding-right: 123px;
        text-align: right;
        width: 160px; }
        body > nav > ul > li.d7 a {
          background: url(../images/viewcart.png);
          width: 112px;
          height: 28px;
          float: right;
          text-align: left;
          position: absolute;
          top: 6px;
          right: 5px;
          text-indent: -3000px;
          overflow: hidden; }
        body > nav > ul > li.d7 #items {
          padding-right: 6px; }
      body > nav > ul > li > a, body > nav > ul > li > h3 {
        display: block;
        height: 40px;
        text-indent: -3000px;
        overflow: hidden;
        width: 100%;
        margin: 0; }
      body > nav > ul > li.over > div {
        display: block; }
      body > nav > ul > li > div {
        display: none;
        position: absolute;
        background: #005fbd;
        border-left: 1px solid #002e5c;
        border-right: 1px solid #002e5c;
        border-bottom: 1px solid #002e5c;
        padding: 18px 9px;
        -webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.75); }
        body > nav > ul > li > div:before {
          position: absolute;
          top: 0;
          left: 40px;
          content: "";
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 8px solid #002e5c; }
        body > nav > ul > li > div h4 {
          color: #82cbf4;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold;
          margin: 0 0 12px 0;
          white-space: nowrap; }
        body > nav > ul > li > div ul + h4 {
          padding-top: 18px; }
        body > nav > ul > li > div ul {
          list-style: none;
          margin: 0;
          padding: 0;
          line-height: 24px;
          border-top: 1px solid #2a76c1; }
          body > nav > ul > li > div ul li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #2a76c1; }
            body > nav > ul > li > div ul li a {
              color: #ffffff;
              text-decoration: none;
              text-transform: uppercase;
              font-weight: bold;
              background: url(../images/nav_bullet.png) no-repeat 0 50%;
              padding: 0 13px;
              display: block;
              transition: color .3s;
              white-space: nowrap; }
              body > nav > ul > li > div ul li a:visited {
                color: #ffffff; }
              body > nav > ul > li > div ul li a:hover {
                color: #82cbf4; } }
@media (max-width: 1009px) {
  body > nav > ul {
    display: none;
    list-style: none;
    margin: 0 0 18px 0;
    padding: 0 18px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25); }
    body > nav > ul > li {
      border-bottom: 1px solid #dadada; }
      body > nav > ul > li:last-child {
        border: 0; }
      body > nav > ul > li.d7 {
        display: none; }
      body > nav > ul > li > a, body > nav > ul > li > h3 {
        font-size: 28px;
        margin: 0;
        padding: 0 18px;
        line-height: 70px;
        color: #434343;
        font-weight: normal;
        text-decoration: none;
        cursor: pointer; } }
      @media (max-width: 1009px) and (max-width: 479px) {
        body > nav > ul > li > a, body > nav > ul > li > h3 {
          font-size: 24px;
          line-height: 55px; } }
      @media (max-width: 1009px) and (min-width: 480px) {
        body > nav > ul > li > a, body > nav > ul > li > h3 {
          text-transform: uppercase; } }
@media (max-width: 1009px) {
      body > nav > ul > li > a:visited {
        color: #434343; }
      body > nav > ul > li > a:hover {
        text-decoration: underline;
        color: #434343; }
      body > nav > ul > li > h3 {
        position: relative; }
        body > nav > ul > li > h3:after {
          content: "";
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -5px;
          background: url(../images/more_m.png) no-repeat;
          background-size: 100% 100%;
          width: 16px;
          height: 10px; }
      body > nav > ul > li.active > h3 {
        background: #e8e8e8; }
        body > nav > ul > li.active > h3:after {
          transform: rotate(-90deg); }
      body > nav > ul > li.active > div {
        display: block; }
      body > nav > ul > li > div {
        display: none;
        padding: 27px 0 0 0; }
        body > nav > ul > li > div h4 {
          padding: 0 18px;
          font-size: 21px;
          font-weight: bold;
          margin: 0 0 18px;
          color: #434343; } }
        @media (max-width: 1009px) and (min-width: 480px) {
          body > nav > ul > li > div h4 {
            text-transform: uppercase; } }
        @media (max-width: 1009px) and (min-width: 480px) {
          body > nav > ul > li > div h4 {
            font-size: 17px; } }
@media (max-width: 1009px) {
        body > nav > ul > li > div ul {
          list-style: none;
          font-size: 22px;
          line-height: 40px;
          margin: 0 0 20px 0;
          padding: 0 36px 0 49px; } }
        @media (max-width: 1009px) and (max-width: 479px) {
          body > nav > ul > li > div ul {
            font-size: 20px;
            line-height: 32px;
            padding: 0 27px 0 33px; } }
@media (max-width: 1009px) {
          body > nav > ul > li > div ul li a {
            color: #434343;
            text-decoration: none; }
            body > nav > ul > li > div ul li a:before {
              content: " - "; }
            body > nav > ul > li > div ul li a:visited {
              color: #434343; }
            body > nav > ul > li > div ul li a:hover {
              color: #434343;
              text-decoration: underline; } }

@media (min-width: 1010px) {
  body > main {
    width: 990px;
    margin: 0 auto;
    background: url(../images/wrapperbg.png) repeat-y center 0; } }
body > main:after {
  content: "";
  display: table;
  clear: both; }
body > main div.inner {
  padding: 20px 33px 12px 12px; }
  @media (min-width: 1010px) {
    body > main div.inner {
      width: 760px;
      float: right; } }
  @media (max-width: 1009px) {
    body > main div.inner {
      padding: 20px 12px 12px 12px; } }
  body > main div.inner h1 {
    margin: 0 0 10px 0;
    color: #005fbd;
    font-size: 28px;
    font-weight: normal; }
  body > main div.inner h2 {
    margin: 0 0 12px 0;
    font-size: 14px; }
    body > main div.inner h2.title {
      border-bottom: 1px solid #666666;
      padding: 12px 0 4px 0;
      font-size: 18px;
      font-weight: normal; }
    body > main div.inner h2.special {
      color: #005fbd;
      border-bottom: 4px solid #ededed;
      line-height: 44px;
      font-size: 18px;
      font-weight: normal;
      margin: 0 0 14px 0; }
      body > main div.inner h2.special span {
        display: block;
        border-bottom: 1px solid #aaaaaa; }
  body > main div.inner > div.p,
  body > main div.inner p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px; }
  body > main div.inner .pbig {
    font-size: 16px;
    line-height: 22px; }
  body > main div.inner .banner {
    margin: 0 0 12px 0; }
    body > main div.inner .banner img {
      display: block;
      max-width: 100%; }
      @media (max-width: 1009px) {
        body > main div.inner .banner img {
          margin: -20px auto 0; } }
body > main .colleft {
  float: left;
  width: 142px;
  padding: 5px 15px; }
  @media (max-width: 1009px) {
    body > main .colleft {
      display: none; } }
  body > main .colleft > form {
    padding: 0 0 0 0;
    margin: 0 0 23px 0; }
    body > main .colleft > form fieldset {
      position: relative;
      border: 0;
      padding: 0; }
      body > main .colleft > form fieldset legend {
        display: block;
        margin: 0 0 6px 0;
        color: #666666;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -1px; }
      body > main .colleft > form fieldset input[type="text"] {
        border-top: 1px solid #d1d1d1;
        border-right: 1px solid #aeaeae;
        border-bottom: 1px solid #a3a3a3;
        border-left: 1px solid #aeaeae;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 26px;
        line-height: 16px;
        padding: 4px 25px 4px 6px;
        vertical-align: top;
        color: #999999; }
      body > main .colleft > form fieldset input[type="image"] {
        position: absolute;
        bottom: 2px;
        right: 4px;
        float: right;
        vertical-align: top; }
  body > main .colleft h4 {
    display: block;
    margin: 0 0 6px 0;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px; }
  body > main .colleft ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 24px; }
    body > main .colleft ul a {
      display: block;
      margin: 0;
      font-size: 12px;
      padding: 0 0 0 14px;
      background: url(../images/bullet.png) no-repeat 2px 50%;
      text-transform: uppercase;
      cursor: pointer;
      color: #000000;
      font-weight: bold;
      text-decoration: none;
      transition: color 0.3s; }
      body > main .colleft ul a:hover {
        color: #666666; }

body > footer {
  clear: both;
  color: #333333;
  font-size: 11px; }
  @media (max-width: 1009px) {
    body > footer div.inner {
      position: relative;
      padding: 0 0 10px 0; } }
  @media (min-width: 1010px) {
    body > footer div.inner {
      background: url(../images/footerbg.png) no-repeat 0 0;
      width: 990px;
      margin: 0 auto; }
      body > footer div.inner h4 {
        display: none; } }
  body > footer div.inner:after {
    content: "";
    display: table;
    clear: both; }
  body > footer div.inner h4 {
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    border-top: 1px solid #dadada;
    padding: 24px 27px 18px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    color: #000; }
    body > footer div.inner h4:after {
      font-weight: bold;
      content: "+";
      position: absolute;
      right: 27px;
      top: 24px; }
    body > footer div.inner h4.active:after {
      content: "-"; }
    body > footer div.inner h4.active + address, body > footer div.inner h4.active + ul {
      display: block; }
  body > footer .cc {
    float: left;
    background: url(../images/cc.png) no-repeat 0 0;
    width: 143px;
    height: 23px;
    text-indent: -3000px;
    overflow: hidden;
    margin: 15px 0 30px 187px; }
    @media (max-width: 1009px) {
      body > footer .cc {
        display: none; } }
  body > footer address {
    font-style: normal;
    padding: 19px 23px 0 0; }
    @media (min-width: 1010px) {
      body > footer address {
        float: right; }
        body > footer address strong:first-child, body > footer address a, body > footer address br {
          display: none; }
        body > footer address strong {
          text-transform: uppercase;
          color: #005fbd;
          font-weight: 600; } }
    @media (max-width: 1009px) {
      body > footer address {
        display: none;
        font-size: 17px;
        line-height: 20px;
        padding: 9px 27px 3px;
        margin: 0 0 30px 0; }
        body > footer address strong:before {
          content: " - ";
          font-weight: bold; }
        body > footer address a {
          color: #000;
          text-decoration: none; }
          body > footer address a:hover {
            color: #000;
            text-decoration: underline; } }
  body > footer ul.nav {
    list-style: none; }
    @media (min-width: 1010px) {
      body > footer ul.nav {
        clear: both;
        float: left;
        padding: 0 0 0 4px;
        margin: 11px 0; } }
    @media (max-width: 1009px) {
      body > footer ul.nav {
        padding: 0 27px 5px;
        font-size: 18px;
        line-height: 36px;
        display: none; } }
    @media (min-width: 1010px) {
      body > footer ul.nav li {
        display: inline;
        padding-right: 14px; }
        body > footer ul.nav li.m {
          display: none; } }
    @media (max-width: 1009px) {
      body > footer ul.nav li.d {
        display: none; } }
    body > footer ul.nav li a {
      text-decoration: none; }
      @media (min-width: 1010px) {
        body > footer ul.nav li a {
          text-transform: uppercase;
          font-weight: bold; } }
      @media (max-width: 1009px) {
        body > footer ul.nav li a {
          color: #000; }
          body > footer ul.nav li a:hover {
            color: #000; } }
      body > footer ul.nav li a:hover {
        text-decoration: underline; }
  body > footer ul.social {
    position: absolute;
    bottom: 14px;
    right: 15px;
    list-style: none;
    margin: 0 0 0 0; }
    @media (min-width: 1010px) {
      body > footer ul.social {
        display: none; } }
    body > footer ul.social li {
      float: left;
      padding: 0 5px; }
      body > footer ul.social li a {
        display: block;
        width: 47px;
        height: 47px;
        text-indent: -3000px;
        overflow: hidden; }
      body > footer ul.social li.twitter a {
        background: url(../images/twitter_m.png); }
      body > footer ul.social li.facebook a {
        background: url(../images/facebook_m.png); }
  @media (min-width: 1010px) {
    body > footer .copyright {
      float: right;
      padding: 0 10px 0 0; } }
  @media (max-width: 1009px) {
    body > footer .copyright {
      border-top: 1px solid #dadada;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 24px 130px 20px 20px; } }
  @media (max-width: 479px) {
    body > footer .copyright {
      font-size: 14px; } }

.popup {
  display: none; }

#homembanner {
  margin: -22px -12px 20px; }
  @media (min-width: 1010px) {
    #homembanner {
      display: none; } }
  #homembanner img {
    margin: 0 auto 20px;
    display: block;
    max-width: 100%; }

.homecarousel {
  position: relative;
  float: left;
  width: 468px;
  margin: 0 0 20px 0;
  /** Carousel Pagination **/ }
  @media (max-width: 1009px) {
    .homecarousel {
      display: none; } }
  .homecarousel .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 0 0; }
    .homecarousel .jcarousel ul {
      width: 1000%;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 1010px) {
        .homecarousel .jcarousel ul {
          position: relative; } }
      @media (max-width: 1009px) {
        .homecarousel .jcarousel ul {
          position: static;
          left: 0 !important; } }
      .homecarousel .jcarousel ul li {
        width: 10%;
        float: left;
        display: block; }
        .homecarousel .jcarousel ul li a {
          display: block; }
        .homecarousel .jcarousel ul li img {
          width: 100%;
          height: auto; }
  .homecarousel .jcarousel-pagination {
    background: url(../images/slideshow/bg.gif);
    height: 20px;
    padding: 5px 6px;
    list-style: none;
    text-align: center;
    margin: 0; }
    @media (max-width: 1009px) {
      .homecarousel .jcarousel-pagination {
        display: none; } }
    .homecarousel .jcarousel-pagination a {
      text-decoration: none;
      margin: 0 6px;
      display: inline-block;
      width: 20px;
      line-height: 20px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      text-align: center;
      color: #533b25;
      background: #fff;
      font-size: 11px;
      cursor: pointer;
      transition: color 0.3s, background 0.3s; }
      .homecarousel .jcarousel-pagination a:hover, .homecarousel .jcarousel-pagination a.active {
        color: #fff;
        background: #005fbd; }

.homerightcol {
  margin: 0; }
  @media (min-width: 1010px) {
    .homerightcol {
      float: left;
      width: 276px;
      padding: 0 0 0 14px; } }
  .homerightcol ul {
    list-style: none;
    padding: 0; }
    @media (min-width: 1010px) {
      .homerightcol ul {
        border-top: 1px solid #aaaaaa;
        margin: 0 0 16px 0; } }
    @media (max-width: 1009px) {
      .homerightcol ul {
        margin: 0 -4px; } }
    @media (min-width: 1010px) {
      .homerightcol ul li {
        padding: 8px 0 10px 25px;
        background: url(../images/arrow.png) no-repeat 0 8px;
        border-bottom: 1px solid #aaaaaa; } }
    @media (max-width: 1009px) {
      .homerightcol ul li {
        padding: 12px;
        margin: 0 0 8px 0; }
        .homerightcol ul li:nth-child(2n) {
          background: #c3c3c3; }
          .homerightcol ul li:nth-child(2n) h3 {
            color: #003d7b; }
          .homerightcol ul li:nth-child(2n) p {
            color: #000000; }
        .homerightcol ul li:nth-child(2n + 1) {
          background: #003d7b;
          color: #fff; } }
    .homerightcol ul li h3 {
      font-size: 18px;
      margin: 0 0 1px 0; }
      @media (min-width: 1010px) {
        .homerightcol ul li h3 {
          font-weight: bold;
          color: #005fbd; } }
      @media (max-width: 1009px) {
        .homerightcol ul li h3 {
          font-weight: normal; } }
    .homerightcol ul li p {
      margin: 0 !important; }
      @media (min-width: 1010px) {
        .homerightcol ul li p {
          color: #666666;
          font-size: 12px !important;
          line-height: 15px !important; } }
  .homerightcol + h1 {
    clear: both; }

.satisfaction {
  display: block; }
  @media (min-width: 1010px) {
    .satisfaction {
      background: url(../images/satisfaction.png);
      width: 286px;
      height: 110px;
      text-indent: -3000px;
      overflow: hidden;
      margin: 0 -10px 0 -3px; } }
  @media (max-width: 1009px) {
    .satisfaction {
      background: #c3c3c3;
      padding: 12px;
      margin: 0 -4px 16px;
      text-decoration: none;
      color: #003d7b;
      font-size: 18px; }
      .satisfaction span {
        font-size: 14px;
        padding: 1px 0 0 0;
        color: #000;
        display: block; } }

.homeblock {
  padding: 5px 0 0 0; }
  .homeblock + h2 {
    clear: both; }
  @media (max-width: 1009px) {
    .homeblock {
      margin: 0 0 20px 0; } }
  @media (min-width: 1010px) {
    .homeblock div.col1 {
      float: left;
      width: 359px;
      padding: 126px 0 0 0;
      background: url(../images/homeblockbg.png) no-repeat;
      position: relative;
      top: -8px; } }
  @media (max-width: 1009px) {
    .homeblock div.col1 {
      padding: 0 8px; }
      .homeblock div.col1:after {
        content: "";
        display: table;
        clear: both; } }
  .homeblock div.col1 a {
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px; }
    @media (min-width: 480px) {
      .homeblock div.col1 a {
        margin: 0 12px 0 4px;
        width: 153px; } }
    @media (max-width: 479px) {
      .homeblock div.col1 a {
        width: 50% !important;
        padding: 0 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .homeblock div.col1 a:hover {
      text-decoration: underline; }
    .homeblock div.col1 a:nth-child(2) {
      width: 164px;
      margin: 0; }
    .homeblock div.col1 a span.img {
      display: block;
      margin: 0 0 4px 0; }
      .homeblock div.col1 a span.img img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .homeblock div.col1 a span.name {
      display: block; }
  @media (min-width: 1010px) {
    .homeblock div.col2 {
      float: right;
      width: 370px;
      min-height: 320px;
      border-left: 1px solid #ececec;
      padding: 0 0 0 25px; } }
  @media (max-width: 1009px) {
    .homeblock div.col2 {
      padding: 0 8px; } }
  .homeblock div.col2 h3 {
    color: #005fbd;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px 0; }
    .homeblock div.col2 h3 p {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 15px 0; }

#confirm {
  width: 500px;
  max-width: 100%;
  max-width: calc(100% - 40px); }
  #confirm h2 {
    font-size: 35px;
    margin: 0 0 33px 0; }
    @media (max-width: 479px) {
      #confirm h2 {
        font-size: 30px; } }
  #confirm p {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 44px 0; }
    #confirm p a {
      color: #000;
      text-decoration: none; }
  #confirm input[type="checkbox"] {
    float: left;
    margin: 6px 10px 0 0;
    color: #c4bfbf;
    transform: scale(2);
    width: 50px;
    display: none; }
  #confirm label {
    color: #0000ff;
    display: block;
    float: left;
    margin: 0 0 40px 0;
    padding: 0 0 0 50px;
    font-size: 26px;
    line-height: 30px;
    position: relative; }
    @media (max-width: 479px) {
      #confirm label {
        font-size: 22px;
        line-height: 25px; } }
  #confirm button {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 0;
    font-size: 42px;
    background: #b8072a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    height: 100px;
    cursor: pointer;
    transition: background 0.3s; }
    @media (max-width: 479px) {
      #confirm button {
        font-size: 34px;
        text-transform: none; } }
    #confirm button:disabled, #confirm button.disabled {
      background: #5d5d5d;
      cursor: default; }
  #confirm label input[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #c4bfbf;
    border-radius: 2px;
    transition: background 0.3s, border-color 0.3s; }
  #confirm label:hover input[type="checkbox"] + span {
    border-color: #000; }
  #confirm label input[type="checkbox"]:checked + span {
    background: #0000ff;
    border: 0;
    width: 39px;
    height: 39px; }
  #confirm label input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 9px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (min-width: 1010px) {
  .product-header {
    width: 373px;
    float: right; } }
@media (max-width: 1009px) {
  .product-header {
    margin: 0 0 12px 0; } }
@media (min-width: 1010px) {
  .product-header .sku {
    display: none; } }

@media (min-width: 1010px) {
  .product-imagebox {
    width: 373px;
    float: left; } }
@media (max-width: 1009px) {
  .product-imagebox {
    width: 373px;
    max-width: 100%;
    margin: 0 auto 12px auto; } }
.product-imagebox div.img {
  border: 1px solid #e5e5e5;
  margin: 0 0 6px 0; }
  .product-imagebox div.img img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
.product-imagebox .sku {
  padding: 5px 0 0 0; }
  @media (max-width: 1009px) {
    .product-imagebox .sku {
      display: none; } }

@media (min-width: 1010px) {
  .product-info {
    float: left;
    width: 373px;
    padding: 8px 0 0 14px; } }
.product-info h1 {
  font-size: 22px;
  margin: 0 0 6px 0; }
.product-info div.p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 12px 0; }
.product-info .productlogo {
  margin: 0 0 12px 0; }
  .product-info .productlogo img {
    display: block; }
.product-info ul.productlinks {
  padding: 0 0 20px 8px !important;
  margin: 0 !important;
  list-style: none;
  line-height: 20px; }
  .product-info ul.productlinks li {
    margin: 0;
    padding: 0; }
    .product-info ul.productlinks li a {
      padding-left: 26px;
      background: url(../images/pdf.png) no-repeat 0 1px;
      display: block; }
.product-info div.status {
  margin: 0 0 12px 0; }
  .product-info div.status span {
    font-weight: bold; }
    .product-info div.status span.instock {
      color: #005FBD; }
    .product-info div.status span.outofstock {
      color: #0e61ba; }
      @media (max-width: 1009px) {
        .product-info div.status span.outofstock {
          display: block;
          padding: 3px 0 0 0;
          color: #003d7b; }
          .product-info div.status span.outofstock a {
            color: #003d7b !important; } }
      .product-info div.status span.outofstock a {
        color: #0e61ba;
        text-decoration: none; }
@media (min-width: 1010px) {
  .product-info form.addtocart {
    background: #e8e8e8; }
    .product-info form.addtocart:after {
      content: "";
      display: table;
      clear: both; } }
.product-info form.addtocart .options {
  background: #fff;
  padding: 0 0 1px 0; }
  .product-info form.addtocart .options h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: normal; }
  .product-info form.addtocart .options select {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    border: 1px solid #dadada;
    font-size: 14px;
    padding: 2px 0;
    color: #666666;
    line-height: 28px; }
.product-info form.addtocart .price {
  font-size: 18px;
  line-height: 30px; }
  @media (min-width: 1010px) {
    .product-info form.addtocart .price {
      float: left;
      padding: 12px; } }
  @media (max-width: 1009px) {
    .product-info form.addtocart .price {
      margin: 0 0 12px 0; } }
  .product-info form.addtocart .price .oldprice {
    text-decoration: line-through;
    color: #005fbd; }
  .product-info form.addtocart .price .newprice {
    font-weight: bold; }
@media (max-width: 1009px) {
  .product-info form.addtocart fieldset.qty {
    margin: 0 0 24px 0; }
    .product-info form.addtocart fieldset.qty:after {
      content: "";
      display: table;
      clear: both; }
    .product-info form.addtocart fieldset.qty label {
      display: none; } }
@media (min-width: 1010px) {
  .product-info form.addtocart fieldset.qty {
    float: right;
    clear: right;
    padding: 12px; } }
.product-info form.addtocart fieldset.qty input {
  vertical-align: middle; }
.product-info form.addtocart fieldset.qty input[type="text"] {
  text-align: center;
  color: #666666; }
  @media (min-width: 1010px) {
    .product-info form.addtocart fieldset.qty input[type="text"] {
      width: 23px;
      height: 19px;
      padding: 0;
      border: 1px solid #aaaaaa; } }
  @media (max-width: 1009px) {
    .product-info form.addtocart fieldset.qty input[type="text"] {
      width: 56px;
      height: 56px;
      padding: 0;
      border: 2px solid #aaaaaa;
      font-size: 18px; } }
.product-info form.addtocart fieldset.qty input[type="image"],
.product-info form.addtocart fieldset.qty input[type="submit"] {
  padding: 0;
  border: 0;
  color: #fff; }
  @media (min-width: 1010px) {
    .product-info form.addtocart fieldset.qty input[type="image"],
    .product-info form.addtocart fieldset.qty input[type="submit"] {
      background: url(../images/addtocart.png);
      width: 112px;
      height: 30px;
      text-indent: -3000px;
      overflow: hidden; } }
  @media (max-width: 1009px) {
    .product-info form.addtocart fieldset.qty input[type="image"],
    .product-info form.addtocart fieldset.qty input[type="submit"] {
      float: right;
      background: #ff0000;
      font-size: 24px;
      line-height: 60px;
      font-weight: bold;
      text-transform: uppercase;
      transition: background;
      position: relative;
      width: 50%;
      width: calc(100% - 80px);
      height: 60px; }
      .product-info form.addtocart fieldset.qty input[type="image"]:hover,
      .product-info form.addtocart fieldset.qty input[type="submit"]:hover {
        background: #cc0000; }
      .product-info form.addtocart fieldset.qty input[type="image"]:active,
      .product-info form.addtocart fieldset.qty input[type="submit"]:active {
        top: 1px; } }
.product-info div.freight {
  margin: 18px 0 0 0;
  border: 1px solid #cccccc;
  background: #e3e0e0;
  text-align: center;
  line-height: 30px;
  font-size: 15px; }

h2.youmayalso {
  clear: both;
  color: #005fbd;
  border-bottom: 4px solid #ededed;
  line-height: 44px;
  font-size: 18px !important;
  font-weight: normal; }
  h2.youmayalso span {
    display: block;
    border-bottom: 1px solid #aaaaaa; }

div.p.bucher a {
  float: right;
  margin: 0 0 10px 10px; }
  div.p.bucher a img {
    max-height: 80px; }

form#options {
  margin: 0 0 15px 0;
  border: 1px solid #e7e7f3;
  padding: 12px; }
  form#options fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
    form#options fieldset legend {
      display: none; }
    @media (min-width: 768px) {
      form#options fieldset div {
        float: left;
        width: 50%; } }
    @media (max-width: 767px) {
      form#options fieldset div {
        margin: 0 0 15px 0; }
        form#options fieldset div:last-child {
          margin: 0; } }
    form#options fieldset div label {
      text-transform: uppercase; }

div.pages {
  font-size: 16px;
  text-align: center; }

ul.products {
  list-style: none;
  margin: 0 -9px 0 -9px !important;
  padding: 0; }
  ul.products:after {
    content: "";
    display: table;
    clear: both; }
  ul.products > li {
    float: left;
    text-align: left;
    padding: 0; }
    ul.products > li > div {
      padding: 0 9px 20px 9px; }
    @media (min-width: 768px) {
      ul.products > li {
        width: 25%; }
        ul.products > li:nth-child(4n) {
          padding-right: 0; }
        ul.products > li:nth-child(4n+1) {
          clear: both; } }
    @media (max-width: 767px) and (min-width: 481px) {
      ul.products > li {
        width: 33.333%; }
        ul.products > li:nth-child(3n) {
          padding-right: 0; }
        ul.products > li:nth-child(3n+1) {
          clear: both; } }
    @media (max-width: 480px) {
      ul.products > li {
        width: 50%; }
        ul.products > li:nth-child(2n) {
          padding-right: 0; }
        ul.products > li:nth-child(2n+1) {
          clear: both; } }
    ul.products > li h2 {
      font-size: 14px;
      margin: 0 0 6px 0; }
      @media (min-width: 1010px) {
        ul.products > li h2 {
          font-size: 12px !important; } }
      ul.products > li h2 a, ul.products > li h2 span.a {
        text-decoration: none;
        display: block; }
        ul.products > li h2 a span.img, ul.products > li h2 span.a span.img {
          display: block;
          margin: 0 0 6px 0;
          border: 1px solid #000;
          transition: border-color 0.3s;
          height: 0;
          padding: 100% 0 0 0;
          padding: calc(100% - 2px) 0 0 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative; }
          ul.products > li h2 a span.img img, ul.products > li h2 span.a span.img img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            max-width: 100%;
            max-height: 100%; }
        ul.products > li h2 a span.name, ul.products > li h2 span.a span.name {
          display: block;
          text-align: left; }
      ul.products > li h2 a:hover {
        text-decoration: underline; }
        ul.products > li h2 a:hover span.img {
          border-color: #dedede; }
    ul.products > li div.price {
      color: #474745;
      margin: 0 0 3px 0; }
      ul.products > li div.price .oldprice {
        text-decoration: line-through;
        color: #005fbd; }
      ul.products > li div.price .newprice {
        font-weight: bold; }

ul.pages {
  list-style: none;
  margin: 0 -9px 0 -9px !important;
  padding: 0; }
  ul.pages:after {
    content: "";
    display: table;
    clear: both; }
  ul.pages > li {
    float: left;
    text-align: center;
    padding: 0; }
    ul.pages > li > div {
      padding: 0 9px 20px 9px; }
    @media (min-width: 768px) {
      ul.pages > li {
        width: 25%; }
        ul.pages > li:nth-child(4n) {
          padding-right: 0; }
        ul.pages > li:nth-child(4n+1) {
          clear: both; } }
    @media (max-width: 767px) and (min-width: 481px) {
      ul.pages > li {
        width: 33.333%; }
        ul.pages > li:nth-child(3n) {
          padding-right: 0; }
        ul.pages > li:nth-child(3n+1) {
          clear: both; } }
    @media (max-width: 480px) {
      ul.pages > li {
        width: 50%; }
        ul.pages > li:nth-child(2n) {
          padding-right: 0; }
        ul.pages > li:nth-child(2n+1) {
          clear: both; } }
    ul.pages > li h2 {
      font-size: 14px;
      margin: 0 0 6px 0; }
      @media (min-width: 1010px) {
        ul.pages > li h2 {
          font-size: 12px !important; } }
      ul.pages > li h2 a {
        text-decoration: none;
        display: block; }
        ul.pages > li h2 a span.img {
          display: block;
          margin: 0 0 6px 0;
          border: 1px solid #000;
          transition: border-color 0.3s;
          height: 0;
          padding: 100% 0 0 0;
          padding: calc(100% - 2px) 0 0 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative; }
          ul.pages > li h2 a span.img img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            max-width: 100%;
            max-height: 100%; }
        ul.pages > li h2 a span.name {
          display: block;
          text-align: left;
          color: #000; }
        ul.pages > li h2 a:hover {
          text-decoration: underline; }
          ul.pages > li h2 a:hover span.img {
            border-color: #dedede; }

div.popup {
  background: #ffffff;
  border-radius: 10px;
  display: none;
  padding: 20px 35px;
  max-width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    div.popup {
      padding: 12px 15px; } }
  div.popup h3 {
    color: #ce3730;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 15px 0; }
  div.popup span.close {
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    right: 4px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    cursor: pointer; }
  div.popup p {
    line-height: 16px; }
  div.popup ul {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 16px; }

input.button162 {
  background: #434343;
  border: 0;
  cursor: pointer;
  padding: 9px 40px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 22px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    input.button162 {
      text-transform: uppercase; } }
  input.button162:hover {
    background: #2a2a2a; }
  input.button162:active {
    top: 1px; }

input.button167,
input.button164,
input.button173,
input.button189,
input.button187,
input.button183,
input.button184,
input.button473,
input.button185 {
  background: #434343;
  border: 0;
  cursor: pointer;
  padding: 3px 27px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 14px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    input.button167,
    input.button164,
    input.button173,
    input.button189,
    input.button187,
    input.button183,
    input.button184,
    input.button473,
    input.button185 {
      text-transform: uppercase; } }
  input.button167:hover,
  input.button164:hover,
  input.button173:hover,
  input.button189:hover,
  input.button187:hover,
  input.button183:hover,
  input.button184:hover,
  input.button473:hover,
  input.button185:hover {
    background: #2a2a2a; }
  input.button167:active,
  input.button164:active,
  input.button173:active,
  input.button189:active,
  input.button187:active,
  input.button183:active,
  input.button184:active,
  input.button473:active,
  input.button185:active {
    top: 1px; }

input.button165,
input.button188,
input.button186 {
  background: #f1f1f1;
  border: 0;
  cursor: pointer;
  padding: 3px 27px;
  line-height: 30px;
  color: #434343;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 14px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    input.button165,
    input.button188,
    input.button186 {
      text-transform: uppercase; } }
  input.button165:hover,
  input.button188:hover,
  input.button186:hover {
    background: #d8d8d8; }
  input.button165:active,
  input.button188:active,
  input.button186:active {
    top: 1px; }

/* Contact Us */
form.contactus {
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    form.contactus {
      float: left;
      width: 435px;
      padding: 0 20px 0 0;
      border-right: 1px solid #B9B9B7; } }
  form.contactus fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
    form.contactus fieldset legend {
      display: none; }
  form.contactus label.error {
    position: relative;
    top: -9px; }
  form.contactus .buttons {
    text-align: right; }
    form.contactus .buttons input[type="reset"] {
      background: #434343;
      border: 0;
      cursor: pointer;
      padding: 9px 40px;
      line-height: 30px;
      color: #fff;
      text-decoration: none;
      position: relative;
      transition: background 0.3s;
      font-size: 22px;
      letter-spacing: 0.7px;
      background-color: #F4F4F4;
      color: #000; }
      @media (min-width: 1010px) {
        form.contactus .buttons input[type="reset"] {
          text-transform: uppercase; } }
      form.contactus .buttons input[type="reset"]:hover {
        background: #2a2a2a; }
      form.contactus .buttons input[type="reset"]:active {
        top: 1px; }
      form.contactus .buttons input[type="reset"]:hover {
        background-color: #dbdbdb; }
    form.contactus .buttons input[type="submit"] {
      background: #434343;
      border: 0;
      cursor: pointer;
      padding: 9px 40px;
      line-height: 30px;
      color: #fff;
      text-decoration: none;
      position: relative;
      transition: background 0.3s;
      font-size: 22px;
      letter-spacing: 0.7px; }
      @media (min-width: 1010px) {
        form.contactus .buttons input[type="submit"] {
          text-transform: uppercase; } }
      form.contactus .buttons input[type="submit"]:hover {
        background: #2a2a2a; }
      form.contactus .buttons input[type="submit"]:active {
        top: 1px; }
  form.contactus input[type="text"],
  form.contactus textarea {
    display: block;
    border: 1px solid #B9B9B7;
    margin: 0 0 12px 0;
    padding: 10px;
    color: #616161;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    background: #F4F4F4 url(../images/bg-input.png) repeat-x scroll 0 0; }

address.contactus {
  font-style: normal; }
  @media (min-width: 768px) {
    address.contactus {
      float: left;
      width: 250px;
      border-left: 1px solid #B9B9B7;
      margin-left: -1px;
      padding: 0 0 0 20px; } }
  address.contactus strong {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px; }
  address.contactus span {
    display: block;
    margin: 0 0 10px 0; }
  address.contactus a {
    text-decoration: none; }
    address.contactus a:hover {
      text-decoration: underline; }

/* End Contact Us */
.usedequpment,
.customworks {
  padding: 12px 0 0 0;
  overflow: hidden;
  position: relative; }
  .usedequpment > div,
  .customworks > div {
    margin: 0 0 20px 0; }

.usedequpment .imgsbox > div,
.customworks div.slides {
  clear: both;
  margin: 0 0 20px 0;
  width: 10000px;
  position: relative;
  transition: left 0.3s; }
  @media (max-width: 560px) {
    .usedequpment .imgsbox > div,
    .customworks div.slides {
      width: 1000%; } }

@media (max-width: 1010px) {
  .customworks div.slides {
    width: 1000%; }
    .customworks div.slides div.slide {
      width: 10%; }
      .customworks div.slides div.slide div.img img {
        max-width: 100%; } }

.usedequpment .imgsbox,
.customworks .slidesbox {
  position: relative; }
  .usedequpment .imgsbox nav,
  .customworks .slidesbox nav {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1; }

@media (max-width: 767px) {
  .customworks nav {
    position: static !important; } }

.usedequpment div.slidesbox:nth-child(2n) nav,
.customworks div.slidesbox:nth-child(2n) nav {
  left: 250px; }

.usedequpment nav span,
.customworks nav span {
  background: #0f0f0f;
  border-radius: 7px;
  margin: 0 6px 0 0;
  opacity: 0.5;
  float: left;
  width: 15px;
  height: 15px;
  text-indent: -3000px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s; }

.usedequpment nav span.current,
.customworks nav span.current {
  opacity: 1; }

.usedequpment nav span:hover,
.customworks nav span:hover {
  opacity: 1; }

.customworks div.slidesbox div.slide {
  float: left; }
  @media (min-width: 1010px) {
    .customworks div.slidesbox div.slide {
      width: 760px; } }
  @media (min-width: 560px) and (max-width: 1009px) {
    .customworks div.slidesbox div.slide {
      width: 10%; } }

/*
	gallery with slideshow
*/
.usedequpment div.imgsbox,
.customworks div.slidesbox .img {
  display: block;
  max-width: 534px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .usedequpment div.imgsbox,
    .customworks div.slidesbox .img {
      float: left;
      width: 534px;
      height: 359px; } }
  @media (max-width: 767px) {
    .usedequpment div.imgsbox,
    .customworks div.slidesbox .img {
      margin: 0 auto 12px; } }

@media (min-width: 768px) {
  .usedequpment > div:nth-child(2n) .imgsbox,
  .customworks div.slidesbox:nth-child(2n) .img {
    float: right; } }

.usedequpment div.imgsbox div span {
  display: block;
  width: 534px;
  max-width: 100%;
  float: left; }
  @media (max-width: 560px) {
    .usedequpment div.imgsbox div span {
      max-width: 10%; } }

.usedequpment div.imgsbox img,
.customworks div.slidesbox > .img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.usedequpment > div::after,
.customworks div.slidesbox::after {
  content: '';
  clear: both;
  display: table;
  height: 0; }

@media (min-width: 768px) {
  .usedequpment > div div.details,
  .customworks div.slidesbox div.details {
    float: right;
    width: 210px;
    width: calc(100% - 534px - 20px); } }
@media (min-width: 1010px) {
  .usedequpment > div div.details,
  .customworks div.slidesbox div.details {
    width: 210px; } }
.usedequpment > div div.details h2,
.customworks div.slidesbox div.details h2 {
  font-size: 16px; }

@media (min-width: 768px) {
  .usedequpment > div:nth-child(2n) div.details,
  .customworks div.slidesbox:nth-child(2n) div.details {
    float: left; } }

.usedequpment h2,
.usedequpment h3,
.customworks h2,
.customworks h3 {
  background: #005fbd;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 12px;
  margin: 0 0 5px 0;
  clear: both; }

.customworks p {
  font-size: 16px;
  line-height: 22px; }

.usedequpment dl {
  margin: 18px 0 23px 12px;
  line-height: 16px;
  font-size: 15px; }
.usedequpment dt {
  font-weight: bold;
  float: left;
  clear: both;
  margin: 0 4px 18px 0; }
  .usedequpment dt:after {
    content: "";
    display: table;
    clear: both; }
.usedequpment dd {
  float: left;
  margin: 0 0 12px 0; }
.usedequpment strong {
  display: block;
  padding: 12px 0 0 0;
  margin: 0 0 3px 12px;
  font-size: 16px; }
.usedequpment a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  display: block;
  margin: 0 0 0 12px; }

.fancyTable {
  margin: 30px auto; }
  .fancyTable td {
    padding: 6px 6px; }
  .fancyTable tr:last-child td {
    padding-top: 12px; }

/* Start Search Results Styles */
form.productsearch {
  display: 100%;
  margin: 0 0 20px 0; }
  form.productsearch > table {
    width: 100%;
    margin: 0 0 20px 0; }
    form.productsearch > table td.search_field {
      width: 80%;
      width: calc(100% - 130px); }
      form.productsearch > table td.search_field input[type="text"] {
        width: 100%;
        height: 36px; }
    form.productsearch > table td:nth-child(2) {
      width: 130px; }
      form.productsearch > table td:nth-child(2) input[type="submit"] {
        background: #434343;
        border: 0;
        cursor: pointer;
        padding: 3px 27px;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
        position: relative;
        transition: background 0.3s;
        font-size: 14px;
        letter-spacing: 0.7px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%; }
        @media (min-width: 1010px) {
          form.productsearch > table td:nth-child(2) input[type="submit"] {
            text-transform: uppercase; } }
        form.productsearch > table td:nth-child(2) input[type="submit"]:hover {
          background: #2a2a2a; }
        form.productsearch > table td:nth-child(2) input[type="submit"]:active {
          top: 1px; }

table.search_info {
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  width: 100%; }
  table.search_info td {
    padding: 6px 9px;
    vertical-align: top;
    font-size: 12px;
    width: 50%; }
    table.search_info td:empty {
      display: none; }
    table.search_info td.search-results-page, table.search_info td.search-sortby {
      text-align: right; }
    table.search_info td.search-prevnext b {
      padding: 0 6px 0 0; }
    table.search_info td.search-prevnext input {
      border: 0;
      padding: 0 3px;
      margin: 0;
      background: none;
      transition: color 0.3s;
      text-decoration: underline; }
      table.search_info td.search-prevnext input:hover {
        color: #ce3730; }

.search-product {
  border-top: 2px solid #ebebeb;
  padding: 12px 0 12px 0;
  margin: 6px 0 0 0;
  clear: both; }
  .search-product .search-productimage {
    float: left;
    width: 100px;
    margin: 0 0 12px 0; }
    .search-product .search-productimage a {
      display: block; }
      .search-product .search-productimage a img {
        display: block;
        max-width: 89px;
        height: auto; }
  .search-product .search-content {
    float: left;
    margin: 0 0 12px 0; }
    @media (min-width: 768px) {
      .search-product .search-content {
        width: 470px;
        width: calc(100% - 335px); } }
    @media (max-width: 767px) {
      .search-product .search-content {
        width: 400px;
        width: calc(100% - 100px); } }
    .search-product .search-content h2 {
      font-size: 16px;
      font-weight: normal;
      margin: 0 0 10px 0; }
  .search-product .search-moreinfo {
    margin: 0 0 12px 0; }
    @media (min-width: 768px) {
      .search-product .search-moreinfo {
        float: right;
        width: 235px; } }
    @media (max-width: 767px) {
      .search-product .search-moreinfo {
        padding: 0 0 0 100px; } }
    .search-product .search-moreinfo div.price {
      float: left; }
      @media (min-width: 768px) {
        .search-product .search-moreinfo div.price {
          width: 145px;
          text-align: center; } }
      .search-product .search-moreinfo div.price span.oldprice {
        text-decoration: line-through;
        display: block; }
      .search-product .search-moreinfo div.price span.newprice {
        color: #ce3730;
        font-weight: bold;
        display: block; }
    .search-product .search-moreinfo > a {
      padding: 0 6px;
      font-size: 12px;
      font-weight: bold; }
      @media (min-width: 768px) {
        .search-product .search-moreinfo > a {
          float: right;
          width: 90px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          white-space: nowrap; } }

.search-foundincaption {
  clear: both;
  font-weight: bold;
  background-color: #e6e7e0;
  font-size: 12px;
  padding: 3px 9px;
  margin: 0 0 3px 0; }

a.search-foundin {
  font-size: 12px;
  font-weight: normal; }

.search-pipeline {
  font-size: 12px;
  padding: 0 3px 0 6px; }

.search-pipeline:nth-last-child(2) {
  display: none; }

/* End Search Results Styles */
/* Lexiconn view order */
#order_details {
  display: block;
  border: 1px solid #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 15px auto 20px auto; }

#order_details table {
  width: 100%; }

.editorcontainer {
  display: none;
  background-color: #EBEBEB; }

.editorfield {
  font-size: 12px; }

.dataTable td {
  background-color: #CCCCCC; }

.reorderColumn {
  display: none; }

td.empty {
  background-color: #fff; }

/* End Lexiconn view order */
body.cr > main select {
  margin-bottom: 20px; }
body.cr > main input.button473,
body.cr > main input.button188 {
  margin-bottom: 15px; }

/* Customer pages */
@media (max-width: 1009px) {
  #cr-title, #cr-links, #cr-main {
    display: none; } }
#cr-title {
  margin: 0 0 20px 0;
  font-size: 22px; }

@media (min-width: 1010px) {
  #cr-mmain {
    display: none; } }
h1.title #logout {
  float: right;
  font-size: 18px;
  text-transform: uppercase; }
  @media (max-width: 499px) {
    h1.title #logout {
      font-size: 16px; } }

.reg-formtop {
  background: #f1f1f1;
  line-height: 26px;
  margin: 0 0 20px 0; }
  @media (min-width: 1010px) {
    .reg-formtop {
      padding: 27px 63px 24px; } }
  @media (max-width: 1009px) {
    .reg-formtop {
      padding: 15px 10px 12px; } }
  .reg-formtop:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1010px) {
    .reg-formtop fieldset {
      float: left;
      width: 50%;
      padding: 0 36px 0 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .reg-formtop fieldset:last-child {
        padding-right: 0; } }
  .reg-formtop strong.label {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    margin: 0 0 10px 0; }
  .reg-formtop input[type="text"],
  .reg-formtop input[type="password"],
  .reg-formtop select {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 18px 0;
    width: 100%; }
  .reg-formtop label.error {
    display: block;
    position: relative;
    top: -10px; }
  .reg-formtop table.challenge td {
    vertical-align: top; }
    .reg-formtop table.challenge td.challenge_instructions {
      line-height: 16px; }
  .reg-formtop table.challenge select {
    margin: 0; }
  @media (max-width: 1009px) {
    .reg-formtop .cr-savepayment > div {
      padding: 0 0 0 21px;
      margin: 0 0 15px 0;
      line-height: 20px;
      position: relative; }
      .reg-formtop .cr-savepayment > div:last-child {
        margin: 0; }
      .reg-formtop .cr-savepayment > div input {
        position: absolute;
        left: 0;
        top: 3px;
        width: 15px;
        height: 15px; } }

form.cr {
  position: relative; }
  form.cr p {
    margin: 0 0 20px 0; }

form.cr .reg-formbottom {
  background: #f1f1f1; }
  @media (min-width: 1010px) {
    form.cr .reg-formbottom {
      padding: 27px 63px 24px;
      margin: 0 0 100px 0; } }
  @media (max-width: 1009px) {
    form.cr .reg-formbottom {
      padding: 15px 10px 12px;
      margin: 0 0 100px 0; } }
  form.cr .reg-formbottom input[type="submit"] {
    display: block;
    margin: 0 auto;
    background: #434343;
    border: 0;
    cursor: pointer;
    padding: 9px 40px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: background 0.3s;
    font-size: 22px;
    letter-spacing: 0.7px; }
    @media (min-width: 1010px) {
      form.cr .reg-formbottom input[type="submit"] {
        text-transform: uppercase; } }
    form.cr .reg-formbottom input[type="submit"]:hover {
      background: #2a2a2a; }
    form.cr .reg-formbottom input[type="submit"]:active {
      top: 1px; }

.cr-reset-email {
  font-weight: bold;
  margin: 0 0 9px 0; }

.cr-reset-text {
  margin: 0 0 20px 0; }

#cr-links {
  margin: 0 0 20px 0; }
  @media (min-width: 1010px) {
    #cr-links {
      float: right;
      width: 523px;
      border-left: 2px solid #eeeeee; }
      #cr-links:after {
        content: "";
        display: table;
        clear: both; } }
  @media (max-width: 1009px) {
    #cr-links:after {
      content: "";
      display: table;
      clear: both; } }
  #cr-links ul {
    list-style: none;
    margin: 0 0 0 0; }
    @media (min-width: 1010px) {
      #cr-links ul {
        padding: 0 0 0 80px; } }
    @media (max-width: 1009px) {
      #cr-links ul {
        padding: 0 0 0 20px;
        padding: 0 0 0 calc( (100% - 500px) / 3); } }
    #cr-links ul li {
      width: 200px;
      text-align: center;
      position: relative; }
      @media (min-width: 1010px) {
        #cr-links ul li {
          margin: 0 20px 25px 0;
          float: left; } }
      @media (max-width: 1009px) and (min-width: 700px) {
        #cr-links ul li {
          float: left;
          margin: 0 calc( (100% - 500px) / 3) 25px 0; } }
      @media (max-width: 699px) {
        #cr-links ul li {
          margin: 0 auto; } }
      #cr-links ul li a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 6px 0;
        padding-top: 138px; }
      #cr-links ul li:nth-child(1) a {
        background: url(../images/cr/account.png) no-repeat center 0; }
      #cr-links ul li:nth-child(2) a {
        background: url(../images/cr/orders.png) no-repeat center 0; }
      #cr-links ul li:nth-child(3) a {
        background: url(../images/cr/wishlist.png) no-repeat center 0; }
      #cr-links ul li:nth-child(4) a {
        background: url(../images/cr/addresses.png) no-repeat center 0; }
      #cr-links ul li:nth-child(3n + 1) {
        clear: both; }
      #cr-links ul li:nth-child(3n + 3) {
        margin-right: 0; }
      #cr-links ul li input[type="submit"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 250px;
        height: 160px;
        background: none;
        border: 0;
        padding: 0;
        display: block;
        text-indent: -3000px;
        overflow: hidden; }

#cr-main {
  margin: 0 0 20px 0; }
  @media (min-width: 1010px) {
    #cr-main {
      float: left;
      width: 235px; } }
  #cr-main h3 {
    margin: 0 0 20px 0; }
  #cr-main ul {
    list-style: none;
    margin: 0 0 27px -3px !important;
    line-height: 26px; }
    #cr-main ul a, #cr-main ul input[type="submit"] {
      background: none;
      border: 0;
      padding: 0 3px;
      color: #999898;
      text-decoration: underline;
      text-transform: none;
      font-size: 16px;
      font-weight: normal;
      line-height: normal;
      height: auto;
      margin: 0; }
    #cr-main ul a {
      padding: 0 5px; }
  #cr-main p a {
    display: block; }
    #cr-main p a:last-child {
      text-decoration: none;
      color: #302a12; }

h1.cust_name {
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px 0; }

ul.view_edit {
  list-style: none; }
  ul.view_edit:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    ul.view_edit {
      width: 670px;
      margin: 20px auto 10px; } }
  @media (max-width: 767px) {
    ul.view_edit {
      width: 100%;
      margin: 20px 0 5px !important;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0; } }
  ul.view_edit li {
    padding: 3px 5px; }
    @media (min-width: 768px) {
      ul.view_edit li {
        float: left; } }
  ul.view_edit a, ul.view_edit input[type="submit"] {
    padding: 20px 10px;
    display: block;
    text-align: center;
    margin: 0 !important;
    font-size: 30px !important;
    line-height: 30px;
    text-decoration: none;
    background: #f1f1f1;
    border: 0;
    outline: none;
    box-shadow: none;
    position: relative;
    color: #434343;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      ul.view_edit a, ul.view_edit input[type="submit"] {
        width: 320px; } }
    @media (max-width: 767px) {
      ul.view_edit a, ul.view_edit input[type="submit"] {
        width: 100%; } }
    ul.view_edit a:active, ul.view_edit input[type="submit"]:active {
      top: 1px; }

.view_idit_logout {
  text-align: center;
  margin: 0 0 20px 0; }
  .view_idit_logout a {
    font-size: 18px; }

@media (max-width: 1009px) {
  body > article.content form.cr h2 {
    text-align: left;
    padding: 20px 0 0 0;
    color: #000000;
    font-size: 22px;
    font-weight: normal; } }
@media (min-width: 1010px) {
  .crlogin form {
    width: 360px;
    padding: 0 380px 0 0;
    margin: 80px auto 40px;
    position: relative; } }
@media (max-width: 1009px) {
  .crlogin form fieldset {
    margin: 0 0 20px 0; } }
.crlogin form legend {
  display: none; }
@media (max-width: 1009px) {
  .crlogin form label {
    display: block;
    margin: 0 0 5px 0; } }
.crlogin form input[type="text"],
.crlogin form input[type="password"] {
  margin: 0 0 18px 0;
  display: block; }
  @media (min-width: 1010px) {
    .crlogin form input[type="text"],
    .crlogin form input[type="password"] {
      width: 348px; } }
  @media (max-width: 1009px) {
    .crlogin form input[type="text"],
    .crlogin form input[type="password"] {
      width: 100%; } }
.crlogin form .note {
  text-align: right; }
  @media (min-width: 1010px) {
    .crlogin form .note {
      margin: 0 0 60px 0;
      font-size: 13px; } }
  @media (max-width: 1009px) {
    .crlogin form .note {
      margin: 0 0 20px 0;
      font-size: 16px; } }
.crlogin form input[type="submit"] {
  margin: 0 0 0 auto;
  display: block;
  background: #434343;
  border: 0;
  cursor: pointer;
  padding: 3px 27px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 14px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    .crlogin form input[type="submit"] {
      text-transform: uppercase; } }
  .crlogin form input[type="submit"]:hover {
    background: #2a2a2a; }
  .crlogin form input[type="submit"]:active {
    top: 1px; }

.loginfrm label {
  display: block;
  color: #000000;
  text-transform: lowercase;
  margin: 0 0 8px 0;
  font-size: 14px; }

select.orders, select.shipping, select.payment_accounts {
  height: auto;
  margin-right: 15px; }
  @media (min-width: 480px) {
    select.orders, select.shipping, select.payment_accounts {
      min-width: 250px; } }
  @media (max-width: 479px) {
    select.orders, select.shipping, select.payment_accounts {
      width: 180px; } }

input.button187, input.button189 {
  margin: 0 0 15px 0; }

.crlogin form label.error {
  display: block;
  margin-top: -16px; }

.regfrm:after {
  content: "";
  display: table;
  clear: both; }

.regfrm form label.error {
  display: block;
  margin-top: -11px;
  font-size: 11px; }

.newcsutomer {
  background: #f1f1f1; }
  @media (min-width: 1010px) {
    .newcsutomer {
      position: absolute;
      right: 0;
      top: 0;
      width: 320px;
      height: 100%;
      padding: 0 20px; } }
  @media (max-width: 1009px) {
    .newcsutomer {
      padding: 0 20px 15px 20px; } }
  .newcsutomer h3 {
    padding: 20px 0 0 0;
    margin: 0 0 10px 0;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
  .newcsutomer p {
    margin: 0 0 25px 0; }
  .newcsutomer a {
    font-weight: bold; }

#forgotpasswordpopup form legend {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px; }
#forgotpasswordpopup form label {
  line-height: 30px;
  float: left;
  margin-right: 10px; }
@media (max-width: 500px) {
  #forgotpasswordpopup form input[type='submit'],
  #forgotpasswordpopup form form.cr input[type="submit"] {
    margin-bottom: 10px !important; } }
#forgotpasswordpopup form input[type="submit"] {
  background: #434343;
  border: 0;
  cursor: pointer;
  padding: 3px 27px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin: 0 0 0 auto;
  display: block; }
  @media (min-width: 1010px) {
    #forgotpasswordpopup form input[type="submit"] {
      text-transform: uppercase; } }
  #forgotpasswordpopup form input[type="submit"]:hover {
    background: #2a2a2a; }
  #forgotpasswordpopup form input[type="submit"]:active {
    top: 1px; }
#forgotpasswordpopup .loading {
  background: url(../images/loading.gif) no-repeat center 0;
  min-height: 22px;
  margin: 10px auto 0; }
#forgotpasswordpopup .loading-no {
  background: none;
  color: #ff0000; }

.frm h3 {
  font-size: 18px;
  margin: 0 0 10px 0; }

.frm label {
  display: block;
  margin: 0 0 8px 0; }

/*
.frm label .required{
	color: #ff0000;
}
*/
table.save_payment {
  margin: 0 0 25px 0; }

table.email_type, table.addr_name {
  margin: 25px 0; }

table.addr_name input {
  width: 150px; }

table.addr_name td, table.email_pw td {
  padding: 0 10px 0 0;
  vertical-align: middle; }

@media (min-width: 1010px) {
  table.pw {
    margin: 0 0 20px 0; }
    table.pw select {
      width: 282px; }
    table.pw td {
      padding: 5px 10px 5px 0;
      vertical-align: middle; } }
@media (max-width: 1009px) {
  table.pw {
    width: 100%;
    empty-cells: hide;
    display: block;
    margin: 0 0 10px 0; }
    table.pw tbody, table.pw tr {
      display: block; }
    table.pw select, table.pw input {
      width: 100%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2px 5px; }
    table.pw td {
      display: block;
      padding: 5px 0;
      width: 100%; }
      table.pw td:nth-child(3n) {
        font-size: 13px;
        font-style: italic;
        padding: 0 0 4px 0; } }

table.order_del {
  margin: 25px 0; }

@media (min-width: 1010px) {
  table.challenge {
    margin: 0 0 20px 0; }
    table.challenge select {
      width: 100%; }
    table.challenge td {
      padding: 5px 10px 5px 0;
      vertical-align: middle; } }
@media (max-width: 1009px) {
  table.challenge {
    line-height: 20px;
    width: 100%;
    empty-cells: hide;
    display: block;
    margin: 0 0 10px 0; }
    table.challenge tbody, table.challenge tr {
      display: block; }
    table.challenge select, table.challenge input {
      width: 100%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2px 5px; }
    table.challenge td {
      display: block;
      padding: 5px 0;
      width: 100%; }
    table.challenge tr:nth-child(4) {
      display: none; }
    table.challenge tr:nth-child(2) td:nth-child(1) {
      padding-top: 20px; } }

table.order-details {
  width: 100%;
  margin-top: 25px; }
  table.order-details table.addr {
    display: table;
    empty-cells: hide;
    line-height: 30px; }
    @media (min-width: 1010px) {
      table.order-details table.addr {
        width: 50% !important; } }
    @media (min-width: 760px) {
      table.order-details table.addr {
        width: 50%;
        float: left; } }
    @media (max-width: 759px) {
      table.order-details table.addr {
        width: 100%; } }
    table.order-details table.addr td.addr_val {
      padding: 0;
      width: auto; }
    table.order-details table.addr .bill_addr_hdr, table.order-details table.addr .ship_addr_hdr {
      display: block;
      margin: 0 0 7px 0; }
    table.order-details table.addr .bill_addr_hdr {
      padding-right: 5px; }
    table.order-details table.addr .ship_addr_hdr {
      padding-left: 5px; }
    table.order-details table.addr tr:nth-child(2n) td {
      background: #efefef; }
  table.order-details > tbody > tr:first-child td {
    padding: 0 0 10px 0; }
  table.order-details td[align="right"] {
    text-align: right; }
  table.order-details .comm {
    margin: 0 0 15px 0; }

.cr-deletepayment table, .cr-deleteshipping table {
  width: 100%;
  margin: 0 0 20px 0; }
  .cr-deletepayment table tr:nth-child(2n+1), .cr-deleteshipping table tr:nth-child(2n+1) {
    background: #efefef; }
  .cr-deletepayment table td, .cr-deleteshipping table td {
    padding: 5px 4px; }
    .cr-deletepayment table td:first-child, .cr-deleteshipping table td:first-child {
      width: 120px; }

.cr-editpayment, .cr-editshipping {
  margin: 0 0 15px 0; }
  @media (min-width: 1010px) {
    .cr-editpayment input, .cr-editshipping input {
      width: 500px;
      margin-left: 10px; } }
  @media (max-width: 1009px) {
    .cr-editpayment input, .cr-editshipping input {
      width: 100%;
      display: block;
      margin: 5px 0 15px 0; } }
  .cr-editpayment p, .cr-editshipping p {
    padding: 8px 0 0 0; }

form.cr .bill_addr_hdr, form.cr .ship_addr_hdr {
  display: none;
  padding: 0 0 12px 0; }
  form.cr .bill_addr_hdr h3, form.cr .ship_addr_hdr h3 {
    margin: 0; }

form.cr table.addr {
  display: table !important;
  margin: 0 0 25px 0;
  width: 100%; }
  form.cr table.addr td {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px; }
    form.cr table.addr td.addr {
      width: 150px; }
      @media (max-width: 350px) {
        form.cr table.addr td.addr {
          width: 115px; } }
    form.cr table.addr td.addr_val {
      padding-right: 0; }
    form.cr table.addr td.addr_foot {
      font-size: 14px;
      position: absolute;
      right: 10px; }

@media (min-width: 1010px) {
  .cr-preferences .cr-preferences-email table input {
    min-width: 400px; } }
@media (max-width: 1009px) {
  .cr-preferences .cr-preferences-email table, .cr-preferences .cr-preferences-email tbody, .cr-preferences .cr-preferences-email tr, .cr-preferences .cr-preferences-email td {
    display: block; }
  .cr-preferences .cr-preferences-email input {
    width: 100%;
    margin: 5px 0 0 0;
    display: block; } }
.cr-preferences .cr-preferences-text {
  padding: 6px 0 0 0; }
@media (max-width: 1009px) {
  .cr-preferences .cr-preferences-name table {
    margin: 20px 0 0 0 !important; }
  .cr-preferences .cr-preferences-name table, .cr-preferences .cr-preferences-name tbody, .cr-preferences .cr-preferences-name tr, .cr-preferences .cr-preferences-name td {
    display: block; }
  .cr-preferences .cr-preferences-name table tr:nth-child(1) {
    display: none; }
  .cr-preferences .cr-preferences-name table tr:nth-child(2) td {
    padding: 0 0 12px 0; }
    .cr-preferences .cr-preferences-name table tr:nth-child(2) td.addr_lab {
      font-weight: bold; }
    .cr-preferences .cr-preferences-name table tr:nth-child(2) td:nth-child(2):before {
      content: "Title";
      display: block; }
    .cr-preferences .cr-preferences-name table tr:nth-child(2) td:nth-child(3):before {
      content: "First";
      display: block; }
    .cr-preferences .cr-preferences-name table tr:nth-child(2) td:nth-child(4):before {
      content: "Middle";
      display: block; }
    .cr-preferences .cr-preferences-name table tr:nth-child(2) td:nth-child(5):before {
      content: "Last";
      display: block; }
    .cr-preferences .cr-preferences-name table tr:nth-child(2) td:nth-child(6):before {
      content: "Suffix";
      display: block; }
  .cr-preferences .cr-preferences-name input {
    width: 100%;
    margin: 5px 0 0 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
.cr-preferences .cr-preferences-type table, .cr-preferences .cr-preferences-payment table {
  width: 100%; }
  .cr-preferences .cr-preferences-type table tr:nth-child(1) td, .cr-preferences .cr-preferences-payment table tr:nth-child(1) td {
    padding: 0 0 9px 0; }
  .cr-preferences .cr-preferences-type table td:nth-child(2n+1), .cr-preferences .cr-preferences-payment table td:nth-child(2n+1) {
    width: 20px; }

@media (max-width: 1009px) {
  form.cr table.payment {
    margin: 0; }
    form.cr table.payment td {
      font-weight: normal !important;
      text-align: left !important;
      padding: 0 !important; } }
.cr-buttons {
  text-align: center; }

/* Shopping Cart Styles */
.sc-header {
  margin: 0 0 20px 0; }
  .sc-header h1 {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 15px 0; }
  .sc-header p a {
    font-weight: bold;
    text-decoration: underline; }

input.button152,
input.button6 {
  background: #434343;
  border: 0;
  cursor: pointer;
  padding: 3px 27px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 14px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    input.button152,
    input.button6 {
      text-transform: uppercase; } }
  input.button152:hover,
  input.button6:hover {
    background: #2a2a2a; }
  input.button152:active,
  input.button6:active {
    top: 1px; }

input.button9 {
  background: #f1f1f1;
  border: 0;
  cursor: pointer;
  padding: 3px 27px;
  line-height: 30px;
  color: #434343;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 14px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    input.button9 {
      text-transform: uppercase; } }
  input.button9:hover {
    background: #d8d8d8; }
  input.button9:active {
    top: 1px; }

input.button8,
input.button67 {
  background: #434343;
  border: 0;
  cursor: pointer;
  padding: 9px 40px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  font-size: 22px;
  letter-spacing: 0.7px; }
  @media (min-width: 1010px) {
    input.button8,
    input.button67 {
      text-transform: uppercase; } }
  input.button8:hover,
  input.button67:hover {
    background: #2a2a2a; }
  input.button8:active,
  input.button67:active {
    top: 1px; }

form.order {
  clear: both; }

h2.scstep {
  line-height: 22px;
  background: #ebebeb;
  color: #000000;
  border: 1px solid #005fbd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px !important;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 13px 9px;
  clear: both; }
  @media (max-width: 1009px) {
    h2.scstep {
      font-size: 18px !important; }
      h2.scstep span {
        display: none; } }
  h2.scstep + p {
    margin: 0 0 20px 0; }

table.cart {
  width: 100%;
  border: 1px solid #9A9A9A;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  table.cart th {
    background: #F0F0F0;
    font-weight: bold;
    font-size: 12px;
    line-height: 29px;
    padding: 3px 3px;
    text-transform: uppercase; }
  table.cart .cart_image img {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px; }
  @media (max-width: 1009px) {
    table.cart .cart_image {
      display: none; }
    table.cart .cart_delete {
      padding: 3px !important; }
      table.cart .cart_delete input {
        display: block;
        margin: 0 auto 6px auto !important;
        float: none !important; }
    table.cart .cart_quantity {
      padding-right: 3px !important; } }
  @media (max-width: 599px) {
    table.cart .cart_sku {
      display: none; } }

@media (min-width: 1010px) {
  table.cart th.cart_quantity,
  table.cart td.cart_quantity {
    padding-right: 20px !important;
    width: 70px; } }

table.cart th.cart_price,
table.cart td.cart_price {
  text-align: center; }

table.cart th.cart_total,
table.cart td.cart_total {
  padding-right: 20px;
  text-align: right;
  font-weight: bold; }

table.cart td {
  padding: 6px 3px;
  vertical-align: middle;
  border-top: 1px solid #9A9A9A; }

table.cart td.cart_name div.options {
  font-size: 11px;
  padding-top: 9px; }

table.cart td.cart_name select {
  display: block;
  margin: 0 0 6px 0; }

table.cart > tbody tr:nth-child(even) td {
  background: #f9f9f9; }

table.cart td.cart_delete {
  width: 45px;
  padding: 6px 10px; }

table.cart td.cart_delete br {
  display: none; }

table.cart td.cart_delete input {
  float: left;
  margin: 0 5px 6px 0; }

table.cart td.cart_delete input:last-child {
  margin: 0; }

table.cart td.cart_op select {
  display: block;
  margin: 0 0 10px 0; }

table.cart td.cart_quantity {
  text-align: center; }

table.cart td.cart_quantity input {
  text-align: center;
  width: 55px; }

.coupons {
  float: left;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 11px 8px 15px 0;
  padding: 10px; }
  @media (max-width: 766px) {
    .coupons {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; } }
  .coupons p {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0; }
  .coupons input[type=text] {
    width: 172px;
    margin-right: 4px; }
    @media (max-width: 766px) {
      .coupons input[type=text] {
        width: calc(100% - 165px); } }

body.thankyou table.totals {
  margin-bottom: 36px !important; }

table.totals {
  clear: right;
  float: right;
  margin: 12px 0 12px 0; }

table.totals td {
  padding: 3px; }

table.totals td.totals {
  padding-right: 18px;
  text-align: right;
  vertical-align: middle; }

table.totals > tbody > tr:first-child td {
  text-transform: uppercase;
  font-weight: bold; }

table.totals td.totals_txt,
table.totals td.totals_all_txt {
  text-align: left;
  font-weight: bold;
  padding-right: 24px; }

table.totals td.totals_all_txt {
  background: #e5e5e5;
  padding: 7px 24px 7px 6px; }

table.totals td.totals_all {
  background: #e5e5e5;
  padding: 3px 18px 3px 3px;
  vertical-align: middle;
  font-weight: bold; }

.scbuttons {
  clear: both;
  text-align: left;
  font-weight: bold;
  line-height: 35px;
  font-size: 14px;
  margin: 0 0 40px 0;
  padding: 0 20px 0 12px; }
  @media (max-width: 1009px) {
    .scbuttons {
      display: none; } }
  .scbuttons:after {
    content: "";
    display: table;
    clear: both; }
  .scbuttons input {
    margin-right: 30px; }

.nocoupon {
  position: relative;
  min-height: 80px; }
  .nocoupon .scbuttons {
    padding: 12px 0 0 0;
    float: left;
    clear: left; }

table.zipncountry td {
  vertical-align: middle;
  padding: 0 6px 6px 0; }
table.zipncountry input[name='zip_code'] {
  width: 120px; }
table.zipncountry input.button383 {
  vertical-align: middle;
  position: relative;
  left: 6px; }

table.taxnship,
table.zipncountry {
  margin: 0 0 15px 0; }
  @media (min-width: 1010px) {
    table.taxnship,
    table.zipncountry {
      width: 100%; } }

table.taxnship td {
  padding: 0 0 10px 0; }

table.taxnship td.taxnship_hdr {
  font-weight: bold; }

table.taxnship td select {
  width: auto; }

@media (min-width: 1010px) {
  .scshipping {
    width: 50%;
    float: left; } }
.scshipping table.sql_addr {
  margin: 0 0 15px 0; }
  .scshipping table.sql_addr .sql_addr_hdr {
    padding: 0 0 15px 0; }
  .scshipping table.sql_addr .sql_addr_select {
    padding: 0 6px 0 0; }
    .scshipping table.sql_addr .sql_addr_select input {
      margin: 2px 0 0 0; }
  .scshipping table.sql_addr .sql_addr {
    padding: 0 40px 0 0; }
.scshipping table.selectzipncountry .zipncountryradio {
  padding: 0 6px 0 0; }
  .scshipping table.selectzipncountry .zipncountryradio input {
    margin: 2px 0 0 0; }

.shippinginfo {
  margin: 0 0 15px 0; }
  @media (min-width: 1010px) {
    .shippinginfo {
      float: right;
      width: 50%; } }
  .shippinginfo strong {
    display: block;
    margin: 0 0 20px; }
  .shippinginfo p {
    margin: 0 0 20px 0; }

table.instruct,
table.comm {
  clear: both;
  margin: 0 auto 20px; }
  @media (min-width: 1010px) {
    table.instruct,
    table.comm {
      width: 70%; } }
  @media (max-width: 1009px) {
    table.instruct,
    table.comm {
      width: 100%;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

table.instruct .instruct_hdr,
table.comm .comm_hdr {
  font-weight: bold;
  text-align: center;
  padding: 15px 0 10px 0; }

table.instruct textarea,
table.comm textarea {
  width: 100%;
  margin: 0 auto;
  display: block; }

table.google_button {
  margin: 0 auto; }
  @media (min-width: 480px) {
    table.google_button input.button8 {
      width: 170px;
      padding: 9px 12px;
      text-align: center; }
    table.google_button #CBP_wrapper {
      width: 170px !important; }
    table.google_button #paypal_button {
      left: 120px !important;
      top: 9px !important; }
    table.google_button #chk_text1 {
      left: 80px !important;
      top: 15px !important; }
    table.google_button .chk_button {
      top: 0 !important;
      left: -120px !important; } }
  @media (max-width: 479px) {
    table.google_button input.button8 {
      width: 170px;
      padding: 9px 12px;
      text-align: center; }
    table.google_button #CBP_wrapper {
      width: 170px !important;
      height: 120px !important; }
    table.google_button #paypal_button {
      left: 0 !important;
      top: 99px !important; }
    table.google_button #chk_text1 {
      left: 80px !important;
      top: 66px !important; }
    table.google_button .chk_button {
      top: 0 !important;
      left: 0 !important; } }

.scshippingbuttons {
  margin: 0 0 40px 0; }
  .scshippingbuttons > p {
    margin: 0 auto 20px; }

.giftcert {
  width: 410px;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin: 11px 8px 15px 0;
  float: left; }
  @media (max-width: 599px) {
    .giftcert {
      width: 100%;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .giftcert p {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0; }
  .giftcert input[name=giftcert_code],
  .giftcert input[name=giftcert_code_] {
    width: 185px;
    margin-right: 4px; }
    @media (max-width: 599px) {
      .giftcert input[name=giftcert_code],
      .giftcert input[name=giftcert_code_] {
        width: calc(100% - 230px); } }
  .giftcert input[name=giftcert_pin],
  .giftcert input[name=giftcert_pin_] {
    width: 49px;
    margin-right: 4px; }

div.sc-checkout {
  clear: both;
  padding: 20px 20px 40px 20px;
  text-align: center;
  font-size: 14px; }

div.sc-checkout-payment {
  text-align: center;
  font-size: 15px;
  font-weight: bold; }
  div.sc-checkout-payment #ss_payment {
    display: block;
    margin: 0 0 12px 0; }

div.sc-checkout-payment .pay_holder {
  margin: 0 auto; }

div.sc-checkout select {
  margin: 0 0 10px;
  border: 1px solid #999999;
  color: #666666; }

/* checkout page */
form.billing {
  clear: both; }

table.payment {
  margin: 0 auto 12px; }

table.payment td {
  vertical-align: middle;
  padding: 0 5px 10px 0; }

table.payment td.payment_hdr {
  font-weight: bold;
  text-align: center; }

table.payment td.payment {
  font-weight: bold;
  text-align: right; }

table.payment select#selPaytype {
  width: 230px; }

table.payment select.payment {
  width: auto;
  margin-right: 5px; }

table.payment .payment_value input {
  margin-right: 9px; }
  table.payment .payment_value input[name="cvv2"] {
    width: 55px; }

table.payment input {
  width: 230px; }

.scshippingbuttons input {
  display: block;
  margin: 0 auto 12px; }

table.addr {
  margin: 0 0 12px 0;
  width: 100%; }

@media (min-width: 1010px) {
  table.addr > tbody > tr > td {
    width: 50%; } }

.scemail {
  text-align: center;
  margin: 0 0 12px 0; }
  .scemail input[type="checkbox"] {
    margin: 0 9px 0 0;
    width: 15px;
    height: 15px;
    vertical-align: middle; }

@media (max-width: 1009px) {
  table.addr,
  table.addr > tbody,
  table.addr > tbody > tr,
  table.addr > tbody > tr > td {
    display: block; } }
table.bill_addr,
table.ship_addr {
  width: 100%; }
  @media (min-width: 1010px) {
    table.bill_addr,
    table.ship_addr {
      width: 98%; } }

@media (min-width: 1010px) {
  .bill_addr {
    float: right; } }
.bill_addr tr:nth-child(2) td {
  padding-top: 20px; }

.copythiptobill {
  padding: 30px 0 20px 0 !important; }
  .copythiptobill input[type="checkbox"] {
    margin: 0 12px 0 0; }

.ship_addr tr:nth-child(3) td {
  padding-top: 20px; }

.copythiptoship {
  padding: 18px 0 15px 0 !important; }
  .copythiptoship span {
    padding: 0 0 0 6px;
    font-weight: bold;
    font-size: 13px; }
  .copythiptoship input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle; }

.bill_addr_hdr,
.ship_addr_hdr {
  text-align: left;
  height: 52px;
  padding: 0 0 0 12px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1010px) {
    .bill_addr_hdr,
    .ship_addr_hdr {
      line-height: 52px;
      font-weight: bold;
      font-size: 20px; } }
  @media (max-width: 1009px) {
    .bill_addr_hdr,
    .ship_addr_hdr {
      padding: 0 16px;
      font-size: 22px;
      font-weight: bold;
      line-height: 50px;
      color: #636363; } }
  .bill_addr_hdr:after,
  .ship_addr_hdr:after {
    background: #e2e2e2;
    padding: 0 0 0 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #636363;
    z-index: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }

.bill_addr_hdr:after {
  content: "Billing Address";
  background: #e2e2e2 url(../images/sc/billing_address.png) no-repeat right 10px top 8px; }

.ship_addr_hdr:after {
  content: "Shipping Address";
  background: #e2e2e2 url(../images/sc/shipping_address.png) no-repeat right 10px top 8px; }

table.bill_addr tr:nth-child(2) > td,
table.ship_addr tr:nth-child(2) > td {
  padding-top: 11px; }

@media (min-width: 1010px) {
  body.thankyou #content {
    padding-top: 80px !important; } }
body.thankyou table.addr_name {
  margin: 0; }
  @media (min-width: 1010px) {
    body.thankyou table.addr_name td.addr_name_val {
      padding: 0 9px 10px 0; }
      body.thankyou table.addr_name td.addr_name_val:last-child {
        padding-right: 0; } }
@media (min-width: 1010px) {
  body.thankyou table.ship_addr table.addr_name {
    float: right; } }

td.addr {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  width: 170px;
  padding: 0 0 10px 0; }

td.addr_val {
  padding: 0 0 10px 0; }

@media (min-width: 1010px) {
  table.ship_addr td.addr_val {
    text-align: right; } }

@media (max-width: 1009px) {
  body.thankyou center img {
    max-width: 100%;
    height: auto; }

  body.thankyou table.addr_name {
    margin: 0 0 10px 0; } }
input.payment[name='cvv2'] {
  width: 40px; }

td.addr_val input,
td.addr_val select {
  width: 270px; }
  @media (max-width: 1010px) {
    td.addr_val input,
    td.addr_val select {
      width: 100%; } }

td.addr_foot {
  text-align: right; }

#zipnotice {
  position: absolute;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  padding: 9px;
  width: 252px;
  color: #ff0000;
  display: none; }

.ship_check {
  display: none; }

.orderinfo {
  text-align: center;
  margin: 0 0 15px 0; }

.scshippingfooter {
  margin: 0 0 20px 0; }
  @media (max-width: 1009px) {
    .scshippingfooter {
      margin: 0 0 30px 0; } }

body.thankyou table.payment td.payment {
  text-align: center; }

.thankyouemail {
  margin: 20px 0;
  text-align: center; }

#freight {
  border: 2px solid #ff0000;
  padding: 12px 12px 0;
  clear: both; }
  #freight > h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 12px; }
  #freight > p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 20px; }
  #freight > ul.products span.img img {
    max-width: calc(100% - 1px); }
  #freight > div {
    background: #d7d7d7;
    line-height: 50px;
    padding: 0 12px;
    margin: 0 -12px;
    font-size: 14px; }

/* End Shopping Cart Styles */
#debug {
  position: fixed;
  bottom: 30px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 30px;
  width: 50%;
  color: #fff;
  line-height: 30px;
  padding: 0 12px; }

/*# sourceMappingURL=frame.css.map */
