@import url("//fonts.googleapis.com/css?family=Lato:100, 300, 400, 700, 900");
    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
* {
    margin: 0;
    outline: none;
    padding: 0;
}
html, body {
    color: #383838;
    font: normal 14px 'Lato',  Helvetica,  sans-serif;
    line-height: 21px;
}
body {
    background: #e9e9e9 url("../img/debut_light.png") repeat;
    width: 100%;
}
img, input {
    vertical-align: middle;
}
a {
    color: #005bb2;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
}
fieldset, img {
    border: none;
}
input[type=text], input[type=password] {
    border: #e6e6e6 1px solid;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 9px;
    vertical-align: middle;
    width: 280px;
}
input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus {
    border: 1px solid #b8b8b8;
}
input[type=text].small, input[type=password].small {
    width: 70px;
}
input[type=text].tiny, input[type=password].tiny {
    width: 35px;
}
ul {
    list-style: none;
}
ul.bullets {
    list-style: disc;
    margin-left: 16px;
}
.row {
    width: inherit;
}
.row .one {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .one.third {
    width: 33.33333%;
}
.row .one.fourth {
    width: 25%;
}
.row .one.twelfth {
    width: 8.33333%;
}
.row .two {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .two.thirds {
    width: 66.66666%;
}
.row .two.fourth {
    width: 50%;
}
.row .two.twelfths {
    width: 16.66666%;
}
.row .three {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .three.fourth {
    width: 75%;
}
.row .three.twelfths {
    width: 24.99999%;
}
.row .four {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .four.twelfths {
    width: 33.33332%;
}
.row .five {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .five.twelfths {
    width: 41.66665%;
}
.row .six {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .six.twelfths {
    width: 49.99998%;
}
.row .seven {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .seven.twelfths {
    width: 58.33331%;
}
.row .eight {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .eight.twelfths {
    width: 66.66664%;
}
.row .nine {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .nine.twelfths {
    width: 74.99997%;
}
.row .ten {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .ten.twelfths {
    width: 83.3333%;
}
.row .eleven {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
}
.row .eleven.twelfths {
    width: 91.66663%;
}
.row .pad {
    padding: 1%;
}
.row .gap {
    margin: 1%;
}
.aling-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.center-v {
    text-align: center;
}
.centered-v {
    margin: 0 auto;
}
.clear, .clear-both {
    clear: both;
}
.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}
.focus-defocus, .focus-defocus-harder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9;
}
.focus-defocus:hover, .focus-defocus-harder:hover, .focus-defocus:focus, .focus-defocus-harder:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.focus-defocus-harder {
    opacity: .7;
}
.hidden {
    display: block;
    display: none;
}
.attention {
    color: #cc0f1d;
}
.justify {
    text-align: justify;
}
.left {
    float: left;
}
.right {
    float: right;
}
.row, form.base .field, .intellisuggest>.intellisuggest-item, .group {
    *zoom: 1;
}
.row:after, form.base .field:after, .intellisuggest>.intellisuggest-item:after, .group:after {
    content: '';
    clear: both;
    display: table;
}
.hide {
    display: none !important;
}
.gap {
    margin: 20px;
}
.gap-small {
    margin: 10px;
}
.gap-smaller {
    margin: 16px;
}
.gap-bottom {
    margin-bottom: 20px;
}
.gap-bottom-small {
    margin-bottom: 10px;
}
.gap-bottom-smaller {
    margin-bottom: 16px;
}
.gap-bottom-large {
    margin-bottom: 40px;
}
.gap-left {
    margin-left: 20px;
}
.gap-left-small {
    margin-left: 10px;
}
.gap-left-smaller {
    margin-left: 16px;
}
.gap-left-large {
    margin-left: 40px;
}
.gap-right {
    margin-right: 20px;
}
.gap-right-small {
    margin-right: 10px;
}
.gap-right-smaller {
    margin-right: 16px;
}
.gap-right-large {
    margin-right: 40px;
}
.gap-top {
    margin-top: 20px;
}
.gap-top-small {
    margin-top: 10px;
}
.gap-top-smaller {
    margin-top: 16px;
}
.gap-top-large {
    margin-top: 40px;
}
.pad {
    padding: 20px;
}
.pad-top {
    padding-top: 20px;
}
.pad-right {
    padding-right: 20px;
}
.pad-bottom {
    padding-bottom: 20px;
}
.pad-left {
    padding-left: 20px;
}
.pad-small {
    padding: 10px;
}
.pad-top-small {
    padding-top: 10px;
}
.pad-right-small {
    padding-right: 10px;
}
.pad-bottom-small {
    padding-bottom: 10px;
}
.pad-left-small {
    padding-left: 10px;
}
.box-shadow-main {
    -webkit-box-shadow: 1px 1px 3px #d6d6d6;
    box-shadow: 1px 1px 3px #d6d6d6;
}
.inset-shadow-main {
    -webkit-box-shadow: inset 8px -8px 30px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 8px -8px 30px 2px rgba(0, 0, 0, 0.3);
}
.no-underline {
    text-decoration: none !important;
}
.no-underline>* {
    text-decoration: none !important;
}
.phone-number-main {
    color: #cc0f1d;
    font-size: 17px;
    text-decoration: none;
    font-style: normal;
}
.price, .price-primary {
    color: #CC0F1D;
    font-size: 18px;
}
.btn, button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px 16px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
}
.btn.important, button.important {
    text-transform: uppercase;
}
.btn.primary, button.primary {
    background: #cc0f1d;
}
.btn.primary:hover, button.primary:hover {
    background: #ea0e1f;
}
.btn.primary:disabled, button.primary:disabled.btn.primary[disabled], button.primary[disabled] {
    background: #fbcbcf;
    cursor:not-allowed;
}
.btn.secondary, button.secondary {
    background: #4c4c4c;
}
.btn.secondary:hover, button.secondary:hover {
    background: #6c5050;
}
.btn a, button a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.btn.proper, button.proper {
    line-height: 1;
    padding: 0;
    position: relative;
}
.btn.proper a, .btn.proper span, button.proper a, button.proper span {
    display: block;
    height: 100%;
    line-height: 40px;
    padding: 0 16px;
}
.loading {
    background: url("../img/loading.gif") center center no-repeat !important;
}
#scroll-to-top {
    background: #CC0F1D;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px #444444;
    box-shadow: 0px 0px 10px #444444;
    color: #fff;
    display: none;
    left: inherit;
    margin-left: 980px;
    padding: 8px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 50%;
}
#scroll-to-top .css-arrow-up {
    left: 12px;
    position: absolute;
    top: -10px;
}
.transition-all-quick {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.featured-section {
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px #d6d6d6;
    box-shadow: 1px 1px 3px #d6d6d6;
    padding: 20px 20px;
    position: relative;
}
.featured-section a {
    text-decoration: none;
}
.featured-section header {
    background: #005bb2;
    -webkit-box-shadow: inset 0px -8px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -8px 20px 0px rgba(0, 0, 0, 0.2);
    margin: -20px 0 20px -20px;
    position: relative;
    width: 960px;
}
.featured-section header a {
    color: white;
}
.featured-section header h1, .featured-section header h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
}
.featured-section.clean {
    background: transparent;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.featured-section.alt1 header h1 {
    background: #181818;
}
.featured-section.alt2 {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.featured-section.errors header h1, .featured-section.errors h2 {
    background: #cc0f1d;
}
.featured-section.important header h1, .featured-section.important header h2 {
    background: #cc0f1d;
}
.featured-section+.featured-section {
    margin-top: 20px;
}
form.base {
    position: relative;
    width: 540px;
}
form.base h2 {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}
form.base .field {
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
}
form.base .field>span, form.base .field input[type=radio], form.base .field select {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
form.base .field:nth-child(even) {
    background: #f8f8f8;
}
form.base fieldset {
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
}
form.base label {
    display: block;
    float: left;
    height: inherit;
    line-height: 40px;
    margin-right: 1%;
    padding-left: 1%;
    text-align: left;
    width: 40%;
}
form.base textarea, form.base input[type=text], form.base input[type=password], form.base input[type=email], form.base select {
    border: #e6e6e6 1px solid;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 9px;
    vertical-align: middle;
    width: 54%;
}
form.base textarea:hover, form.base textarea:focus, form.base input[type=text]:hover,form.base input[type=email]:hover, form.base input[type=email]:focus,  form.base input[type=text]:focus, form.base input[type=password]:hover, form.base input[type=password]:focus, form.base select:hover, form.base select:focus {
    border: 1px solid #b8b8b8;
}
form.base .annotation {
    left: 100%;
    line-height: 40px;
    margin-left: 20px;
    position: absolute;
    top: 0;
}
header.main {
    margin: 0 0 20px 0;
    width: 100%;
}
header.main .roof {
    background: #181818;
    height: 98px;
    overflow: visible;
    position: relative;
    top: 0;
    width: inherit;
    z-index: 900;
}
header.main .roof .my-cart {
    position: relative;
    width: 220px;
}
header.main .roof .my-cart>a {
    background: #CC0F1D;
    -webkit-box-shadow: inset 6px -4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 6px -4px 20px 0px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    letter-spacing: 1;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: inherit;
}
.my-cart-submenu .css-arrow-up {
    position: absolute;
    right: 80px;
    top: -21px;
}
.css-arrow-up {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #CC0F1D;
    height: 0;
    width: 0;
}
.my-cart-icon {
    background: url("../img/icons/shopping_cart_small.png") no-repeat;
    display: inline-block;
    height: 28px;
    margin: -3px 8px 0 -8px;
    position: relative;
    vertical-align: middle;
    width: 30px;
}
header.main .my-cart-icon>div {
    color: #fff;
    font-size: 12px;
    left: 50%;
    line-height: 1;
    margin-left: -2px;
    position: absolute;
    width: 10px;
}
header.main .roof nav.main {
    background: #fff;
    border-bottom: #c9c9c9 1px solid;
    -webkit-box-shadow: 0px -2px 8px #494949;
    box-shadow: 0px -2px 8px #494949;
    height: 78px;
    line-height: 78px;
    position: relative;
    width: inherit;
}
.roof nav.main ul {
    height: inherit;
    width: inherit;
}
header.main .roof nav.main ul>li {
    display: block;
    height: inherit;
    position: relative;
}
header.main .roof nav.main ul>li.link, nav.main ul>li.search {
    border-right: #e6e6e6 1px solid;
}
header.main .roof nav.main li.brand>a {
    background: url("../img/newlogo.png") left center no-repeat;
    background-size: 100%;
    margin-left: 20px;
    margin-top: 6px;
    position: relative;
    text-indent: -9999px;
    width: 216px;
}
nav.main li>a {
    color: #282828;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: inherit;
    line-height: inherit;
    padding: 0 14px;
    text-decoration: none;
}
header.main .roof nav.main li.link>a:hover {
    background: #fff;
    background: #fbfbfb url("../img/main_nav_bg.png") 0 18px repeat-x;
}
nav.main>ul>li.search {
    padding-right: 18px;
}
nav.main>ul>li.search input {
    width: 300px;
}
header.main .roof nav.main>ul>li.search a {
    background: #CC0F1D;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 6px;
    position: absolute;
    right: 20px;
    top: 23px;
}
nav.main .categories-list {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 79px;
    width: inherit;
}
nav.main .categories-list .container {
    border: 5px solid #dddddd;
    border-top: none;
    line-height: normal;
    padding: 10px;
}
ul.three-column, .categories-list ul {
    margin-right: 30px;
    width: 280px;
}
ul.three-column>li, .categories-list ul>li {
    display: block;
}
ul.three-column {
    width: 275px;
}
ul.three-column>li>a, .categories-list ul>li>a {
    border-bottom: 1px dotted #dddddd;
    color: #181818;
    display: block;
    font-size: 14px;
    padding: 6px 0;
    text-decoration: none;
}
ul.three-column>li>a:hover, .categories-list ul>li>a:hover {
    background: #f5f5f5;
    color: #005bb2;
}
section.ceiling {
    background: #005bb2;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: inset 8px -8px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 8px -8px 30px 0px rgba(0, 0, 0, 0.2);
    height: 86px;
    position: relative;
    width: inherit;
}
section.ceiling nav {
    background: #fff;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0px 0px 5px #464646;
    box-shadow: 0px 0px 5px #464646;
    height: 42px;
    line-height: 42px;
    margin-top: 19px;
    padding: 0 10px;
    position: absolute;
    width: 940px;
}
section.ceiling nav img {
    vertical-align: middle;
}

section.ceiling h2 {
    font-size: 14px;
    font-weight: normal;
}
header.main .roof .top-strip {
    height: 38px;
    width: inherit;
}
header.main .top-strip>ul {
    height: inherit;
    width: 740px;
}
header.main .top-strip>ul>li {
    display: block;
    height: inherit;
    line-height: 1;
    margin-right: 20px;
}
header.main .top-strip>ul>li>a {
    color: #ddd;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    text-transform: uppercase;
}
header.main .top-strip>ul>li>a:hover {
    color: #fff;
}
.my-account {
    position: relative;
}
.my-account a {
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.my-account>a.on {
    background: #CC0F1D;
    background: #005bb2;
    background: transparent;
    color: #fff !important;
}
.my-account>.submenu {
    background: #181818;
    border-radius: 0px 0px 8px 8px;
    display: none;
    left: 0;
    opacity: .985;
    padding: 0 0 10px 0;
    position: absolute;
    top: 38px;
    width: 172px;
    z-index: 10009;
}
.my-account .submenu>ul {
    overflow: hidden;
}
.my-account .submenu>ul>li {
    border-bottom: 1px solid #444;
    display: block;
}
.my-account .submenu>ul>li:last-child {
    border: none;
}
.my-account .submenu>ul>li>a {
    display: block;
    height: inherit;
    padding: 16px 16px;
}
.my-account .submenu>ul>li>a:hover {
    background: #292929;
}
header.main .top-strip>ul em {
    color: #cc0f1d;
    font-size: 17px;
    text-decoration: none;
    font-style: normal;
}
.main-promo {
    min-height: 250px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 1px 1px 3px #d6d6d6;
    box-shadow: 1px 1px 3px #d6d6d6;
    position: relative;
}
.main-promo-controls {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.main-promo-controls a {
    font-size: 18px;
}
.slider {
    overflow: hidden;
    position: relative;
}
.slider>ul {
    position: relative;
    width: 10000px;
}
.slider>ul>li {
    display: block;
}
.slider .slide {
    display: none;
}
.slider-buttons {
    height: 37px;
}
.slider-buttons>li {
    line-height: 37px;
    margin-right: 10px;
    vertical-align: middle;
}
.slider-buttons a {
    background: #181818;
    border-radius: 15px;
    color: #fff;
    line-height: normal;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
}
.slider-buttons a:hover, .slider-buttons a.on {
    background: #fff;
    color: #181818;
}
.main-wrap {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
section.path {
    margin-bottom: 20px;
}
.path div.right {
    float: right;
    padding-right: 10px;
}
.path div.right a {
    color: #181818;
    text-decoration: none;
}
.path div.right a:hover {
    color: #005bb2;
}
.product-main {
    background: #fff;
    border-top: #c9c9c9 1px solid;
    border-bottom: #c9c9c9 1px solid;
    margin-bottom: 20px;
    padding: 20px 0;
}
.product-main .visual {
    margin-right: 40px;
    text-align: center;
    width: 290px;
}
.product-main .visual p {
    color: #675c5c;
    padding-top: 20px;
}
.product-main .information {
    width: 630px;
}
.product-main .information .details {
    width: 320px;
}
.product-main .information .details .social {
    margin: 20px 0;
}
.product-main .information .details .quick-bullets {
    list-style: disc;
    list-style-position: inside;
    list-style-type: disc;
}
.product-main .information .details .quick-bullets>li {
    color: #675c5c;
    font-size: 12px;
    line-height: 24px;
}
.product-main .information .details h1, .product-main .information .details h2 {
    font-size: 14px;
    font-weight: bold;
}
.product-main .information .details h3 {
    font-size: 14px;
    font-weight: normal;
}
.product-main .information .buy {
    line-height: 24px;
    width: 280px;
}
.product-main .information .buy .price {
    background: #f5f5f5;
    color: #675c5c;
    margin-bottom: 20px;
    padding: 10px;
}
.product-main .information .buy .price em {
    color: #CC0F1D;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}
.product-main .information .buy .price strong {
    color: #CC0F1D;
    font-style: normal;
    font-weight: bold;
}
.product-main .information .buy .cart {
    background: #fff;
    margin-bottom: 20px;
}
.product-main .information .buy .cart input {
    color: #a1a0a0;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}
.product-main .information .buy .cart>button {
    background: #CC0F1D;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 !important;
    padding: 5px 20px;
    width: 181px;
    vertical-align: middle;
}
.product-main .information .buy .options {
    background: #f5f5f5;
    padding: 10px;
}
.product-main .information .buy .options a {
    color: #181818;
    text-decoration: none;
}
.product-main .information .buy .options a:hover {
    color: #005bb2;
}
.product-main-rfq {
    width: 280px;
}
.product-main-rfq h1, .product-main-rfq h2 {
    background: #4c4c4c;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
}
.product-main-rfq form {
    background: #f8f8f8;
    border: 1px solid #ddd;
    display: block;
    padding: 10px 20px;
    text-align: center;
}
.product-main-rfq fieldset {
    border: none;
    display: block;
    position: relative;
    text-align: left;
}
.product-main-rfq fieldset>label {
    display: block;
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.product-main-rfq fieldset>input, .product-main-rfq fieldset>select {
    bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 6px;
    width: 222px;
}
.product-main-rfq fieldset>input.qty, .product-main-rfq fieldset>select.qty {
    width: 50px;
    text-align: center;
}
.product-main-rfq fieldset>hr {
    border: none;
    display: block;
    margin: 10px 0;
}
.product-main .product-options {
    padding-top: 20px;
}
.product-main .product-options>a {
    background: #f0f0f0 url("../img/icons/down_arrow_select.jpg") right center no-repeat;
    border: 1px solid #ddd;
    color: #cc0f1d;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    padding: 8px;
    width: 150px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-main .product-options>a.on {
    background: #f5f5f5 url("../img/icons/up_arrow_select.jpg") right center no-repeat;
}
.product-main .product-options>ul {
    display: none;
    overflow: auto;
}
.product-main .product-options>ul.bigger {
    height: 194px;
}
.product-main .product-options>ul>li {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.product-main .product-options>ul>li>* {
    vertical-align: middle;
}
.product-main .product-options>ul>li>a {
    color: #181818;
}
.product-main .product-options>ul>li img {
    max-width: 50px;
}
#product-tabs {
    position: relative;
}
#product-tabs>section>div {
    display: none;
}
#product-tabs>header>nav {
    border-bottom: #005bb2 6px solid;
}
#product-tabs>header>nav>ul {
    overflow: hidden;
    position: relative;
}
#product-tabs>header>nav>ul>li {
    display: block;
    position: relative;
}
#product-tabs>header>nav>ul>li>a {
    background: #4c4c4c;
    -webkit-box-shadow: inset 8px -8px 30px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 8px -8px 30px 2px rgba(0, 0, 0, 0.3);
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
}
#product-tabs>header>nav>ul>li>a:hover {
    -webkit-box-shadow: inset 8px -8px 30px 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 8px -8px 30px 6px rgba(0, 0, 0, 0.3);
}
#product-tabs>header>nav>ul>li>a.active {
    background: #005bb2;
}
#product-tabs>header>nav>ul>li>a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.featured-brands ul.brand-grid {
    text-align: center;
    width: inherit;
}
.featured-brands .brand-grid>li+li {
    margin-left: 27px;
}
.featured-brands ul.brand-grid>li {
    display: block;
    text-align: inherit;
}
.featured-brands ul.brand-grid>li img {
    max-width: 130px;
}
section.banners {
    margin-top: 20px;
}
section.banners+section {
    margin-top: 20px;
}
section.banners>a, section.banners>img {
    display: block;
    float: left;
    width: 306.666667px;
}
.product-grid {
    position: relative;
    text-align: center;
}
.product-grid li {
    background: #fff;
    border: #c9c9c9 1px solid;
    -webkit-box-shadow: 1px 2px 5px #b6b6b6;
    box-shadow: 1px 2px 5px #b6b6b6;
    float: left;
    height: 232px;
    margin: 0 13px 13px 0;
    position: relative;
    text-align: center;
    padding: 10px 10px 0 10px;
    width: 195px;
    text-decoration: none;
}
.product-grid li:hover {
    left: 1px;
    top: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-grid>li>a {
    text-decoration: none;
}
.product-grid>li>a .image-wrap {
    height: 100px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}
.product-grid>li>a .image-wrap img {
    height: 100px;
    vertical-align: middle;
}
.product-grid .price {
    background: #e6e6e6;
    float: right;
    margin-right: -10px;
    padding: 10px;
}
.product-grid .price-line:after{
    clear:both;
    content:" ";
    display: block;
}
.product-grid .price strong {
    color: #CC0F1D;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.product-grid .price small {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.product-grid h2, h3 {
    clear: both;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    margin: -10px 0 0 -10px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.product-grid li:nth-child(4n+4) {
    margin-right: 0;
}
.product-grid>li>a>img:hover {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .9;
}
.product-grid .overlay {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    height: 100%;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.product-grid .overlay>a {
    display: block;
    height: inherit;
    width: inherit;
}
.product-grid .overlay .options {
    left: 0;
    padding: 6px;
    position: absolute;
    bottom: 0;
}
.product-grid>li:hover>.overlay {
    opacity: 1;
}
.recently-viewed header {
    margin-bottom: 20px;
}
.recently-viewed h1, .recently-viewed h2 {
    font-size: 18px;
    font-weight: normal;
}
.recently-viewed ul {
    width: inherit;
}
.recently-viewed ul li {
    border: #c9c9c9 1px solid;
    -webkit-box-shadow: 1px 2px 5px #b6b6b6;
    box-shadow: 1px 2px 5px #b6b6b6;
    background: #fff;
    display: block;
    height: 90px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 304px;
}
.recently-viewed ul li+li {
    margin-left: 20px;
}
.recently-viewed ul li:nth-child(3n+4) {
    margin-left: 0;
}
.recently-viewed ul li img {
    max-height: 76px;
    max-width: 76px;
    margin-right: 10px;
    padding: 10px;
}
.recently-viewed ul li p {
    font-size: 12px;
    padding: 20px 10px 10px 10px;
    vertical-align: middle;
}
.recently-viewed a {
    color: #181818;
    text-decoration: none;
}
.recently-viewed>ul.product-grid-small>li.recently-viewed-product-hidden {
    display: none;
}
.show-all-recently-viewed {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
footer.main {
    background: #181818;
    border-top: #005bb2 11px solid;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 40px;
    padding: 0;
}
footer.main h1, footer.main h2 {
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
footer.main section.lhs {
    margin-right: 80px;
    padding-left: 20px;
    width: 650px;
}
footer.main section.lhs p {
    color: #999;
    text-align: justify;
}
footer.main section.lhs nav {
    border-top: #29292a 1px solid;
    margin-top: 40px;
    padding: 40px 0 0 0;
}
footer.main section.lhs nav ul {
    height: 160px;
    width: 120px;
}
footer.main nav ul.neighbor {
    margin-left: 50px;
}
footer.main nav ul>li {
    display: block;
}
footer.main a {
    color: #999;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    text-decoration: none;
    transition: all .3s;
}
footer.main a:hover {
    color: #fff;
}
footer.main nav ul>li.header {
    font-size: 13px;
}
footer.main nav ul>li+li {
    padding-top: 6px;
}
footer.main section.rhs {
    width: 200px;
    font-size: 14px;
}
footer.main em {
    color: #CC0F1D;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
footer.main .rhs ul>li {
    display: block;
    padding: 6px 0;
}
footer.main .clh2 {
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
footer.main .opt-in {
    background: #252525;
    border-bottom: 1px solid #111;
    box-shadow: inset 0px -4px 41px -8px #000;
    -webkit-box-shadow: inset 0px -4px 41px -8px #000;
    padding: 40px;
}
footer.main .opt-in .clh2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;
}
footer.main .opt-in input[type=text] {
    margin-right: 10px;
    width: 300px;
}
footer.main .opt-in a {
    color: #fff;
    font-size: 14px;
}
footer.main .opt-in .main-wrap {
    padding: 0 20px;
    width: 920px;
}
footer.main .opt-in .opt-in-success {
    display: none;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    z-index: 5;
}
#searchspring--sidebar {
    margin-right: 20px;
    width: 240px;
}
.searchspring-results_container {
    width: 700px;
}
.searchspring-results_container h1 {
    font-size: 27px;
    margin: 10px 0;
    font-weight: normal;
}
#searchspring #searchspring-main .grid .item span.quickview {
    display: inline;
    background: none repeat scroll 0 0 #CC0F1D;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 3px 8px;
    vertical-align: middle;
    margin-bottom: 5px;
    float: left;
}
.options-menu {
    overflow: hidden;
    width: inherit;
}
.options-menu-header {
    background: #4c4c4c;
    -webkit-box-shadow: inset 8px -8px 30px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 8px -8px 30px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.options-menu-header:hover, .search-controls-message {
    -webkit-box-shadow: inset 8px -8px 30px 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 8px -8px 30px 6px rgba(0, 0, 0, 0.3);
}
.options-menu-options {
    background: #fff;
}
.options-menu-option>a {
    display: block;
    height: inherit;
    padding: 10px 10px;
    position: relative;
    text-decoration: none;
}
.options-menu-option>a:hover {
    background: #f5f5f5;
}
.options-menu-option>a.on {
    background: #005bb2;
    color: #fff;
}
.options-menu-header i {
    float: right;
}
.product-grid li.panel+.product-grid li.panel {
    margin: 0;
}
.product-grid li.panel {
    margin: 0 20px 20px 0;
}
.product-grid li.panel.last {
    margin-right: 0;
}
.product-grid .panel .compare {
    bottom: -36px;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 101;
}
.search-controls {
    margin-bottom: 20px;
}
.search-controls a {
    text-decoration: none;
}
.search-controls-message {
    background: #005bb2;
    color: #fff;
    padding: 10px 15px;
}
.search-controls-message a {
    background: #fff;
    border-radius: 15px;
    color: #005bb2;
    padding: 4px;
    margin-left: 10px;
}
.search-controls-pagination {
    background: #fff;
    padding: 15px 15px;
}
.search-controls-pagination>p>a {
    background: #f5f5f5;
    border-radius: 15px;
    margin-left: 10px;
    padding: 6px;
}
.search-controls-pagination>p>a:hover {
    background: #e8e8e8;
}
.search-controls-pagination ul>li {
    display: block;
    margin-left: 10px;
}
.search-controls-pagination li>a {
    background: #4c4c4c;
    color: #fff;
    padding: 6px;
}
.search-controls-pagination li>a.on {
    background: #005bb2;
}
.search-controls-pagination li>a:hover {
    background: #181818;
}
.promo-shorter {
    margin-bottom: 20px;
}
#searchspring-merch_footer {
    padding: 20px 0 0 0 !important;
}
#searchspring-autocomplete_results .ac_powered {
    display: none;
}
.intellisuggest>.intellisuggest-title {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.intellisuggest>.intellisuggest-item {
    border: #c9c9c9 1px solid;
    -webkit-box-shadow: 1px 2px 5px #b6b6b6;
    box-shadow: 1px 2px 5px #b6b6b6;
    background: #fff;
    color: #181818;
    display: block;
    float: left;
    height: 90px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 304px;
}
.intellisuggest>.intellisuggest-item+.intellisuggest-item {
    margin-left: 20px;
}
.intellisuggest>.intellisuggest-item:nth-child(4n+5) {
    margin-left: 0;
}
.intellisuggest>.intellisuggest-item>.intellisuggest-item-image {
    float: left;
    height: 76px;
    width: 76px;
    margin-right: 10px;
    padding: 10px;
}
.intellisuggest>.intellisuggest-item>.intellisuggest-item-image>a {
    height: 76px;
    width: 76px;
}
.intellisuggest>.intellisuggest-item>.intellisuggest-item-image>a>img {
    max-height: 76px;
    max-width: 76px;
}
.intellisuggest>.intellisuggest-item>.intellisuggest-item-name {
    float: left;
    padding: 20px 10px 10px 10px;
    width: 178px;
}
.intellisuggest>.intellisuggest-item>.intellisuggest-item-name>a {
    color: #181818;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}
.intellisuggest>.intellisuggest-item>.intellisuggest-item-price {
    display: none;
}
.replacement-item-title {
    font-size: 14px;
    margin: 20px 0px;
    text-transform: uppercase;
    color: #CC0F1D;
    font-weight: bold;
}
.replacement-item {
    border: #c9c9c9 1px solid;
    -webkit-box-shadow: 1px 2px 5px #b6b6b6;
    box-shadow: 1px 2px 5px #b6b6b6;
    background: #fff;
    color: #181818;
    display: block;
    float: left;
    height: 96px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 304px;
}
.replacement-item+.replacement-item {
    margin-left: 20px;
}
.replacement-item:nth-child(4n+5) {
    margin-left: 0;
}
.replacement-item>.replacement-item-image {
    height: 86px;
    width: 86px;
    padding: 5px;
    display: inline-block;
}
.replacement-item>.replacement-item-image>a {
    height: 86px;
    width: 86px;
}
.replacement-item>.replacement-item-image>a>img {
    max-height: 86px;
    max-width: 86px;
}
.replacement-item>.replacement-item-name {
    padding-left: 10px;
    width: 178px;
    display: inline-block;
    vertical-align: middle;
}
.replacement-item>.replacement-item-name>a {
    color: #181818;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}
.replacement-item>.replacement-item-price {
    display: none;
}
#caspioform #box {
    z-index: 905;
}
.shopping-cart h2 {
    color: #747474;
    font-size: 14px;
    text-transform: uppercase;
}
.shopping-cart .header, .shopping-cart .message {
    background: #f8f8f8;
}
.shopping-cart .last {
    padding: 2% 0 0 0;
}
.shopping-cart .header, .shopping-cart .message, .shopping-cart .product {
    padding: 2% 0;
    border-bottom: 2px dotted #eee;
}
.shopping-cart .image {
    padding: 0 2%;
    width: 10%;
}
.shopping-cart .image img {
    max-width: 75px;
}
.shopping-cart .details {
    padding: 0 2%;
    width: 60%;
}
.shopping-cart .details h3 {
    font-size: 16px;
}
.shopping-cart .details h3 a {
    color: #181818;
}
.shopping-cart .qty {
    padding: 0 2%;
    width: 15%;
}
.shopping-cart .pricing {
    padding: 0 2%;
    width: 15%;
}
td.main {
    padding: 10px;
}
tr.moduleRow {
    background: #f5f5f5;
    cursor: pointer;
}
tr.moduleRowOver {
    background: #f0f0f0;
    cursor: pointer;
}
tr.moduleRowSelected {
    background: #005bb2;
    color: white;
    cursor: pointer;
}
/*paypal logo styles*/
.center-v table {
    border-spacing:0px;
    text-align:center;
}
.center-v table td{
    padding:10px;
}
.center-v table img {
    border: 0px solid;
}
.paypal-font {
    font-size: 12px;
    font-family: Arial;
    color: #0079CD;
}

.agree-terms-div {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
}

/*end paypal logo styles*/

