﻿.whitelink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.bluelink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
    text-decoration: none;
    font-weight: bolder;
}

body {
    font-family: tahoma;
    font-size: 12px;
    background-position: 0px 0px;
    margin: 0px;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
}

h3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003366;
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #003366;
    background-color: #eeeeee;
    border: 1px solid #003366;
}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #663333;
}

table.fc-table {
}

div.fc-questiontext {
    font-family: tahoma;
    font-size: large;
    font-weight: bold;
}

div.fc-answer {
    font-family: tahoma;
    font-size: large;
}

.style1 {
    font-size: 14px;
    font-weight: bold;
}

.style2 {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
}

.TableCss {
    background: #FFFFFF;
    border-width: 1;
    border-collapse: collapse;
    border-color: #000000;
}

    .TableCss td {
        background-color: #FFFFFF;
        height: 30px;
        vertical-align: middle;
        border-color: Black;
        border-width: 1px;
    }

.enlarge a {
    color: #777;
    font-size: 13px;
    text-decoration: none;
}

    .enlarge a:hover {
        color: #777;
        font-size: 13px;
        text-decoration: underline;
    }

.sitemap {
    padding-left: 100px;
    padding-top: 35px;
    padding-bottom: 50px;
}

    .sitemap a {
        font-size: 14px;
        color: Black;
        font-weight: bold;
        font-family: Arial;
        text-decoration: underline;
    }

        .sitemap a:hover {
            font-size: 14px;
            color: Black;
            font-weight: bold;
            font-family: Arial;
            text-decoration: none;
        }

.link {
    padding-left: 15px;
}

    .link a {
        text-decoration: underline;
        font-weight: normal;
        color: Black;
    }

        .link a:hover {
            text-decoration: none;
            font-weight: normal;
            color: Black;
        }

.footer a {
    text-decoration: none;
    font-size: 12px;
    color: White;
    font-family: Arial;
    font-weight: normal;
}

    .footer a:hover {
        text-decoration: underline;
        font-size: 12px;
        color: White;
        font-family: Arial;
        font-weight: normal;
    }

.sitemap ul {
    font-size: 14px;
    padding-left: -15px;
}

.sitemap li a {
    color: #9a9a98;
}

    .sitemap li a:hover {
        color: #9a9a98;
    }

#tbxSearch, #btnSearch {
    display: none;
}



.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 599px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 599px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

.homebanner .swiper-wrapper .swiper-slide{
    margin:auto;
}

#addtocart {
    background: #01425b;
    margin-right: 20px;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
}


#addtocart {
    background: #01425b;
    margin-right: 20px;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
}

#ibncalculateshipping {
    padding: 10px 15px;
    font-size: 12px;
    background: #ccc;
    cursor: pointer;
}

.optionsul, .optionsul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .optionsul li {
    }

        .optionsul li a, .dropoptions {
            text-decoration: none;
            display: block;
            border: solid 1px #ccc;
            padding: 5px;
            margin-top: 5px;
        }

.divOptions1 {
    max-width: 300px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}

    .divOptions1 .optionsul li a {
        color: #333;
    }

    .divOptions1 .dropoptions {
        width: 100%;
    }

.optionsul li a:hover {
    background-color: #eee;
    cursor: pointer;
    color: #000;
}

.dropoptions {
    border: solid 1px #ccc;
    border-radius: 0;
}

.optionsul li.curli a, .selectedul {
    border: solid 1px #0d6efd;
    font-weight: bold;
    box-shadow: 0px 0px 4px #0d6efd;
    cursor: alias;
    overflow:hidden;
}

.shoppingaction{
    text-align:center;
    margin-top:10px;
}

.shoppingcart-list {
    width: 100%;
    border: solid 1px #666;
    font-size: 0.8rem;
}

    .shoppingcart-list thead td {
        background-color: #6B696B;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        padding: 5px 0px;
    }

    .shoppingcart-list tbody td {
        border-left: solid 1px #666;
        border-bottom: solid 1px #666;
    }

    .shoppingcart-list tbody tr td:first-child {
        border-left: none;
    }

    .shoppingcart-list tbody tr:nth-child(2n+1) td {
        background-color: #E1E0E0;
    }

    .shoppingcart-list tbody tr td {
        padding: 0 5px;
    }

        .shoppingcart-list tbody tr td .quantity {
            width: 100px;
        }

        .shoppingcart-list tbody tr td img {
            max-height: 60px;
        }

        .shoppingcart-list tbody tr td.productimg {
            max-width: 86px;
            text-align: center;
        }

        .shoppingcart-list tbody tr td.centertd {
            text-align: center;
        }

        .shoppingcart-list tbody tr td.righttd {
            text-align: right;
        }

.shoppingtotal {
    width: 330px;
    float: right;
    margin: 20px 0;
    line-height: 20px;
}

    .shoppingtotal label {
        width: 225px;
        display: inline-block;
        text-align: right;
        font-weight: bold;
        padding-right: 5px;
    }

        .shoppingtotal label a {
            font-weight: normal;
            color: #6c0101;
        }

.shippingmethod {
    border-top: solid 1px #ccc;
    margin-top: 20px;
    float: right;
}

.shoppingcart-action {
    text-align: right;
}

.continue-shopping {
    width: 144px;
    height: 40px;
    background: url(/content/images/BuildAddRack-Link.gif) no-repeat left top;
    border: none;
    cursor: pointer;
}

.checkout {
    width: 126px;
    height: 40px;
    background: url(/content/images/Secure-Link.gif) no-repeat left top;
    border: none;
    cursor: pointer;
}

.email_quote {
    width: 120px;
    height: 40px;
    background: url(/Content/images/EmailQuote-Link.gif) no-repeat left top;
    border: none;
    cursor: pointer;
}

.updatecart {
    width: 103px;
    height: 40px;
    background: url(/content/images/Update-Order-Link.gif) no-repeat left top;
    border: none;
    cursor: pointer;
}

#shopping{
    width:97%;
    margin:auto;
}