﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

p {
    padding-top: 10px;
}

h1 {
    font-size: 15pt;
    font-weight: bold;
}

h2 {
    font-size: 13pt;
    font-weight: bold;
}

h3 {
    font-size: 11pt;
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-basic-spread td, .table-basic-spread th {
    padding: 5px;
}

strong {
    font-weight: bold;
}


/******  TAGS ******/

body {
    line-height: 1.4;
    font-family: Ubuntu, Arial, Sans-Serif;
    font-size: 10pt;
    color: #333333;
    padding: 0px;
    margin: 0px;
}

a {
    color: #e46f25;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

hr {
    color: #2d69b2;
    border-style: solid;
}

td {
    vertical-align: top;
}

select {
    height: 26px;
}

/******  GENERAL STYLES ******/

div#wrapper {
    margin: 0px auto;
}

.breadcrumbs, .breadcrumbs a {
    color: #2d69b2;
    padding: 5px 0px 15px 10px;
}

.page-error {
    color: Red;
    background-color: White;
    padding: 10px;
    margin: 5px;
    border: solid 1px Red;
}

/******  MARGIN AND PADDING ******/
.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

/******  HOME PAGE ******/

section {
    width: 100%;
}

div#top_banner {
    background-color: #5f8093;
    padding: 13px 5% 11px 5%;
    font-size: 11pt;
    letter-spacing: .04em;
}

    div#top_banner h1 {
        font-size: 11pt;
        display: inline;
    }

    div#top_banner div {
        margin: auto;
        color: white;
    }

div#header {
    padding: 5px 5% 15px 5%;
}

div#header-right input {
    margin-top: 15px;
    vertical-align: bottom;
    outline: none;
}

/* Menu */

.nav, .navbar-nav, .dropdown, .dropdown ul li a {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    width: 1020px;
    margin: 0px auto;
    float: none;
}

div#top_menu {
    background-color: #e46f25;
    padding: 1px 3% 0px 3%;
}

    div#top_menu ul {
    }

    div#top_menu li {
        height: 100%;
    }

li.dropdown:hover > a {
    background-color: white;
}

div#top_menu li a {
    color: white;
    border-color: #e46f25;
    font-size: 12pt;
    text-decoration: none;
    margin: 0;
    padding: 4px 22px 6px 22px;
}

div#top_menu li:hover a {
    color: #e46f25;
}

ul.dropdown-menu {
    border-color: #e46f25;
    border-radius: 0px;
}

/* Menu hover*/
div#top_menu li a:hover {
    color: #e46f25;
}

/* Menu item normal color*/
div#top_menu ul.dropdown-menu li a {
    color: #e46f25;
}

div#top_menu ul.list-unstyled li {
    padding-top: 8px;
}

    div#top_menu ul.list-unstyled li a span {
        font-size: 8.5pt;
    }

/* Menu item hover */
div#top_menu ul.dropdown-menu li a:hover {
    background-color: #e46f25;
    color: white;
}

.noleftpadding {
    padding-left: 0;
    margin-left: 0;
}

#left-size-menu-column li {
    border-right: solid 1px #e46f25;
}

ul.nohover li a:hover {
    background-color: transparent !important;
    color: #e46f25 !important;
}

    ul.nohover li a:hover .color-label {
        color: #333333;
    }

ul#shop-by-color li {
    clear: left;
    padding: 5px;
}

    ul#shop-by-color li a div {
        float: left;
    }

ul#shop-by-color .color-label {
    margin: 3px 0px 0px 8px;
}

.color-circle-yellow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f7ee00;
}

.color-circle-orange {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f37c00;
}

.color-circle-red {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff0000;
}

.color-circle-pink {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f5acd0;
}

.color-circle-purple {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #7600b0;
}

.color-circle-blue {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #0000ff;
}

.color-circle-green {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #14aa02;
}

.color-circle-ivory {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e3d092;
}

.color-circle-brown {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #734b11;
}

.color-circle-metallic {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f7ee00;
}

.color-circle-clear {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f7ee00;
}

.color-circle-black {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: black;
}

.color-circle-white {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 1px black;
    background-color: white;
}

/******  HOME PAGE ******/

div.center-section {
    width: 1020px;
    margin: 0 auto;
}

div.home-section-title {
    width: 60%;
    font-family: 'Varela Round', Arial, sans-serif;
    font-size: 27pt;
    color: #ad246c;
    text-align: center;
    margin: 25px auto 15px auto;
}

.product-thirds {
    width: 323px;
    display: inline-block;
    margin-right: 21px;
}

div#featured-products .product-thirds {
    height: 520px;
    vertical-align: top;
}

.product-thirds a {
    color: #333;
}

div .product-thirds:nth-child(3) {
    margin-right: 0px;
}

.product-fourths {
    width: 237px;
    display: inline-block;
    margin-right: 17px;
}

    .product-fourths a {
        color: #333;
    }

div#photo-products .product-fourths:nth-child(4) {
    margin-right: 10px;
    padding-right: 10px;
}

.home-featured-title {
    font-family: 'Varela Round', Arial, sans-serif;
    font-size: 16pt;
    color: #ad246c;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
}

.home-featured-text {
    font-family: Ubuntu, Arial, sans-serif;
    text-align: center;
    font-size: 11pt;
    line-height: 1.4;
    margin: 5px 0px;
}

.home-featured-button {
    background-color: #e46f25;
    border-style: none;
}

    .home-featured-button:hover {
        background-color: #c15e1f;
    }

.bg-light-gray {
    background-color: #f0f0f0;
    /*overflow: auto;*/
    padding: 5px 0px 25px 0px;
}

.home-sbs-item {
    display: inline-block;
    width: 123px;
    height: 150px;
    text-align: center;
}

    .home-sbs-item:hover, .home-sbs-item:hover a div.home-sbs-size-name {
        background-color: #e46f25;
        color: white;
    }

    .home-sbs-item a {
        display: block;
        height: 100%;
    }

        .home-sbs-item a div {
            font-family: 'Varela Round', Arial, sans-serif;
            font-size: 16pt;
            text-align: center;
            padding-top: 8px;
            line-height: 1;
        }

            .home-sbs-item a div.home-sbs-size-name {
                color: #ad246c;
            }

            .home-sbs-item a div.home-sbs-view-more {
                color: white;
                font-size: 11pt;
            }

.home-sbc-item {
    display: inline-block;
    width: 73px;
    height: 120px;
    padding: 10px;
    text-align: center;
}

    .home-sbc-item:hover, .home-sbc-item:hover .home-sbc-view-more {
        background-color: #e46f25;
        color: white;
    }

    .home-sbc-item a {
        display: block;
        height: 100%;
    }

.home-sbc-view-more {
    color: #f0f0f0;
    padding-top: 10px;
}

div#home-other-products-2 {
    margin-top: 30px;
}
/******  FOOTER ******/

footer {
}

div#footer-questions {
    text-align: center;
    width: 1020px;
    margin: 30px auto;
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 14pt;
}

div#footer-email {
    background-color: #5f8093;
    color: white;
    font-family: 'Varela Round', Arial, sans-serif;
    font-size: 16pt;
    text-align: center;
    padding: 14px 0 11px 0;
}

    div#footer-email div {
        display: inline;
        vertical-align: bottom;
    }

#txtEmailSignup {
    width: 200px;
    height: 23px;
}

div#footer-links {
    width: 800px;
    margin: 25px auto 0 auto;
    text-align: center;
}

.footer-menu {
    width: 75%;
    margin: 0 auto;
}

    .footer-menu > li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }

        .footer-menu > li > a {
            font-family: Ubuntu, Arial, sans-serif;
            font-weight: bold;
            font-size: 9pt;
            color: #302e30;
            text-decoration: none;
        }

        .footer-menu > li.sep {
            /*display: block;*/
        }

            .footer-menu > li.sep:after {
                content: '|';
                font-family: Arial;
                color: #475696;
                display: inline-block;
                font-size: 12px;
                text-align: center;
            }

div#footerText {
    width: 900px;
    margin: 30px auto;
    padding: 20px 40px 20px 40px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    text-align: justify;
    color: #555;
    line-height: 23px;
}

div#footer-bottom {
    width: 100%;
    height: 90px;
    font-size: 9pt;
    background-image: url('/Images/Master/contact-bar-bg.gif');
    background-position: left;
    background-repeat: repeat-x;
}

    div#footer-bottom > div > div {
        float: left;
        display: inline-block;
        height: 100px;
    }

        div#footer-bottom > div > div span {
            font-size: 11pt;
        }

        div#footer-bottom > div > div:nth-child(1) {
            width: 100px;
        }

        div#footer-bottom > div > div:nth-child(2) {
            padding-top: 45px;
            width: 900px;
        }

/******  LEFT MENU BAR ******/

div#left-menu-bar-wrapper {
    padding-left: 10px;
    width: 190px;
}

.left-menu-bar {
    background-color: #56b9d9;
}

.left-bar-title, .left-bar-title a {
    font-size: 10pt;
    font-weight: bold;
    color: white;
    padding-top: 15px;
    display: block;
    text-decoration: none;
    letter-spacing: .04em;
}

.left-bar-item a {
    font-size: 10pt;
    line-height: 110%;
    color: white;
    display: block;
    text-decoration: none;
    padding: 10px 0px 0px 5px;
}

    .left-bar-item a:hover {
        text-decoration: underline;
    }

.left-bar-title a:hover {
    text-decoration: underline;
}

/******  NEXT THING ******/

div#specialty-list {
    text-align: left;
    line-height: 100%;
    padding: 40px 0px 0px 18px;
}

    div#specialty-list a {
        color: #38271d;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
    }

        div#specialty-list a:hover {
            text-decoration: underline;
        }


.apec-page-title-bg {
    text-align: center;
    color: white;
    background-color: #2d69b2;
    padding: 15px 0;
    font-weight: normal;
    font-size: 20pt;
    letter-spacing: 1px;
    font-family: Verdana, Arial, sans-serif;
}

/*.apec-page-title-bg h1 {
        font-weight: normal;
        font-size: 20pt;
        letter-spacing: 1px;
    }*/

.product-page-title-bg {
    text-align: left;
    color: #444;
    /* background-color: #2d69b2;  */
}

    .product-page-title-bg h1 {
        padding: 0px;
        margin: 0px;
        font-weight: bold;
        font-size: 20pt;
    }

    .product-page-title-bg h2 {
        padding-top: 3px;
        margin: 0px;
        font-weight: normal;
        font-size: 13pt;
    }

.page-title-text {
    margin: 0px;
    padding: 0px;
    font-size: 20pt;
    font-weight: normal;
    color: #c24b00;
}

.page-subtitle-text {
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
    font-weight: normal;
    color: white;
    letter-spacing: 1px;
}

.price-per-envelope-div {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    display: none;
}

.yellow-highlight {
    background-color: yellow;
    padding: 5px;
}

.product-pricing-table {
    width: 240px;
}

.product-pricing-table tr td:nth-child(3) {
    padding-left: 7px;
}

.product-pricing-table tr td:nth-child(4) {
    padding-left: 6px;
}

.product-pricing-table tr th:nth-child(3) {
    padding-left: 7px;
}

div#css-product-page-description ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
}

.css-product-page-size-only-column {
    padding-left: 5px;
    height: 190px;
    float: left;
}

.css-product-page-size-only {
    border: solid 1px #444;
    height: 245px;
    overflow-x: auto;
    overflow-y: hidden;
}

    .css-product-page-size-only a {
        display: block;
        width: 160px;
        font-size: 10pt;
        font-weight: normal;
        margin-top: 4px;
        padding: 2px 2px 3px 3px;
        color: #333;
        text-decoration: none;
    }

        .css-product-page-size-only a:hover {
            background-color: #d1e3ff;
        }

.size-list-div a, .weight-list-div a {
    color: #333;
}

.french-product-list a {
    font-size: 9pt;
    color: #555;
    text-decoration: none;
}

    .french-product-list a:hover {
        color: #c24b00;
    }


.pflist-size-links a:link, .pflist-size-links a:visited {
    color: #FFFFFF;
}

.pflist-size-links a:hover {
    color: #56b9d9;
}

table#size-list td {
    padding-bottom: 12px;
}

    table#size-list td a {
        color: #555;
        font-size: 12pt;
        text-decoration: underline;
    }

        table#size-list td a:hover {
            color: #c24b00;
            text-decoration: none;
        }

.size-list-div a {
    margin-top: 3px;
    padding: 4px 0px 2px 4px;
    text-decoration: none;
    display: block;
}

    .size-list-div a:hover, .size-list-div a.hover {
        background-color: #d1e3ff;
    }

.weight-list-div a {
    font-size: 10pt;
    margin-top: 3px;
    padding: 4px 0px 2px 4px;
    text-decoration: none;
    display: block;
}

    .weight-list-div a:hover, .weight-list-div a.hover {
        background-color: #d1e3ff;
    }

.weight-description {
    font-size: 9pt;
    padding: 3px;
    border-top: solid #444 1px;
}

.special-star {
    display: block;
    background-image: url('/Images/Category/special-star.png');
    background-repeat: no-repeat;
    color: white;
    font-size: 11pt;
    width: 200px;
    height: 200px;
    padding-top: 10px;
    text-decoration: none;
    text-align: center;
}

/* Envelopes Category Page Shop by Size boxes*/

div#shop-by-size {
    line-height: 120%;
}

.sbs-1 {
    width: 64px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 3px;
    background-color: #2d69b2;
    color: white;
    font-size: 13pt;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
}

.sbs-2 {
    width: 64px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 3px;
    background-color: #2d69b2;
    color: white;
    font-size: 13pt;
    text-align: center;
    padding-top: 16px;
    text-decoration: none;
}

.sbs-3 {
    width: 64px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 2px;
    background-color: #2d69b2;
    color: white;
    font-size: 13pt;
    text-align: center;
    padding-top: 16px;
    text-decoration: none;
}

/******  CATEGORY (ENVELOPES) PAGE ******/

.category-row {
    width: 800px;
    padding-bottom: 15px;
    clear: left;
}

    .category-row a {
        font-size: 10pt;
    }

.category-column-spacer {
    width: 17px;
    float: left;
}

.category-title {
    font-size: 12pt;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 9px;
    text-transform: uppercase;
}

.category-item {
    width: 255px;
    height: 280px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    border: solid 1px #56b9d9;
    background-color: #56b9d9;
    color: white;
    font-size: 11pt;
    letter-spacing: .1em;
    line-height: 135%;
    text-decoration: none;
    float: left;
}

.category-item img {
    width: 253px;
    height: 150px;
}

.category-item-content {
    color: #555;
    text-align: center;
}

.category-pfname {
    padding: 5px 0px 3px 0px;
    margin: 0px;
    color: #c24b00;
    font-size: 16pt;
}

.category-pfdescription {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: #555;
    font-size: 10pt;
}

#content_main_tblColors {
    line-height: 105%
}

.tblsizes {
    color: #ed832d;
    border-style: none;
}

    .tblsizes a {
        color: white;
        border-style: none;
        text-decoration: none;
        padding: 4px;
    }

    .tblsizes tr.tblsizes-row, .tblsizes tr.tblsizes-row td {
        background-color: #2d69b2;
        border-top: 7px solid white;
    }

        .tblsizes tr.tblsizes-row:hover, .tblsizes tr.tblsizes-row:hover td {
            background-color: #56b9d9;
        }

.color-list div div:hover, .color-list div div.hover {
    background-color: #d1e3ff;
    cursor: pointer;
}

.color-list {
    height: 330px;
    /* border: solid 2px #ed832d; */
    overflow-y: scroll;
}

.color-list-item-border {
    width: 490px;
    height: 40px;
}

.color-list-item-swatch {
    width: 100px;
    height: 30px;
    margin: 4px 0px 0px 3px;
    float: left;
    border: solid 1px #555;
}

.color-list-item-product {
    width: 190px;
    height: 28px;
    padding-left: 10px;
    float: left;
}

.color-list-item-colorname {
    width: 185px;
    height: 28px;
    padding: 12px 0px 0px 20px;
    float: left;
}

div#color-list a {
    display: block;
    text-decoration: none;
    width: 140px;
    height: 20px;
    font-size: 12pt;
    padding: 2px 0px 0px 6px;
    border: solid 1px Black;
}

    div#color-list a:hover {
        border: solid 1px #2d69b2;
    }

.colorswatches a {
    text-decoration: none;
}

    .colorswatches a:hover {
        text-decoration: underline;
    }

.weight-list {
    width: 405px;
    background-color: #ededed;
    padding: 0px 0px 5px 20px;
    border-left: solid 1px #555;
    border-right: solid 1px #555;
    border-bottom: solid 1px #555;
    font-size: 12pt;
}

.weight-list-item {
    width: 110px;
    height: 24px;
    padding-top: 6px;
    border: solid 2px #555;
    float: left;
    margin: 12px 20px 0px 0px;
    text-align: center;
}

.tbl-sale-products tr.tbl-sale-products-row, .tbl-sale-products tr.tbl-sale-products-row td {
    background-color: white;
    border-top: 5px solid white;
    padding-top: 4px;
}

    .tbl-sale-products tr.tbl-sale-products-row:hover, .tbl-sale-products tr.tbl-sale-products-row:hover td {
        background-color: #56b9d9;
    }

.tbl-sale-products a {
    color: #555555;
    border-style: none;
    text-decoration: none;
}

.tab-initial {
    margin: 0;
    padding: 0;
}

.tab-selected {
    margin: 0;
    padding: 0;
}

.color-swatch {
    width: 172px;
    margin: 3px;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    float: left;
}

.color-swatch-top-line {
    font-size: 11pt;
    font-weight: bold;
}

.color-swatch-bottom-line {
    font-size: 10pt;
}

.color-results {
    width: 780px;
    background-color: #ed832d;
    color: White;
    font-weight: bold;
    clear: both;
    padding: 8px 20px;
}

#color-sizes-table-div {
    width: 780px;
    border: 2px solid #ed832d;
    padding: 10px;
}

.SelectedMenu {
    font: bold 9pt arial;
    background-color: #eaeaea;
    border: solid 3px #eaeaea;
    color: #333333;
}

.topmenuitem {
    font-size: 9pt;
    color: #c24b00;
    text-decoration: none;
}

.faq-page {
    width: 600px;
    margin: auto;
    padding-bottom: 30px;
    background-color: White;
    padding: 20px 30px 40px 30px;
}

.faq-index-link {
    color: #c24b00;
    font-size: 10pt;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.faq-question {
    font-size: 11pt;
    padding: 20px 0px 2px 0px;
    margin: 0px;
    color: #c24b00;
    text-transform: uppercase;
}

.faq-answer {
    width: 500px;
    font-size: 10pt;
    color: #555;
    text-align: justify;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.searchbox {
    border-bottom: solid 2px #dedee3;
    border-top: solid 2px #a1a1a5;
    border-left-style: none;
    border-right-style: none;
    top: 0;
}

.catpad {
    padding: 0px 10px; /*background-color:#248E24; */
}

.EightBoldItalic {
    font-size: 8pt;
    font-weight: bold;
    font-style: italic;
}

.Red {
    color: #CF0226;
}

.errorlabel {
    color: #CF0226;
    font-size: 9pt;
}

.pagesubtitle {
    color: #ed832d;
    font-weight: bold;
    font-size: 13pt;
}

.formfield {
    padding-right: 10px;
    text-align: right;
}

.entrytable td {
    padding: 5px;
}

.rightme {
    text-align: right;
}

.smalltext {
    font-size: 8pt;
}

.cartproduct {
    font-weight: bold;
    color: #0E1773;
}

.cartdescription {
    font-size: 8pt;
}

/* SiteIndex.html */
.si-level1 {
    color: #ed832d;
    font-size: 11pt;
    padding: 30px 0px 5px 0px;
}

.si-level2 {
    padding: 0px 0px 0px 15px;
}

    .si-level2 a, .si-hlcat {
        color: #ed832d;
        font-size: 10pt;
        display: block;
        line-height: 18px;
        text-decoration: none;
        padding: 10px 0px 5px 10px;
    }

        .si-level2 a:hover, .si-hlcat:hover, .si-level3 a:hover, .si-hlpf:hover, .si-hlsize:hover, .si-colors a:hover {
            text-decoration: underline;
        }

.si-colors a {
    color: #2d69b2;
    font-size: 10pt;
    display: block;
    line-height: 18px;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
}

.si-hlsize {
    color: #2d69b2;
    font-size: 10pt;
    display: block;
    line-height: 18px;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
}

.si-level3 {
    padding: 0px 0px 0px 15px;
}

    .si-level3 a, .si-hlpf {
        color: #2d69b2;
        font-size: 9pt;
        display: block;
        line-height: 18px;
        text-decoration: none;
        padding-left: 20px;
    }

.no-grid-lines td, th {
    border-style: none;
    border-width: 0px;
}

.tips {
    font-size: 7pt;
    color: White;
    text-decoration: underline;
}

.blurbtitle {
    background-color: #777777;
    color: White;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

.blurbtext {
    background-color: #F0F0F0;
    font-size: 9pt;
    text-align: left;
}

.blurbsmalltext {
    font-size: 7pt;
    text-align: left;
}

.blurbleft {
    background-color: #F0F0F0;
    border-left: solid 2px #777777;
}

.blurbright {
    background-color: #F0F0F0;
    border-right: solid 2px #777777;
}

.blurbbottom {
    border-bottom: solid 2px #777777;
}

.seeour {
    font-size: 7pt;
    color: Black;
    text-decoration: underline;
}



.rightblurbtitle {
    font-size: 12pt;
    font-weight: bold;
}

.rightpadding {
    padding: 8px 5px;
    border: solid 2px #bcdc9d;
    margin-left: 5px;
}

.categorytitle {
    font-size: 11pt;
    padding-bottom: 2px;
}

.boxspacer {
    background-color: #e7e7e7;
    width: 3px;
    padding: 0px;
}

.apecbird {
    padding: 10px;
}

.viewall {
    font-size: 8pt;
    font-weight: bold;
    padding-right: 5px;
    color: #0E1773;
    text-decoration: underline;
}

.segments a {
    color: #362f2d;
}

.segments img {
    border: solid 1px #362f2d;
}

.segmenttitle {
    margin: 0px;
    font-size: 23pt;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}

.segmentdescription {
    margin: 0px;
    font-size: 12pt;
    padding: 10px 0px 20px 0px;
}

.segmentcategory {
    font-size: 10pt;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 15px;
}

.categorypftitle {
    font-size: 12pt;
    font-weight: bold;
    color: #d76042;
    text-decoration: none;
}

.categorypfdescription {
    font-size: 10pt;
    color: #555555;
    text-align: justify;
    padding-top: 10px;
}

.colorbuttons {
    font-size: 8pt;
    cursor: hand;
    line-height: 10px;
    vertical-align: middle;
    text-align: center;
}

.sizebuttons {
    background-image: url( "/Images/ProductFamily/size_envelope.gif" );
    font-size: 8pt;
    cursor: hand;
    line-height: 10px;
    vertical-align: middle;
    text-align: center;
}

.usehand {
    cursor: hand;
    cursor: pointer;
}

div#policy-links a {
    color: #2d69b2;
    text-decoration: none;
}

    div#policy-links a:hover {
        color: #56b9d9;
    }

td#banner {
    font-size: 8pt;
}

    td#banner a {
        color: Black;
        text-decoration: underline;
    }

        td#banner a:hover {
            color: #d85361;
            text-decoration: none;
        }

table#slidetable1 {
    border-top: solid 2px #248E24;
    border-left: solid 2px #248E24;
    border-right: solid 2px #248E24;
}

    table#slidetable1 a {
        font-size: 11pt;
        font-weight: bold;
        color: #248E24;
        text-decoration: none;
    }

    table#slidetable1 td {
        border-bottom: solid 2px #248E24;
        text-align: center;
    }

table#slidetable2 {
    border-left: solid 2px #248E24;
    border-right: solid 2px #248E24;
}

table#slidetable3 {
    border-top: solid 2px #248E24;
    border-left: solid 2px #248E24;
    border-right: solid 2px #248E24;
    margin-bottom: 5px;
}

    table#slidetable3 a {
        font-size: 11pt;
        font-weight: bold;
        color: #248E24;
        text-decoration: none;
    }

    table#slidetable3 td {
        border-bottom: solid 2px #248E24;
        text-align: center;
    }

.holdit {
    background-color: #df837d;
}

table#PrintGrid a {
    text-decoration: none;
}

    table#PrintGrid a:hover {
        text-decoration: underline;
    }

table#attributetable th {
    font-size: 8pt;
    border-top: solid 1px Black;
    border-left: solid 1px Black;
    border-bottom: solid 1px Black;
}

table#attributetable td {
    font-size: 8pt;
    border-left: solid 1px Black;
    border-bottom: solid 1px Black;
}

table#youraccountinfo {
    font-size: 9pt;
    border: solid 2px #2d69b2;
    padding: 10px;
}

h1#opentitle {
    font-size: 9pt;
    letter-spacing: 1px;
    color: #82bff2;
    margin: 0px;
    padding-bottom: 2px;
}

td#rightcolumn td {
    text-align: center;
}

.SignUpLink {
    font-size: 9pt;
    color: #e66e0c;
    text-decoration: underline;
}

.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.Popup {
    min-width: 200px;
    min-height: 200px;
    background-color: #d0d4d4;
    border: solid 2px Black;
}

.PopupHeader {
    text-align: center;
    color: #d76042;
    font-size: 14pt;
    font-weight: bold;
    padding: 12px;
}

.PopupBody {
    padding-left: 15px;
    padding-bottom: 20px;
}

.Controls {
    padding-left: 15px;
}


/* CATEGORY PAGE Content Tabs */

.ctab_container {
    border-left: 2px solid #eb832e;
    border-right: 2px solid #eb832e;
    border-bottom: 2px solid #eb832e;
    clear: both;
    float: left;
    width: 95%;
    height: 210px;
    overflow: auto;
    background: #FFFFFF;
    margin-bottom: 20px;
}

ul.ctabs {
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-left: 0;
    border-bottom: 2px solid #ed832d;
    width: 95.5%;
}

    ul.ctabs li {
        float: left;
        margin-right: 7px;
        color: white;
        letter-spacing: .1em;
        cursor: pointer;
        padding: 0px 21px;
        height: 28px;
        line-height: 32px;
        border: 2px solid #56b9d9;
        border-left: 2px solid #56b9d9;
        font-weight: bold;
        background: #56b9d9;
        overflow: hidden;
        position: relative;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

        ul.ctabs li:hover {
            background: #2d69b2;
            border-color: #2d69b2;
        }

        ul.ctabs li.active {
            height: 30px;
            color: #eb832e;
            margin-bottom: 1px;
            background: #FFFFFF;
            border: 2px solid #eb832e;
            border-bottom: 3px solid white;
            border-left: 2px solid #eb832e;
        }

.ctab_content {
    padding: 0px 15px 15px 15px;
    font-size: 12pt;
    display: none;
}

div#news-items {
    width: 176px;
    height: 200px;
    overflow-y: scroll;
    border: 2px solid #ed832d;
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    color: white;
}

    div#news-items a {
        color: #56b9d9;
    }

    div#news-items .date-header {
        width: 160px;
        text-align: left;
        font-size: 10pt;
        font-weight: bold;
        color: #ed832d;
        padding-top: 8px;
    }

    div#news-items .news-item {
        width: 160px;
        text-align: left;
        padding-top: 5px;
        color: #ed832d;
    }

.block {
    display: block;
}

.related-products-pf {
    float: left;
}

.related-products-title {
    color: #333;
    font-size: 9pt;
    text-align: center;
    padding-top: 4px;
}

.product-page-subtitle {
    color: #ed832d;
    font-size: 12pt;
    font-weight: bold;
}

.sbc-color-box li {
    list-style-type: none;
    line-height: 16px;
    margin-bottom: 8px;
}

    .sbc-color-box li a {
        display: block;
        padding-top: 8px;
        width: 80px;
        height: 20px;
        text-align: center;
    }

/* Samples page */
div#confirmEmail {
    display: none;
}

#samples_contact_table label {
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

/* Assorted Color Swatch */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0074e8+0,0074e8+19,15d600+20,15d600+39,f7e600+40,f7e600+59,ff7c00+60,ff7c00+79,f20420+80,f20420+100 */
.assorted-color-swatch {
    background: rgb(0,116,232); /* Old browsers */
    background: -moz-linear-gradient(right, rgba(0,116,232,1) 0%, rgba(0,116,232,1) 19%, rgba(21,214,0,1) 20%, rgba(21,214,0,1) 39%, rgba(247,230,0,1) 40%, rgba(247,230,0,1) 59%, rgba(255,124,0,1) 60%, rgba(255,124,0,1) 79%, rgba(242,4,32,1) 80%, rgba(242,4,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0,116,232,1) 0%,rgba(0,116,232,1) 19%,rgba(21,214,0,1) 20%,rgba(21,214,0,1) 39%,rgba(247,230,0,1) 40%,rgba(247,230,0,1) 59%,rgba(255,124,0,1) 60%,rgba(255,124,0,1) 79%,rgba(242,4,32,1) 80%,rgba(242,4,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0,116,232,1) 0%,rgba(0,116,232,1) 19%,rgba(21,214,0,1) 20%,rgba(21,214,0,1) 39%,rgba(247,230,0,1) 40%,rgba(247,230,0,1) 59%,rgba(255,124,0,1) 60%,rgba(255,124,0,1) 79%,rgba(242,4,32,1) 80%,rgba(242,4,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074e8', endColorstr='#f20420',GradientType=0 ); /* IE6-9 */
}