﻿@charset "utf-8";
/* CSS Document */


/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* raleway-regular - latin */
/* Fix for safari 9 and below.. It support only woff type*/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('/_layouts/Fellowes/Desktop/Styles/V03/fonts/raleway-v11-latin-regular.woff') format('woff'); 
}

body {
    margin: 0px;
    background-image: none;
    position: relative;
    text-align: left;
    font-family: 'Raleway-Regular', 'Raleway';
    font-style: normal;
    color: #666666;
    font-size: 14px;
    width: 100%;
    -ms-overflow-style: scrollbar; /* IE Fix */
    overflow: hidden;
}

#localization {
    display: none;
}

.koHide {
    display: none;
}

.koShow {
    display: block;
}

* {
    outline: none;
}

h1, h2 .ms-WPBody h1, .ms-WPBody h2 /***SharePoint Overrides**/ {
    font-weight: 100;
}

h1, h2, h3, h4, h5,
.ms-WPBody h1, .ms-WPBody h2, .ms-WPBody h3, .ms-WPBody h4, .ms-WPBody h5 /***SharePoint Overrides**/ {
    color: #666666;
    margin: 0;
}

    h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, {
        margin: 0;
        font-weight: bold;
    }

h1,
.ms-WPBody h1 /***SharePoint Overrides**/ {
    font-size: 35px;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

header, footer, nav, section, aside, article, figure {
    margin: 0;
    padding: 0;
    min-width: 1000px;
}

#top-bar-container {
    background-color: #f3f3f3;
    height: 33px;
}

#top-bar {
    width: 1000px;
    margin: 0 auto;
}

.fixedHeader {
    position: fixed;
    z-index: 1000;
    background: #fafafa;
    width: 100%;
    height: 75px;
}
/*footer {
    width: 1150px;
}*/

header, footer {
    /* width: 1000px; */
}

a.external:after{
    font-family: 'FontAwesome';
    content: " \f08e";
    font-size: 0.8em;
}

#header {
    left: -0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#headerShipping {
    float: left;
    color: #fff;
    padding-top: 11px;
    font-weight: bold;
}

#headerShipping .shipping
{
    /*text-transform: lowercase;*/
    font-weight:300;
}

.shipping a
{
    border-bottom: dashed 1px #CCCCCC;
    color: #fff !important;
}

.shipping a:hover
{
    border-bottom: none;
}

#headerShipping .free
{
    text-transform: uppercase;
}

#header-container {
    border-bottom: solid 1px rgba(228, 228, 228, 1);
}

 #pre-footer-line {
    border-bottom: solid 1px rgba(228, 228, 228, 1);
    margin-top: -20px;
}

.top-header {
    height: 43px;
    background-color: rgba(77, 85, 91, 1);
    min-width:1000px;
}

.mid-header {
    width: 1000px;
    left: -0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    background-color: #fff;
    height: 85px;
    position: relative;
}
.mid-header .fa-lg {
font-size: 1.63333333em;
line-height: .75em;
vertical-align: -15%;
font-weight: 400;
color: rgba(77, 85, 91, 0.85);
}


.mid-header-right-cover {
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
}

#menuContainer {
    float: left;
    display: inline-block;
    padding-top: 10px;
}

.mid-header-right {
    float: right;
    width: 368px;
    display: inline-block;
    padding-top: 20px;
    text-align: right;
    position: absolute;
    left: 60%;
    z-index: 200;
}

.logoContainer {
    margin: 0 auto;
    width: 150px;
    display: inline-block;
    position: absolute;
    left: 42%;
    z-index: 400;
}

.sprite {
    background: url(//assets.fellowes.com/images/site/sprite.png) no-repeat;
    display: block;
}

.logo {
    background: url(//assets.fellowes.com/images_v3/logos/fellowesLogo.png) no-repeat 0 0 transparent;
    width: 150px;
    height: 60px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
}

.shoppingCart, .profileIcon, .searchCloseIcon, .searchIcon {
    border-width: 0px;
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    cursor: pointer;
}

#SearchContainer, #cartContainer, #loginContainer {
    display: inline-block;
    width: 25%;
    transition: width 2s;
}

    #loginContainer a:hover, a.topMyAccount:hover {
        cursor: pointer;
        font-family: Raleway-Bold, "Raleway Bold", Raleway;
        font-weight: 700;
        font-style: normal;
        color: rgb(0, 0, 0);
    }

#loginContainer {
    width: 45%;
}

#SearchContainer {
    width: 15%;
    text-align: right;
}

#search {
    float: right;
    width: 368px;
    display: inline-block;
    padding-top: 10px;
    text-align: right;
    position: absolute;
    left: 60%;
}

    #search.showSearch {
        display: inline-block;
        /*transform: translateX(-367px);*/
        /* right:350px;*/
    }

        #search.showSearch #u323_div {
            width: 366px;
            /*transform: translateX(366px);*/
            visibility: inherit;
        }

#SearchContainer.showSearch2 {
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    top: 14px;
}

#searchBarHider {
    position: absolute;
    z-index: -1;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




#u322_state0 {
    position: relative;
}

#u322_state0_content {
    width: 100%;
    float: right;
}

#cartContainer {
    width: 35%;
}

#wrapper {
    width: 100%;
}

#wrapper-inner {
    left: -0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*To setup the form in the middle of the page*/
.container-center
{
    margin-left: 150px;
    margin-right: 150px;
}

.left-side {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.right-side {
    width: 735px;
    display: inline-block;
    vertical-align: top;
    margin-left: 27px;
}


a {
    text-decoration: none;
    border-bottom: none;
}

p {
}

a {
}

    a:link, .ms-WPBody a:link {
        color: #666666;
        text-decoration: none;
    }

    a:hover, .ms-WPBody a:hover {
        color: #666666;
        text-decoration: none;
    }

    a:visited, .ms-WPBody a:visited {
        color: #666666;
        text-decoration: none;
    }

img {
    border: none;
}

.clear {
    clear: both;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

/*******************SharePoint OverRides ***************/
body #s4-ribbonrow {
    min-height: 0 !important;
    height: auto !important;
}

body #s4-bodyContainer {
    min-width: 1000px;
    /*overflow-x: hidden;*/
}

/*******************Button Begin ***************/
.button {
    min-width: 135px;
    height: 28px;
    border: none;
    text-align: center;
    display: block;
    line-height: normal;
    cursor: pointer;

}

a.button {
    background-color: #4D555B;
    color: #fff;
}

a.button:hover{
    background-color: #5e666b;
    color: #fff;
}

.button.large{
     margin: 0 auto;
    width: 250px;
}

a.button.large {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    border: 1px;
}

.button.medium{
    margin: 0 auto;
    width: 200px;
}

a.button.medium {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    border: 1px;
}

a.button.light {
    color: #4d555b;
    background-color: rgba(77, 85, 91, 0.02);
    border: 1px solid rgba(77, 85, 91, 0.5);
}

a.button.light:hover {
    color: #4d555b;
    background-color: rgba(77, 85, 91, 0.12);
    border: 1px solid rgba(77, 85, 91, 0.75);
}

.button.small{
    margin: 0 auto;
    width: 150px;
}

a.button.small {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    border: 1px;
}

.upper
{
    text-transform: uppercase;
}

.button.out-of-stock {
    background-color: rgb(203, 200, 195);
    cursor: no-drop;
}

.button.out-of-stock:hover {
    background-color: rgb(203, 200, 195);
    cursor: no-drop;
}

a.cart-btn.out-of-stock {
    background: rgb(203, 200, 195);
    cursor: no-drop;
}

a.cart-btn.out-of-stock:hover {
    background: rgb(203, 200, 195);
    cursor: no-drop;
}

a.cart-btn{
    /*background : linear-gradient(#fcb623 0%,#db9420 100%);*/
    background-color: #f3bc22;
}


a.cart-btn:hover{
    background: #fcb623;
}

.button.find-retailer {
    background-color: rgba(40, 44, 42, 0.03);
}

.button.find-retailer:hover {
    background-color: rgba(40, 44, 42, 0.01);
}

a.button.find-retailer 
{
    border: solid 1px rgba(77, 85, 91, 0.25);
    text-transform: capitalize;
    color: #74777b;
    font-size:12px;
}
/*******************Button End ***************/

.breadcrumb-container {
    /*width: 408px;*/
    height: 13px;
    font-size: 11px;
    color: #7D878D;
}

    .breadcrumb-container a:link, .breadcrumb-container a:visited {
        text-decoration: none;
        font-size: 11px;
        color: #7D878D;
    }

a:hover, .ms-WPBody a:hover {
    color: #666666;
    text-decoration: none;
}

a:visited, .ms-WPBody a:visited {
    color: #666666;
    text-decoration: none;
}

.add-this {
    /*display: none;*/
    margin-top: 3px;
}

#cobrandContainer {
    display: none;
}

.jCrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 11px;
    color: #7D878D;
}

.jCrumb li {
    float: left;
    margin-right: 5px;
    padding-right: 10px;
    background:url("//assets.fellowes.com/images/site/description_bullet.png") no-repeat scroll right 3px transparent;
}

ul.jCrumb li:last-child {
    font-weight: 700;
    background-image:none;
}

#crumb {
    margin: 8px 0 0 0;
    font-size: 11px;
    width: 680px;
    height: 18px;
    overflow: hidden;
}

#top-right-content {
    width: 1000px;
    left: -0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
}

#top-right-links {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: #CCCCCC;
    float: right;
}

    #top-right-links a:link {
        color: #CCCCCC;
        text-decoration: none;
    }

    #top-right-links a:visited {
        color: #CCCCCC;
        text-decoration: none;
    }

    #top-right-links a:hover {
        color: #FFF;
        text-decoration: none;
    }

   

.printOnly {
    display: none;
}

.topMyAccount {
    text-transform: uppercase;
}
/************Search Begin**********************/
#search.hideSearch #u323_div {
    width: 0;
    visibility: hidden;
}

#search.hideSearch {
    transition: z-index 2s;
    z-index: 100;
}

#search.showSearch {
    z-index: 300;
}

#u323_div {
    border-width: 0px;
    /*position:absolute;
  left:0px;
  top:0px;*/
    /*width:0px;*/
    height: 46px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
    transition: width 1s,visibility 1s;
}

#u323 {
    border-width: 0px;
    /*position:absolute;
  left:0px;
  top:11px;*/
}

#u324 {
    border-width: 0px;
    /* position:absolute;
  left:2px;
  top:15px;*/
    width: 362px;
    visibility: hidden;
    word-wrap: break-word;
}

#u325 {
    /*position:absolute;
  left:8px;
  top:17px;*/
    border-width: 0px;
    /*width: 100%;*/
    height: 34px;
    text-align: left;
    padding-left: 5px;
    padding-top: 3px;
    position: relative;
}

#searchInputIcon {
    width: 10%;
    cursor: pointer;
}

#searchText {
    /*position:absolute;
  left:0px;
  top:0px;*/
    width: 94%;
    height: 34px;
    background-color: #f7f7f7;
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    color: #797979;
    text-align: left;
    border: 1px solid #ccc;
    outline-style: none;
    padding-right: 36px;
}
#searchText:focus {
    border-color: #4D555B;
}

#closeIcon {
    border-width: 0px;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    cursor: pointer;
}

#u326 {
    border-width: 0px;
    /*position:absolute;
  left:335px;
  top:24px;*/
    width: 20px;
    height: 20px;
}
/************Search End**********************/
/**************Menu - Begin **************/
.megamenu_container {
    font-size: 12px;
    /* height: 44px; */
    /* left: -5px; */
    margin: 0 auto;
    /* position: absolute; */
    /* top: 84px; */
    /* width: 650px; */
    z-index: 300;
    /* display: none; */
}
.dynamicMenuBG div.content-default {
    display: block;
}
/*****************Menu - End ****************/
/*****************Quick Cart ***********************/
.topVCBox.arrow_box {
    position: absolute;
    right: 0;
    background: #fff;
    width: 430px;
    min-height: 30px;
    z-index: 100000000000;
    border-radius: 5px;
    top: 65px;
    -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
    box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'PT Sans',sans-serif;
    padding: 15px;
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #c9c9c9;
}

    .step-arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

.topVCBox table {
    width: 100%;
}

.topVCBox tr {
    border-bottom: solid 1px #c9c9c9;
}

.topVCBox td {
    padding-bottom: 7px;
    padding-top: 10px;
}

.topVCBox td {
    padding-bottom: 7px;
    padding-top: 10px;
}

.topVCDesc {
    /*
    vertical-align: middle;
    font-weight: 400;
    color: #555;
    width: 210px;
    */
    font-size: 13px;
    padding-top: 20px;
}

.topVCDesc span {
    font-weight: 700;
}

.topVCPrice,
.topVCQty {
    /*
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    */
    padding-top: 20px;
    font-size: 13px;
}
.topVCPrice span,
.topVCQty span {
    font-weight: 700;
}

.topVCBox tr {
    border-bottom: solid 1px #c9c9c9;
}

.topVCSubtotal {
    padding-bottom: 0;
    padding-top: 5px;
    font-size: 18px;
}
.topVCSubtotal span {
    font-weight: 700;
}

.topVCViewButton {
    height: 40px;
    vertical-align: middle;
    text-align: right;
    padding-bottom: 0;
    padding-top: 4px;
}

.topVCImage {
    /*width: 75px;*/
    text-align: center;
}


.topVCBox td {
    padding-bottom: 7px;
    padding-top: 10px;
}

.topVCViewButton {
    height: 40px;
    vertical-align: middle;
    text-align: right;
    padding-bottom: 0;
    padding-top: 4px;
}

.topVCBox td {
    padding-bottom: 7px;
    padding-top: 10px;
}

.topVCRemove {
    text-align: left;
    padding-top: 20px;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 75%;
    border: solid #c9c9c9;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.step-arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #c9c9c9;
    border-width: 10px;
    margin-left: -10px;
}

.cartButton {
    border-width: 1px;
    border-color: #4D555B;
    border-style: solid;
    padding: 5px;
    color: #666666;
}

    .cartButton:hover {
        background-color: #4D555B;
        color: #ffffff;
    }
/*****************Quick Cart End***********************/
/************Product Listing **********************/
ul#ProductList{
    margin-top: -7.5px;
    margin-bottom:-7.5px;
}

#listingContainer #product-container
{
    text-align: left;
}
#listingContainer.noFilter #product-container
{
    text-align: center;
}
#ProductList li
{
    display: inline-block;
}

.listingBox {
    width: 227px;
    min-height: 510px;
    border: solid 1px #e6e6e6;
    margin: 7.5px;
    /*float: left;*/
    padding-bottom: 10px;
    box-sizing: border-box;
    border-radius: 1px;
    position: relative;
    /*
    -webkit-box-shadow: 0 4px 8px 0 #efefef, 0 6px 20px 0 #efefef;
    -moz-box-shadow: 0 4px 8px 0 #efefef, 0 6px 20px 0 #efefef;
    box-shadow: 0 4px 8px 0 #efefef, 0 6px 20px 0 #efefef;
    */
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}

.searchResultBox
{
    float: left;
}

.listingBox:hover {
         border-color:#333333;
    }


.listingBox.compare{
    border-color:#333333;
    /*
    -webkit-box-shadow: 0 4px 8px 0 #cfcfcf, 0 6px 20px 0 #cfcfcf;
    -moz-box-shadow: 0 4px 8px 0 #cfcfcf, 0 6px 20px 0 #cfcfcf;
    box-shadow: 0 4px 8px 0 #cfcfcf, 0 6px 20px 0 #cfcfcf;    
    */
}
.listingBox.compare:before,
.listingBox.compare::after {
    position: absolute;
    top: 0; 
    right: 0;
}
/*
.listingBox.compare:before {
    content: '';
    border-top: 30px solid rgba(77, 85, 91, 0.35);
    border-left: 30px solid transparent;
}
*/
/*
.listingBox.compare::after {
    content: url(//assets.fellowes.com/images_v3/icons/compare.png);
    border-color: transparent;
    border-style: solid;
}
*/
.listingImage {
    width: 150px;
    height: 150px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
}

.listingTitle {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
    overflow: hidden;
    font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
    font-weight: 500;
}

.listingTitle h5{
    line-height: 18px;
}


.listingDescription {
    font-size: 12px;
    height: 55px;
    margin: 10px 8px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.listingReviews {
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px;
    min-height: 116px;
}

.listingReviews a, .BVRRRatingSummaryLink a, .listingReviews a:visited, .BVRRRatingSummaryLink a:visited {
    border-bottom: dotted 1px rgba(77, 85, 91, 0.35) !important;
    text-decoration: none !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -webkit-transition: 0.5s ease-in-out !important;
    transition: 0.5s ease-in-out !important;
}

.listingReviews a:hover, .BVRRRatingSummaryLink a:hover {
    color: #000 !important;
    border-bottom-color: rgba(77, 85, 91, 0.35) !important;
    text-decoration: none !important;
}

.right-side .noFilter
{
    width: 1000px;
    margin-left: -35px;
}

.left-side .noFilter
{
    display: none;
}

.no-results
    {
        padding-bottom: 30px;
        margin-left: -35px;
    }

.no-results h3{
    font-size: 16px;
}

.cart a.cart-btn, .pdAlsoBuyItem a.cart-btn-sm {
    background: #58595b;
    /* background: #4f4b4b; */
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 8px 20px;
    line-height: 45px;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
}

.atcbutton-sm {
    width: 135px;
    height: 28px;
    background: inherit;
    background-color: rgba(77, 85, 91, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Bold', 'Raleway Bold', 'Raleway';
    font-weight: 700;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}

    .atcbutton-sm:hover {
        background-color: rgba(253, 185, 19, 1);
    }

    .atcbutton-sm a {
        color: #fff;
        width: 130px;
        display: inline-block;
    }

a.cart-btn-sm, a.atcbutton-sm {
    width: 200px;
    height: 45px;
    background: #58595b;
    margin: 10px 0 0;
    border: none;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 45px;
    clear: both;
    margin: 0 auto;
    text-transform: uppercase;
    min-width: 160px;
}

.regprice {
    color: rgb(77, 85, 91);
    font-size: 20px;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}

.regprice span.saleprice {
    color: #ff3a47;
    margin-right: 5px;
    /*letter-spacing: -1px;*/
}

.regprice span.oldprice {
    font-size: 12px;
    font-style: italic;
    text-decoration: line-through;
    color: rgba(77, 85, 91, 0.70);
}

.ecomprice .atcbutton-sm {
    margin-top: 5px;
}
#SearchList .crcCode, #ProductList .crcCode {
    display: none;
}

#filterSidebar {
    width: 229px;
    min-height: 300px;
    float: left;
    margin-right: -20px;
}

.filterHeader {
    height: 61px;
    background: inherit;
    background-color: rgba(77, 85, 91, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    /* padding-left: 17px; */
    /* padding-top: 6px; */
    font-family: 'Raleway-SemiBold', 'Raleway SemiBold', 'Raleway';
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
    font-feature-settings: 'kern' 1;
    font-kerning: normal;
    text-transform: capitalize;
    padding: 5px;
}

.filterTitle {
    word-wrap: break-word;
    font-size: 15px;
    padding-top: 10px;
    /*padding-left: 17px;*/
    border-bottom: solid 1px rgba(200, 207, 213, 1);
    line-height: 30px;
    font-feature-settings: 'kern' 1;
    font-kerning: normal;
    margin-bottom: 15px;
}

.appliedFilters
{
    margin-top: 10px;
}
.filterOptions {
    padding: 0px;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.filterOption {
    
    font-size: 12px;
    line-height: 18px;
}

.filterOptions input {
   /* margin-right: 5px;
    mrgin-bottom: 6px;*/
    float: left;
    margin-top: 3px;
}

.filterOptions label {
    font-size: 12px;
    display: inline;
    padding-left: 0px;
    position: relative;
    top: -1px;
    font-weight: normal;
    line-height: 20px;
    outline: none;
}

.filterSelectedGroup {
    font-weight: 700;
}

.filterOption label {
    font-weight: normal;
    display: block;
    margin-left: 20px;
}
.qtip {
    max-width: 900px;
}
.filterTip {
    float: right;
    border: none;
    padding-right: 10px;
    padding-left: 5px;
    margin-top: -1px;
}
.qtip-bootstrap .qtip-icon .ui-icon {
    background-color: #FFFFFF;
    color: #999999;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 24px;
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*
a.clearfilter {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding-top: 3px;
    width: 108px;
    height: 25px;
    background-color: rgba(77, 85, 91, 1);
    border: none;
    color: #fff !important;
    text-align: center;
    display: block;
    clear: both;
    margin-left: 15px;
    margin-top: 25px;
}
*/

a.clearfilter
{
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    display: inline-block;
}
.listingRibbonContainer,  #catCopy {
    display: none;
}

.divLnkWTB
{
    display: none;
    font-size: 11px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.divLnkWTB a
{
    border-bottom:dotted 1px rgba(77, 85, 91, 0.35);
    text-decoration:none;
}

.whereToBuyBox {
    float: left;
    margin: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    border: solid 1px #c9c9c9;
    width: 270px; /*265px*/
    min-height: 460px;
    height: 460px;
    max-height: 460px;
    background: #ffffff;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(94%, #e8e8e8), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
    behavior: url(../_layouts/Scripts/pie/PIE.htc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0);*/
    text-align: center;
    margin-top: 10px;
}

.whereToBuyBox h3
{
    font-size: 18px;
}

.wtb-button
{
    float: right;
    margin-top: 20px;
}

.listingCompareBar {
    margin: 0px auto;
    text-align: center;
    padding-top: 30px; /*45*/
}

input.compareCheckbox {
    margin-top: -1px;
}

span.compare-click {
    font-size: 12px;
}

div.listingBox span.compare-click span.compare-text {
    display: inline;
}

div.listingBox span.compare-click a.compare-link {
    display: none;
}

div.listingBox.compare span.compare-click span.compare-text {
    display: none;
}

div.listingBox.compare span.compare-click a.compare-link {
    display: inline;
}

.atcbutton-sm.out-of-stock {
    background-color: rgb(203, 200, 195);
}

.pagination {
    margin: 0px 0;
}
.pagination.top {
    margin-bottom: 10px;
}
.pagination.btm {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#search-nav
{
    margin-top: 28px;
    margin-left: 10px;
}

#search-nav p
{
    font-weight: 600;
}   

.search .filterHeader
{
    padding-top: 20px;
}

.product-banner-header {
    color: #333333;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

    .product-banner-header .banner-title {
        font-size: 36px;
        position: absolute;
    }

    .product-banner-header .banner-copy {
        font-size: 14px;
        width: 586px;
        word-wrap: break-word;
        position: absolute;
        top: 40px;
    }

.pagination > li > a, .pagination > li > span {
    color: #666666;
}

.pagination a.current {
    color: #ffffff;
    background-color: #4D555B;
}

ul.pagination li a {
    border: 1px solid #DDDDDD;
}

.productListingSpacer {
   /* margin-bottom: 100px; */ /*Commented out - too much space between listing container and tiles */
}
/************Product Listing **********************/
/************Compare Page *************************/
div#compare-container{
    min-height: 200px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#catCopy.comparePageTitle {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 1000px;
}
.compareContentWrap .row {
    width: 100%;
}
.compareContentWrap .grid_2 {
    /*width: 170px;*/
    width: 17%;
    text-align: left;
    min-width: 170px;
    text-align: center;
}
.comparePageTitle .title {
    float: left;
    display: inline-block;
    color: #4D555B;
    font-size: 20px;
    width: 281px;
    height: 70px;
    text-align: left;
    border-right: 0;
    padding-bottom: 10px;
    font-family: 'raleway','sans-serif';
    font-weight: normal;
}
.compare-bottom{
    margin-top: 30px;
}
.compare-bottom .compareButton {
    width: 300px;
    margin: 0 auto;
    padding-top: 5px;
}
.compare-bottom .compareButton:before{
    content:"\00ab  "; 
}
div.compareContentWrap .row.compareRow {
    padding: 10px 0;
}

div.compareContentWrap .row.compareRow.altRow {
    background-color: transparent;
}

div.compareContentWrap .row.compareImages {
    text-align: center;
}

div.compareContentWrap .row.compareImages img {
    margin-right: 20px;
}

/************Compare Page End*************************/

/*********** Product Details Page Begin *****************/
#pdMainImage {
    width: 450px;
    height: 450px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    #pdMainImage img {
        max-height: 450px;
        max-width: 450px;
    }

#pdDescription {
    max-height: 410px;
}

#pdDescription {
    /*width: 514px;*/
    height: 360px;
    overflow: hidden;
    float: left;
}

#pdDescription.notAvailableToSell {
    height: 390px;
}

.pdAddToCartBar {
    float: left;
    width: 100%;
    padding-top: 10px;
    height: 40px;
    position: relative;
    text-align:right;
}

span.see-price-in-cart{
    display: none;
}
div.ecomprice.promoDiscount span.see-price-in-cart,
div.pdAddToCartBar.promoDiscount span.see-price-in-cart{
    display: inline-block;
    color: #ff3a47;
}
div.ecomprice.promoDiscount span.see-price-in-cart{
    font-size: 14px;
}
div.pdAddToCartBar.promoDiscount span.see-price-in-cart{
    text-align: left;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 700;
}
div.ecomprice.promoDiscount span.price.saleprice,
div.ecomprice.promoDiscount span.price{
    font-size: 12px;
    font-style: italic;
    text-decoration: line-through;
    color: rgba(77, 85, 91, 0.70);
}
div.pdAddToCartBar.promoDiscount div.pdPrice{
    text-decoration: line-through;
    color: #4d555b;
}
div.ecomprice.promoDiscount span.price.oldprice,
div.pdAddToCartBar.promoDiscount div.pdOldPrice{
    display: none;
}

.pdAtcButton {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

a.atcbutton-lg, input.atcbutton-lg {
    color: #fff;
    font-size: 14px;
    width: 135px;
    height: 28px;
    background: inherit;
    background-color: rgba(253, 185, 19, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Bold', 'Raleway Bold', 'Raleway';
    font-weight: 700;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    padding: 8px 40px;
}

    a.atcbutton-lg:hover {
        background-color: rgba(77, 85, 91, 1);
    }

.pdRatingBar {
    padding-top: 2px;
    height: 55px;
    width: 500px;
    float: left;
}

#pdQtyField {
    max-width: 37px;
    text-align: center;
    font-weight: 900;
    padding-top: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

#pdQtyField::-webkit-inner-spin-button, 
#pdQtyField::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.pdAtcQty {
    /*
    position: absolute;
    left: 30%;
    */
}

    .pdAtcQty a img {
        margin-bottom: 7px;
    }

.pdPrice {
    font-family: 'Raleway-Bold', 'Raleway Bold', 'Raleway';
    color: #4D555B;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 3px 10px;
    font-feature-settings: 'kern' 1;
    font-kerning: normal;
    font-style: normal;
}

.pdPrice.sale{
    color:#ff3a47;
}



#pdDescription h1 {
    font-family: Raleway-Regular, Raleway;
    font-feature-settings: 'kern' 1;
    font-kerning: normal;
    font-size: 25px;
    color: #4D555B;
    /*display: none;*/
}

#pdDescription li {
    background: url(//assets.fellowes.com/images_v3/icons/circleIcon.png) no-repeat scroll left 10px transparent;
    background-size: 8px;
    list-style-type: circle;
    padding: 4px 15px;
}

#pdDescription ul {
    max-height: 310px;
    overflow: hidden;
}

.showcase img {
    display: none;
}

.pdAddToCartBar .pdAtcQty, 
.pdAddToCartBar .pdPrice,
.pdAddToCartBar .pdOldPrice {
    display: inline;
    margin-left: 0;
}

.pdOldPrice {
    color: rgba(77, 85, 91, 0.55);
    font-style: italic;
    text-decoration: line-through;
    font-size: 18px;
}

.pdAddToCartBar .pdAtcQty {
    vertical-align: top;
    display: inline-block;
    margin-top: 7px;
}

a#qtyMinus, a#qtyPlus{
    display: none;
}

#details-tabs {
    padding: 0px;
    background: none;
    border-width: 0px;
    min-height: 200px;
    width: 100%;
    float: left;
    margin-top: 40px;
}

    #details-tabs .ui-tabs-nav {
        padding-left: 0px;
        background: transparent;
        border-width: 0px 0px 1px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #details-tabs .tabs-row {
    }
#details-tabs li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    width: 190px;
}
.ui-tabs .ui-tabs-nav li {
    /*width: 190px;*/
    height: 40px;
    background: inherit;
    background-color: #8e9397;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
}

#details-tabs .ui-widget-header {
    border: none;
    float: right;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
}

#details-bottom-right a:focus {
    outline: none;
}

.ui-tabs .ui-tabs-nav li:hover, .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background-color: #4D555B;;
}

.upsellDisplayName p {
    height: 70px;
    
}

#PDAlsoBuyItemContainer .atcbutton-sm {
    margin: 10px auto;
}

#productDetailsImageContainer {
    float: left;
    width: 480px;
    display: inline-block;
}

#productDetailsDescContainer {
    width: 505px;
    display: inline-block;
    margin-left: 15px;
}

#productDetailsQuickLinksContainer {
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}
.pdAddtlButtons{
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    margin-top: 30px;    
    width: 500px;
    position: relative;
}
.pdAddtlButtons a {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    text-align: center;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    height: 60px;
    padding-top: 15px;
    min-width: auto;
}
.pdAddtlButtons a.button.medium.light{
    background-color: transparent;
    border-color: rgba(77, 85, 91, 0.25);
    color: #74777b;
    max-width: 120px;
    margin-left: 0px;
    padding-top: 28px;
    background-repeat: no-repeat;
    background-position: center 8px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.pdAddtlButtons a.button.medium.light:hover{
    color: #4d555b;
    background-color: rgba(40, 44, 42, 0.03);
}
.pdAddtlButtons a span{
    font-weight: 700;
    font-size: 0.7em;
}
.pdAddtlButtons a.button.medium.light.addl-btn-excl{    
    margin-right: 0 !important;
}
.pdAddtlButtons a.button.medium.light.btn-buynow{
    background-image:url(//assets.fellowes.com/images_v3/icons/details-map.png);
}
.pdAddtlButtons a.button.medium.light.btn-video{
    background-image:url(//assets.fellowes.com/images_v3/icons/details-video.png);
}
.pdAddtlButtons a.button.medium.light.btn-demo{
    background-image:url(//assets.fellowes.com/images_v3/icons/details-demo.png);
}
.pdAddtlButtons a.button.medium.light.btn-showcase{
    background-image:url(//assets.fellowes.com/images_v3/icons/details-showcase.png);
}
.pdAddtlButtons a.button.medium.light.btn-microsite{
    background-image:url(//assets.fellowes.com/images_v3/icons/details-microsite.png);
}
.pdAddtlButtons .tiles-button {
    /* width: 100%;
    margin: 0 auto;*/
}

a.showcase.tiles-button {
    padding: 5px;
}

    a.showcase.tiles-button:hover {
        background-color: #4D555B;
        color: #ffffff;
    }

.imageCarousel {
/*    width: 444px;
    float: left;
    text-align: center;*/
    margin-top: 40px;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    padding: 5px;
    margin-top: -5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 358px;
    height:  60px;
    float:left;
}

    /*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: 375px;*/
}
.centerCarousel,ul.centerCarousel{
    /*width: 100%;*/
    text-align: center;
    float: none;
}

    /*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
     float: left;
     width: 50px;
     height:50px;
}

.jcarousel-skin-tango li {
    width: 50px;
    height: 50px;
    /*display: inline-block;*/
    border: 1px solid rgba(77, 85, 91, 0.15);
    margin-right: 9px;
    -webkit-transition: border-color 200ms linear;
    -ms-transition: border-color 200ms linear;
    transition: border-color 200ms linear;
}

.jcarousel-skin-tango li:hover {
    border-color: rgba(77, 85, 91, 0.35);
}
.jcarousel-skin-tango li.active {
    box-shadow: 0 0 3px 2px #4d555b;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.jcarousel-control-prev {
    float: left;
    width: 5%;
    margin-top: 15px;
}

.jcarousel-control-next {
    float: left;
    width: 5%;
    margin-top: 15px;
}

.jcarousel-control-prev img {
    width: 14px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jcarousel-control-next img {
    width: 14px;
    height: 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.jcarousel-control-next.inactive, .jcarousel-control-prev.inactive {
    opacity: 0.2;
}
#productDetailsContainer #carousel
{
    position: relative;
}
#productDetailsContainer #carousel li
{
    display: inline-block;
    float: none;
}
.pdCarouselThumb
{
    margin-left: 29px;
}
/*********** Promotions - Begin *******************/
div#listing-banner,
div#productDetailsContainer{
    position: relative;
}
div#listing-banner div.promo-container div.promo-messaging p,
div.listingBox div.promo-container div.promo-messaging p,
div#productDetailsContainer div.promo-container div.promo-messaging p{
    margin-bottom: 0;
}
/***********************/
/* Listing Banner */
/***********************/
div#listing-banner div.promo-container{
    clear: both;
    position: relative;
    z-index: 1;
}
div#listing-banner div.promo-container div.promo-subcontainer{
    width: 1000px;
    margin: 0 auto;
}
div#listing-banner div.promo-container div.promo-messaging{
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 0px 1px 2px #bbb;
    width: 575px;
    position: relative;
    background-color: #ff3a47;
    box-shadow: 0px 2px 4px #cd0000;
    -webkit-box-shadow: 0px 2px 4px #cd0000;
    -moz-box-shadow: 0px 2px 4px #cd0000;
    color: #fff;
    text-align: center;
    padding: 6px 30px 6px 30px;
    top: -28px;
    left: 20px;
}
div#listing-banner div.promo-container div.promo-messaging:before, 
div#listing-banner div.promo-container div.promo-messaging:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    z-index: -1;
    width: 40px;
    border-width: 20px 10px;
    border-color: #f8333d;
    border-style: solid;
}
div#listing-banner div.promo-container div.promo-messaging:before{
    left: -21px;
    border-left-color: transparent;
}
div#listing-banner div.promo-container div.promo-messaging:after{
    right: -21px;
    border-right-color: transparent;
}
div#listing-banner div.promo-container div.promo-messaging > span:before, 
div#listing-banner div.promo-container div.promo-messaging > span:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #cd0000 transparent transparent transparent;
    bottom: -10px;
}
div#listing-banner div.promo-container div.promo-messaging > span:before {
    left: 0;
    border-width: 0.5em 0 0 1em;
}
div#listing-banner div.promo-container div.promo-messaging > span:after {
    right: 0;
    border-width: 0.5em 1em 0 0;
}
/***********************/
/* SubCategory */
/***********************/
div#subCategoryContainer div.promo-container{
    position: absolute;
    top: 30%;
    left: -10px;
}
div#subCategoryContainer div.promo-container div.promo-messaging{
    position: relative;
    background-color: #ff3a47;
    -webkit-box-shadow: 0px 2px 4px #cd0000;
    -moz-box-shadow: 0px 2px 4px #cd0000;
    box-shadow: 0px 2px 4px #cd0000;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 2px #bbb;
    font-size: 13px;
}
div#subCategoryContainer div.promo-container div.promo-messaging:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-style: solid;
    border-color: #cd0000 #cd0000 transparent transparent;
    border-width: 0.3em 0.4em;
}
/***********************/
/* Listing Box */
/***********************/
div.listingBox div.promo-container{
    position: absolute;
    top: 5px;
    left: -10px;
}

#fp-container div.listingBox div.promo-container{
    position: absolute;
    top: 5px;
    left: -7px;
}

div.listingBox div.promo-container div.promo-messaging{
    position: relative;
    font-weight: bold;
    color: #fff;
    background-color: #ff3a47;
    text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #cd0000;
    -moz-box-shadow: 0px 2px 4px #cd0000;
    box-shadow: 0px 2px 4px #cd0000;
    font-size: 0.9em;
    padding: 3px 10px 3px 10px;
}
div.listingBox div.promo-container div.promo-messaging:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-style: solid;
    border-color: #cd0000 #cd0000 transparent transparent;
    border-width: 0.3em 0.4em;
}
/***********************/
/* Details */
/***********************/
div#productDetailsContainer.loading div.promo-container{
    display: none;
}
div#productDetailsContainer div.promo-container{
    clear: both;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
div#productDetailsContainer div.promo-container div.promo-messaging{
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0px 1px 2px #bbb;
    position: relative;
    background-color: #ff3a47;
    box-shadow: 0px 2px 4px #cd0000;
    -webkit-box-shadow: 0px 2px 4px #cd0000;
    -moz-box-shadow: 0px 2px 4px #cd0000;
    color: #fff;
    text-align: center;
    padding: 6px 30px 6px 30px;
    top: 5px;
}
div#productDetailsContainer div.promo-container div.promo-messaging:before{
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    z-index: -1;
    width: 40px;
    border-width: 20px 10px;
    border-color: #f8333d;
    border-style: solid;
}
div#productDetailsContainer div.promo-container div.promo-messaging:before{
    left: -21px;
    border-left-color: transparent;
}
div#productDetailsContainer div.promo-container div.promo-messaging > span:before{
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #cd0000 transparent transparent transparent;
    bottom: -10px;
}
div#productDetailsContainer div.promo-container div.promo-messaging > span:before {
    left: 0;
    border-width: 0.5em 0 0 1em;
}

/*********** Promotions - End *******************/
/*********** Product Details Page End *******************/
/************ Misc Pages Begin **********************************/
div.about-us-location-countries {
    padding: 8px;
    margin-left: 8px;
} 
div.about-us-location-country {
    background-position: top left;
    padding-left: 40px;
    margin-right: 20px;
    background-repeat: no-repeat;
    height: 200px;
    width: 300px;
    float: left;
}
.about-us-location-country p{
    margin-top: 0px;
}
#about-callout-box {
    width: 198px;
    border: 1px solid #c4c6c8;
    margin-top: 20px;
}
#about-callout-box div {
    background: white url(//assets.fellowes.com/images/site/about_us-gradient.jpg) repeat-x;
    border: 1px solid white;
    padding: 14px;
}
#about-callout-box img {
    float: left;
margin-bottom: 15px;
}
#about-callout-box h4 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
}


.AspNet-WebPart .build-tabs, .AspNet-WebPart .build-tabs #Overview {
    background-color: #F9F9F9;
}

.build-tabs {
    background-color: #F9F9F9;
    background-image: none;
}

    .build-tabs .about-tabs li a.ui-tabs-anchor {
        padding-top: 0;
        padding-bottom: 0;
    }

    .build-tabs.ui-tabs ul.about-tabs {
        background-color: #F9F9F9;
        border: 0;
        background-image: none;
    }
    .about-right-pane div#logos {
    width: 616px;
    background: url(//assets.fellowes.com/images/misc/Brand-Logos-01.png) no-repeat center top;
    padding: 90px 0px 15px 0px;
    margin: 0 auto;
}
.about-right-pane div#logos1 {
    width: 616px;
    background: url(//assets.fellowes.com/images/misc/Brand-Logos-02.png) no-repeat center top;
    padding: 90px 0px 15px 0px;
    margin: 0 auto;
}
.about-right-pane div#logos p, .about-right-pane div#logos1 p {
    float: left;
    width: 130px;
    font-size: 12px;
}
div.content {
    background-repeat: no-repeat;
    min-height: 220px;
}


div.rcontent {
    background-position: top right;
    padding-right: 220px;
}
div.lcontent {
    background-position: top left;
    padding-left: 220px;
}
ul.content, ol.content, dir.content, menu.content {
    list-style: disc;
    margin: 5px 35px;
    padding: 0;
}
div.lcontent-small {
    background-position: top left;
    padding-left: 120px;
}
.box300 {
    width: 300px;
    height: 155px;
    /* float: left; */
    margin: 5px 0px;
}
div#SupportHomeBottomWidget div.AspNet-WebPart {
    float: left;
}

.box460 {
    width: 480px;
    height: 200px;
    float: left;
    background: none;
    padding: 17px 17px 31px 17px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(200, 207, 213, 1);
    border-radius: 0px;
}

.box460 img.photo {
    float: left;
    margin: 5px 15px 5px 0px;
    margin-top: -15px;
}
.box460 h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    display: block;
    clear: both;
    margin-bottom: 10px;
}
img.locateRetailer {
    float: right;
    /*margin: 5px 15px 5px 0px;*/
    width: 60px;
    height: 60px;
    margin-top: 0;
}

.box460:hover
{
     border: solid 1px #333333;
}
/************ Misc Pages End**********************************/
/************ Solution Center Begin********************************/
#scTilesContainer a.button.sc-tile {
    height: 111px;
    width: 20%;
    /*margin-bottom: 35px;
    margin-right: 35px;*/
    font-size: 14px;
    margin: 17px 17px;
    vertical-align:top;

}
#scTilesContainer .sc-tile-bg{
    height: 83px;
    width: 83px;
}
#scTilesContainer span.sc-tile-text{
    width: 50%;
}
#scTilesHeaderMenuContainer a.button.sc-tile{
    width: 110px;
    height: 46px;
    vertical-align: top;
}
a.button.sc-tile {
    font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
    font-weight: 500;
    font-style: normal;
    color: #4D555B;
    border-width: 1px;
    border-color: rgb(200, 207, 213);
    border-style: solid;
    margin-top: 10px;
    /*height: 46px;
    width: 122px;
    display: block;
    margin: 0 auto;*/
    display: inline-block;
    background-color: #fff;
    /*float: left;*/
    min-width: 120px;
}


a.button.sc-tile {
    font-size: 12px;
    text-align: left;
}
a.button.sc-tile.sc-active-tile {
    background-color: rgba(77, 85, 91, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}

a.button.sc-tile:hover{
    background-color: #5e666b;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}

.sc-tile-bg {
    height: 32px;
    width: 32px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    float: left;
    margin-right: 1px;
    margin-left: 2px;
}
span.sc-tile-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    display: inline-block;
    padding-left: 5px;
}
#scTilesHeaderMenuContainer{
    margin: 0 auto;
    width: 1060px;
    margin-top: 20px;
}
#scTilesContainer{
    margin: 0 auto;
    width: 1000px;
}
.scChildTilesContainer {
    text-align: center;
}
#scTilesHeaderMenuContainer {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}
.scItem {
    float: left;
    width: 32%;
    height: 313px;
    width: auto;
    height: auto;
    margin: 5px 5px 5px 8px;
    text-align: center;
    min-height: 160px;
}

.scItem img{
    width: 150px;
    height: 85px;
    background-position: center;
    border: none;
    margin: 0 auto;
}
.scItem a{
        width: 235px;
    display: block;
    margin: 0 auto;
}
.scItem span.short-description {
  
    box-shadow: none;
    display: block;
        width: 150px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    }
    .scItemHeader {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: -40px;
}
/************ Solution Center End**********************************/
/*******************Footer - Begin ***************/
#footerPre {
    width: 1000px;
    left: -0px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

#footerPreContent {
    margin: 0 auto;
    padding-top: 10px;
}

#footer-container {
    clear: both;
    /*background: url(//assets.fellowes.com/images/site/footer-fade-bg.png) repeat-x;*/
    padding-top: 10px;
    background-color: #fdfdfd;
    margin-top: -2px;
    border-bottom: 1px solid transparent;
    background-color: rgba(77, 85, 91, 1);
    min-width:1000px;
}

#footer-container-nest {
    background-color: rgba(77, 85, 91, 1);
    margin-bottom: -2px;
    padding-bottom: 20px;
}

#footer-line {
    background-color: rgba(77, 85, 91, 1);
}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 1000px;
    color: #ccc;
}

#footer-nav {
    margin-top: 30px;
    width: 1000px;
    position: relative;
    margin-bottom: 30px;
}

.footer-nav-ul {
    padding: 0;
    margin: 0 0 0 5px;
    font-size: 11px;
    float: left;
    width: 190px;
}

.footer-nav-ul-dynamic {
    width: 215px;
}

.footer-nav-li {
    padding: 0;
    margin: 0 0 10px 0px;
    text-transform: uppercase;
}

.footer-subnav-li {
    padding: 2px 0;
    color: #cccccc;
    font-size: 9px;
}

.footer-ternav-li {
    /*background: url("//assets.fellowes.com/images/site/footer_bullet.png") no-repeat scroll 0 5px transparent;
    padding-left: 10px;*/
}

.nav-item-child {
    background: url("//assets.fellowes.com/images/site/footer_bullet.png") no-repeat scroll 12px 5px transparent;
    padding-left: 10px;
    display: block;
}

a.footer-nav-link, a.footer-nav-link:link, a.footer-nav-link:active, a.footer-nav-link:visited {
    color: #C8CFD5;
}

    a.footer-nav-link:hover {
        color: #FFFFFF;
    }

.footer-subnav-li a, a.footer-links:link, a.footer-links:visited {
    text-decoration: none;
    color: #C8CFD5;
}

    .footer-subnav-li a:hover, a.footer-links:hover {
        color: #FFFFFF;
    }

.footer-subline {
    width: 150px;
    height: 1px;
    left: 0px;
    background-color: #C8CFD5;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.footer-nav-ul-dynamic div.footer-subline:last-child {
    display: none;
}

#footer-logo-line {
    background-color: #C8CFD5;
    width: 1000px;
    height: 1px;
}

#footer-localization
{
    margin-top: -2px;
    float: right;
}


/* Co-Branding Begin */
#fb-container, .fb-container {
    width: 1000px;
    margin: 20px auto 40px;
}

.fbTab {
    float: left;
    margin: 0px 37px;
    /*width: 132px;
    height: 32px;*/
}

div.fbTab.BODYGLOVE
{
    float: right;
    margin-left: 0;
    margin-right:0;
}

    .fbTab.FELLOWES img, .fbTab.BANKERSBOX img, .fbTab.AERAMAXPRO img, .fbTab.EXOLENS img, .fbTab.BODYGLOVE img, .fbTab.OPTRIX img {
        margin-top: 17px;
        margin-left: 9px;
        border: none;
    }

    .fbTab.FELLOWESBRANDS img {
        margin-top: 7px;
        margin-left: 9px;
        border: none;
    }

    .fbTab a {
        width: 95px;
        height: 33px;
        display: block;
        border: none;
    }

    .fbTab.FELLOWESBRANDS {
        width: 80px;
    }

        .fbTab.FELLOWESBRANDS img {
            padding-right: 20px;
            margin-left: -25px;
        }
/* Co-Branding End */

#footer-links {
    width: 1000px;
    height: 20px;
    padding-top: 3px;
    font-size: 10px;
    color: #C8CFD5;
    background: none;
}

/* localization */
#footer-localization.co-brand {
    margin-top: 8px;
}

#current-lang {
    float: right;
    font-weight: 500;
    color: #FFFFFF;
    margin-top:1px;
}



.langBracket
{
    font-size: 12px;
}
.langNoLink
{
    font-size: 10px;
}

#bottom-right-links, .bottom-right-links {
    text-align: right;
    color: #C8CFD5;
    font-size: 10px;
}

.bottom-right-links a {
    color:#fff;
}
#country-selector {
    float: right;
}


dl.dropdown {
    float: right;
    margin: 0;
    padding-right: 5px;
    padding-top: 1px;
}

dl.dropdown.selected {
    float: right;
    margin: 0;
    background-color: #5e666b;
    padding-right: 5px;
    padding-top: 1px;
}

.dropdown dt a
{
    background: no-repeat scroll right 2px;
    display: block;
    padding-right: 0;
}


.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    text-decoration: none;
    outline: none;
}



    .dropdown dt a span {
        cursor: pointer;
        /*padding: 5px;
        text-decoration: underline;*/
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        margin-left: -8px;
    }

.dropdown dd ul {
    background: #5e666b none repeat scroll 0 0;
    border: 1px solid #5e666b;
    color: #C8CFD5;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    /*bottom: 17px;*/
    top:0px;
    width: auto;
    min-width: 165px;
    list-style: none;
    z-Index: 1000;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    text-align: left;
    display: block;
}

    .dropdown dd ul li a:link, .dropdown dd ul li a:active, .dropdown dd ul li a:visited, .dropdown dt a:link, .dropdown dt a:active, .dropdown dt a:visited {
        color: #C8CFD5;
        border-bottom: 0;
    }

    .dropdown dd ul li a:hover {
        color: #FFFFFF;
    }

.dropdown dt a:hover {
    color: #FFCC00;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: -2px;
}

.dropdown img.flagRow, .dropdown img.flagrow {
    height: 16px;
    width: 16px;
}

.flagvisibility {
    display: none;
}

.clear, .clear_margin {
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

/****  Footer - Localization ****/
/****  Footer Precontent ****/
#footerPre {
    width: 1000px;
    left: -0px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

#footerPreContent {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.footerPreBox {
    width: 32%;
    min-height: 100px;
    /*border-right: solid 1px #e0e0e0;
    float: left;*/
    display: inline-block;
    margin-right: 1%;
    padding-left: 80px;
    padding-right: 10px;
    margin-top: 15px;
    /*margin-bottom: 15px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footerPreContent h6 {
    /*font-family: 'Raleway-SemiBold', 'Raleway';*/
    font-size: 14px;
    color: #4D555B;
    text-align: left;
    font-weight: 500;
    margin-top: 1px;
}

#footerPreContent p {
    /*font-family: 'Raleway-Regular', 'Raleway';*/
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #4D555B;
    text-align: left;
}

.star {
    background: url(//assets.fellowes.com/images_v3/site/footer-review_star.png) no-repeat 20px top transparent;
}

.register {
    background: url(//assets.fellowes.com/images_v3/site/footer-register_paper.png) no-repeat 30px top transparent;
}

.manuals {
    background: url(//assets.fellowes.com/images_v3/site/footer-manuals_book.png) no-repeat 30px top transparent;
}

.email {
    background: url(//assets.fellowes.com/images_v3/site/footer-email_subscribe.png) no-repeat 30px top transparent;
}

.social {
    padding-left: 10px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 40%;
}

    .social span {
        /*font-family: 'Raleway-SemiBold', 'Raleway';*/
        font-size: 14px;
        color: #4D555B;
        font-weight: 500;
    }

#socialConnect {
    text-align: center;
    margin-top: 5px;
}

    #socialConnect li {
        /*float: left;*/
        margin-right: 20px;
        list-style-type: none;
        text-align: center;
        display: inline-block;
    }

        #socialConnect li a {
            border: none;
        }

.facebook32 {
    background: url(//assets.fellowes.com/images_v3/site/social_fb.png) no-repeat center center transparent;
    display: block;
    width: 36px;
    height: 35px;
}

.twitter32 {
    background: url(//assets.fellowes.com/images_v3/site/social_twitter.png) no-repeat center center transparent;
    display: block;
  	width: 36px;
    height: 35px;
}

.linkedin32 {
    background: url(//assets.fellowes.com/images_v3/site/social_linkedin.png) no-repeat center center transparent;
    display: block;
    width: 36px;
    height: 35px;
}

.google32 {
    background: url(//assets.fellowes.com/images_v3/site/social_googleplus.png) no-repeat center center transparent;
    display: block;
  	width: 36px;
    height: 35px;
}

.youtube32 {
    background: url(//assets.fellowes.com/images_v3/site/social_youtube.png) no-repeat center center transparent;
    display: block;
  	width: 36px;
    height: 35px;
}

.pinterest32 {
    background: url(//assets.fellowes.com/images_v3/site/social_pinterest.png) no-repeat center center transparent;
    display: block;
    width: 36px;
    height: 35px;
}

.instagram32 {
    background: url(//assets.fellowes.com/images_v3/site/social_instagram.png) no-repeat center center transparent;
    display: block;
	width: 36px;
    height: 35px;
}


/****  Footer Precontent ****/

.feedbackbutton {
    display: none;
}

/*******************Footer - End ***************/

/******************* Home - Begin ***************/

div.home-banner{
    height: 600px;
    width: 100%;
}

/* Bottom Ad */

.bottomadv {
    height: 275px;
}

#categoryTier2Container .bottomadv
{
    height: auto;
}

.bawrapper {
    left: 0;
    right: 0;
    /*position: absolute;*/
    height: 275px;
    background-color: #E5EAEE;
    background-image: url(//assets.fellowes.com/images_v3/misc/refurbished_banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /*background-size: 2000px 275px;*/
    background-color: #E5EAEE;
}

.bacontent {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.bottomadv-title {
    border-width: 0px;
    position: absolute;
    left: 12px;
    width: 484px;
    height: 37px;
    top: 50px;
}

    .bottomadv-title p {
        font-family: 'Raleway-Regular', 'Raleway';
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        color: #4D555B;
        text-align: center;
    }


.bottomadv-copy {
    border-width: 0px;
    position: absolute;
    left: 12px;
    width: 500px;
    height: 19px;
    text-align: center;
    top: 100px;
}

    .bottomadv-copy p {
        font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        color: #666666;
    }

.bottomadv-button {
    position: absolute;
    left: 125px;
    top: 150px;
    background-color: #4D555B;
    color: #fff;
}

.bottomadv-button span
{
    line-height: 30px;
}

.bottomadv-button:hover
{
  background-color: #5e666b;
}

/* Bottom Ad */
/* Product tiles */
.midrow {
    /* float: left; */
    width: 100%;
    margin: 30px 0 0;
    height: 250px;
}

.midrow-container {
    display: inline-block;
    width: 197px;
}

a.midrow-container {
    height: 250px;
}

.col-tiles {
    /*float: left;*/
}

.home-tiles {
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 5px;
    box-sizing: border-box;
    opacity: 1.0;
}


    .home-tiles:hover {
        opacity: 0.7;
    }

.tiles-title {
    width: 190px;
    height: 14px;
    display: inline-block;
    opacity: 0.8;
    float: left;
}

    .tiles-title p {
        word-wrap: break-word;
        font-size: 12px;
        text-align: center;
        font-weight: 500;
        font-style: normal;
        margin-top: 10px;
    }

    .tiles-title:hover {
        color: #4D555B;
        opacity: 1.0;
    }


.midrow-category {
    /* height: 100px; */
    position: relative;
    /*margin-top: 30px;*/
    margin-bottom: 17px;
}

.tiles-button {
    font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
    font-weight: 500;
    font-style: normal;
    color: #4D555B;
    /* position: absolute; */
    border-width: 1px;
    border-color: #4D555B;
    border-style: solid;
    margin-top: 10px;
    width: 250px;
    /* left: 35%; */
    display: block;
    margin: 0 auto;
}

a.button.tiles {
    font-size: 16px;
    line-height: 30px;
    width: 250px;
}


.button.tiles {
    color: #4D555B;
    border: 1px;
}

    .button.tiles:hover {
        background-color: #4D555B;
        color: #ffffff;
    }

/* Product tiles */
/* Widget - Product tiles */
div.homewidget-tile{
    margin-top: 10px;
}
div.homewidget-tile a.homewidget-anchor{
    position:relative;
    display: block;

    width: 480px;
    height: 412px;
}
a.homewidget-anchor div.homewidget-info{
    position: absolute;
    bottom: 0;
}
div.homewidget-tile img{
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
div.homewidget-tile img.top:hover {
  opacity:0;
}

.homewidget-container {
    width: 1000px;
    height: 100%;
    font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
    font-weight: 500;
    font-style: normal;
    text-align: left;
    line-height: 25px;
    color: #4D555B;
    margin-top: 60px;
}

    .homewidget-container section {
        display: inline-block;
        position: relative;
    }

img.homewidget-container {
    cursor: pointer;
}

a.homewidget-container {
    text-decoration: underline;
}

.homewidget-container h1 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.homewidget-container p {
    font-size: 12px;
    margin-top: -5px;
}

#carouselHomePage .carousel-inner {
    height: 100%;
}

.parallax_classic_texts {
    position: static;
}

.center {
    text-align: center;
}

.homewidget-heading {
    margin-bottom: 20px;
}

.homewidget-heading h1 {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #4D555B;
    text-align: center;
}

.homewidget-heading p {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #4D555B;
    text-align: center;
}

#carouselHomePage
{
    position: inherit;
}

/* Widget - Product tiles */

/******************* Home - End ***************/
/******************* Product Category and Sub- Category - Begin ***************/
#productHomeContainer.loading,
#listingContainer.loading,
#categoryListing.loading,
#subCategoryContainer.loading,
#productDetailsContainer.loading,
#search-wrapper.loading,
#clearance-wrapper.loading,
#featuredProducts-wrapper.loading,
#pnlOrderDetailsContainer.loading
{
    height: 100px;
}

#subCategoryContainer, #categoryListing, #listingContainer, #filterSidebar, #productDetailsContainer, #catCopy {
    margin-top: 30px;
}

#bannerContainer.loading,
#pdAlsoBuy.loading,
#categoryTier1Container.loading,
#categoryTier2Container.loading,
#virtualBox.loading,
#productDetailsBanner.loading,
#details-tabs-section.loading,
#productDetailsContainer.loading div#productDetailsImageContainer,
#productDetailsContainer.loading div#productDetailsDescContainer,
#productHomeContainer.loading div.allProductsContainer,
#categoryListing.loading #catBoxes,
#subCategoryContainer.loading #subCatBoxes,
#listingContainer.loading #product-container,
#filterSidebar.loading #filterContainer,
#compare-container.loading #catCopy,
#search-wrapper.loading #search-container,
#search-wrapper.loading .no-results,
#clearance-wrapper.loading #clearance-container,
#clearance-wrapper.loading .no-results,
#featuredProducts-wrapper.loading #featureProducts-container,
#featuredProducts-wrapper.loading #fp-container,
#featuredProducts-wrapper.loading .no-results,
#filterSidebar.loading,
#register-content.loading,#product-register.loading,
#pnlOrderDetails.loading
{
    display: none;
}

div#listingContainer div.preloader-wrapper{
    left: 64%;
}

div#search-wrapper div.preloader-wrapper{
    left: 64%;
}

div#clearance-wrapper div.preloader-wrapper{
    left: 50%;
}

div#featuredProducts-wrapper div.preloader-wrapper{
    left: 50%;
}

#productDetailsBanner{
    background-color: #e5eaee;
    height: 185px;
    overflow: hidden;
    display: none;
}

.product-details-banner-header {
    color: #333333;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.product-details-banner-header .banner-details-title {
    font-size: 28px;
    position: absolute;
}

.product-details-banner-header .banner-details-crc {
    position: absolute; 
    top: 30px; 
    font-size: 12px;
    font-weight: 700;
    color: rgba(77, 85, 91, 0.5);
}

.product-details-banner-header .banner-details-copy {
    font-size: 20px;
    width: 586px;
    word-wrap: break-word;
    position: absolute;
    top: 60px;
    color: rgba(77, 85, 91, 0.5);
}

.product-details-banner-header .banner-details-image {
    width: 400px; 
    height: 200px; 
    background-repeat: no-repeat; 
    background-position: center top;
    right: -20px; 
    position: absolute;
}

#catBoxes, #subCategoryContainer
{
    text-align: center;
}

.catBox, .subCatBox {
    width: 310px;
    height: 390px;
    border: solid 1px #e6e6e6;
    /*float: left;*/
    margin: 0px 10px 20px 10px;
    padding: 10px;
    text-align: center;
    position: relative;
    /*
    -webkit-box-shadow: 0 4px 8px 0 #efefef, 0 6px 20px 0 #efefef;
    -moz-box-shadow: 0 4px 8px 0 #efefef, 0 6px 20px 0 #efefef;
    box-shadow: 0 4px 8px 0 #efefef, 0 6px 20px 0 #efefef;
    */
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
    display: inline-block;
    vertical-align: top;
}

.catBox h3, .subCatBox h3 {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: rgb(77, 85, 91);
    text-align: center;
    margin-top: 20px;
}

.catBox p, .subCatBox p {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: rgb(77, 85, 91);
    text-align: center;
    margin-top: 20px;
}
.catBox img
{
    margin-top: 20px;
}

.catBox img, .subCatBox img {
    /*margin-top: 20px;*/
}

.catBox:hover, .subCatBox:hover {
    border: solid 1px #333333;
    /*
    -webkit-box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc;
    -moz-box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc;
    box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc;
    */
}
.catBox .info .copy{
    height: 111px;
}
.subCatBox .info .copy{
    height: 56px;
}

#virtualBox {
    margin: 30px auto 30px auto;
    max-width: 1000px;
    min-width: 790px;
    /*height: 315px;*/
    height: auto;
    text-align: center;

}

.vBox {
    width: 33%;
    height: 315px;
    /*float: left;*/
    font-size: 14px;
    position: relative;
    opacity: 1.0;
    display: inline-block;
}

    .vBox:hover {
        opacity: 0.7;
    }

    .vBox img {
        height: 315px;
        /*position: absolute;*/
    }

    .vBox span {
        position: absolute;
        top: 10px;
        left: 15px; 
        font-family: 'Raleway-Regular', 'Raleway';
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        color: #4D555B;
        text-align: left;
        word-wrap: break-word;
        width: 90%;
        /*text-align: left;
        margin-left: 5px;*/
    }

.virtualbox-header {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: rgb(77, 85, 91);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#banner {
    left: 0;
    right: 0;
    height: 275px;
    position: relative;
}

#banner img
{
    width: 100%;
}

.banner-header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 60px;
}

.banner-header h1 {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    position: absolute;
}

.banner-header p {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin-top: 50px;
    position: absolute;
    width: 600px;
    text-align: justify;
}

.productBanner .banner-header 
{
    top: -150px;
}

.productBanner .banner-title, .productBanner .banner-copy
{
    color: #666666;
    width: 590px;
}

 #SCBannerContainer .banner-title, #SCBannerContainer .banner-copy
{
    color: #666666;
    width: 590px;
}

.apHeader
{
    height: 50px;
    margin-bottom: 10px;
    background-color: rgba(77, 85, 91, 1);
    color: #fff;
    padding-top: 5px;
}

.apHeader h2{
    color: #fff;
    margin-left: 5px;
    padding-top: 5px;
    width: 1000px;
    margin: 0 auto;
}

.allProductsContainer{
    padding-bottom: 30px;
}

.apProductTitle
{
    font-size: 25px;
    border-bottom: solid 1px #ccc;
    margin-top: 30px;
    /*
    -webkit-box-shadow: 0 4px 4px -2px #efefef;
    -moz-box-shadow: 0 4px 4px -2px #efefef;
    box-shadow: 0 4px 4px -2px #efefef;
    */
}

.apProduct
{
    width: 1000px;
    margin: 0 auto;
}

div#producBoxes{
    padding-left: 20px;
}

.productBox
{
    width: 200px;
    height: 200px;
    display: inline-block;
    border: solid 1px #ccc;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
    padding-left: 5px;
    padding-right: 5px;
    /* padding-bottom: 10px; */
    position: relative;
}

.productBox h3
{
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    height: 55px; /*Prevent div from expanding from text overflow*/
    overflow: hidden; /*Prevent div from expanding from text overflow*/
}

.productBox  img
{
    width: 150px;
    height: 150px;

}

.productBox:hover{
    border: solid 1px #333333;
    /*
    box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc;
    -webkit-box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc;
    -moz-box-shadow: 0 4px 8px 0 #ccc, 0 6px 20px 0 #ccc;
    */
}

/******************* Product Category and Sub- Category - End ***************/

/*******************Authentication Page - Form Control - Begin   *************************/
.contentList div, .contentList ol, .contentList ul, .contentList p, .contentList p ul, .contentList p ol, .contentList p div, .contentList .about-us-normal {
    font-size: 14px;
    color: #666666;
    line-height: 150%;
    display: block;
    margin-top: 10px;
    text-align: justify;
}

.form-control, .formTxtBx {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.formTxtBx
{
    width:420px;
}
#generic-page-title-smallmargin, .generic-page-title-smallmargin {
     /* margin: 15px 0px 15px 6px; */
    font-family: 'raleway','sans-serif';
    font-size: 22px;
    color: #58595b;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

#generic-page-title-smallmargin, .generic-page-title-smallmargin {
    margin-bottom: 10px;
    margin-top: 10px;
}

#registration-container table {
    width: 90%;
}

#registration-container .Question {
    width: 49%;
    float: left;
    margin-right: 7px;
}

#registration-container .Answer {
    width: 49%;
}

#login-container .button.login-button {
    padding-top: 6px;
    float: right;
}

#login-fieldset input[type=checkbox], input[type=radio] {
    line-height: normal;
    margin: 0;
}

.pwd
{
    float: right;
}

.modal .button:hover, .stepSection .button:hover, .couponInput .button:hover, .vcshipping .button:hover, #checkoutButtons .button:hover, #login-container .button:hover, #registration-container .button:hover, .contentList .button:hover {
    /*background: #4D555B;
    color: #ffffff;*/
    background: #5e666b;
    color: #ffffff;
}

.modal .button, .stepSection .button, .couponInput .button, .vcshipping .button, #checkoutButtons .button, #login-container .button, #registration-container .button, .contentList .button {
    /* width: 250px; */
    background: #4D555B;
    color: #ffffff;
    border: solid 1px #4D555B;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: normal;
    text-transform: uppercase;
    min-width: 160px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

#registration-container .button {
    padding-top: 6px;
    float: right;
}

.contentList .button {
    padding-top: 6px;
    width:160px;
}

.contentList table
{
    width: 100%;
}

.contentList td, th{
    padding: 5px;
}

.contentList h1
{
    font-size: 26px;
}

.PageCopy
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.aboutus p
{
    width: 98%;
    margin-bottom: 20px;
}

.aboutus  a.button.large
{
    width: 100%;
    text-transform: none;
    display: inline-block;
    line-height: 16px;
    font-weight: 500;
}


#login-container p a {
    border-bottom: 1px dotted #000;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #4D555B;
    -webkit-box-shadow: inset 0 1px 1px rgba(6,190,240,.075), 0 0 8px rgba(88,89,91,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(6,190,240,.075), 0 0 8px rgba(88,89,91.6);
    box-shadow: inset 0 1px 1px rgba(6,190,240,.075), 0 0 8px rgba(88,89,91,.6);
}

input.error, textarea.error, select.error {
    border: 1px solid red;
    /* padding: 0px; */
    background: url(//assets.exolens.com/images/site/fade-butt-red.png) repeat-x;
}

.error {
    /* margin-left: .6em; */
    color: red;
    font-weight: 700;
}
/*******************Authentication Page - Form Control - End   *************************/
/*******************Checkout Page - Begin   *************************/
/*** View Cart ***/

.viewcart-page {
}

#CartPanel {
    width: 1000px;
    margin: 0 auto;
}

#cartEmptyMessage {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
}

#shoppingCartTable {
    width: 100%;
    margin: 20px 0;
}

#cart-notifications {
    clear: both;
}

#shoppingCartTable tr {
    border-bottom: solid 1px #E4E4E4;
}

#shoppingCartTable th {
    border-top: solid 1px #E4E4E4;
    /*padding: 10px 0;*/ 
    padding: 10px; /*Align item heading with line items*/
    border-bottom: solid 1px #E4E4E4;
    font-family: 'raleway','sans-serif';
    color: #555;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

#shoppingCartTable .tCenter {
    text-align: center;
}

#shoppingCartTable td {
    font-family: 'raleway','sans-serif';
    font-size: 14px;
    padding: 10px;
    display: table-cell;
}
#shoppingCartTable td.vcImage {
    text-align: center;
}

#shoppingCartTable td.vcTotalCol {
    font-weight: bold;
}

#shoppingCartTable tr.promo span.amount,
#quick-cart-panel-menu div.row.promo div.topVCPrice span.amount,
#cart-review-panel tr.promo span.amount{
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(77, 85, 91, 0.6);
}

#shoppingCartTable tr span.amount,
#quick-cart-panel-menu span.amount,
#cart-review-panel span.amount{
    display: block;
}

#shoppingCartTable tr span.promo-amount,
#quick-cart-panel-menu span.promo-amount,
#cart-review-panel span.promo-amount{
    display: none;
}

#shoppingCartTable tr.promo span.promo-amount,
#quick-cart-panel-menu div.row.promo span.promo-amount,
#cart-review-panel tr.promo span.promo-amount{
    display: block;
}
span.promo-amount{
    color: #ff3a47;
}
#quick-cart-panel-menu div.row.promo span.promo-amount{
    margin-top: -10px;
}
td.ckORCost div{
    display: inline-block;
}
#cart-review-panel tr.promo td.ckORCost div{    
    position: relative;
    top: 8px;
}
td.ckORCost span.seperator{    
    margin-right: 5px;
    margin-left: 5px;
}

.myTOBtns .button{
    padding: 6px;
    color: #fff;
}
.myTOBtns i
{
    padding-right: 5px;
}


div.couponShippingContainer{
    float: left;
    width: 632px;
    border-right: solid 1px #E4E4E4;
}

#vcCouponBox, #vcShippingBox, #vcTotalBox {
    min-height: 150px;
    margin-bottom: 10px;
    float: left;
}

#vcCouponBox {
    width: 330px;
    border-right: solid 1px #E4E4E4;
    padding-right: 1%;
    margin-right: 3%;
}

#vcCouponBox h4, #vcShippingBox h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.couponInput, .couponApplied, .vcshipping {
    margin: 10px 0;
}

.couponApplied {
    font-size: 12px;
    padding: 10px 10px 0;
    border: 1px solid rgba(77, 85, 91, 0.30);
    margin-top: -14px;
    background-color: rgba(77, 85, 91, 0.04);
    width: 280px;
}

input#txtPostalCode, input#txtCouponCode {
    border-radius: 0px;
    background-color: #f7f7f7;
}

.couponInput input[type="text"], .vcshipping input[type="text"] {
    float: left;
    margin-right: 0px;
    width: 245px;
}

.couponInput input[type="button"], .vcshipping input[type="button"] {
    padding-top: 3px;
}

.button.btn-calc-shipping-trigger, .button.btn-calc-coupon-trigger {
    width: 35px;
    height: 34px;
    min-width: 0px;
}

.button.btn-calc-shipping-trigger, .button.btn-calc-shipping-trigger:hover{
    background-image: url(//assets.fellowes.com/images_v3/icons/calculate.png);
    background-repeat: no-repeat;
    background-position: center;
}

.button.btn-calc-coupon-trigger, .button.btn-calc-coupon-trigger:hover{
    background-image: url(//assets.fellowes.com/images_v3/icons/add.png);
    background-repeat: no-repeat;
    background-position: center;
}

#vcShippingBox {
    margin-left: 10px;
}

#vcTotalBox {
    width: 33.8%;
    float: right;
    margin-right: 30px;
}

#vcTotalBox li {
    padding: 0 0 35px;
    clear: both;
}

#vcTotalBox h5 {
    font-size: 14px;
    float: left;
    text-align: right;
    font-weight: 600;
    width: 70%;
}

#vcTotalBox p {
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin: 0;
}

.hr15 {
    border-top: solid 1px #E4E4E4;
}

.vcQty input {
    height: 30px;
    width: 50px;
    float: left;
    border-radius: 0px;
    padding-right: 0px;
    background-color: #f7f7f7;
}

.qtyUpdate {
    float: left;
    margin-left: 10px;
    margin-top: -1px;
}

    .qtyUpdate input[type=submit] {
        background: transparent;
        border: 0;
        color: #555;
        font-size: 12px;
        display: block;
        text-align: left;
        margin: 0;
        padding: 0;
        height: 15px;
    }

    .qtyUpdate a {
        font-size: 12px;
        display: block;
        border-bottom: none;
        text-align: left;
    }

#checkoutButtons a {
    padding-top: 6px;
}

.rule {
    border-bottom: solid 1px #E4E4E4;
    height: 1px;
    margin: 15px 0px;
}

#pdAlsoBuy
{
    text-align: center;
}


#pdAlsoBuy h3 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin: 25px;
}

.pdAlsoBuyItem {
    /*float: left;*/
    text-align: center;
    width: 196px;
    padding: 0 10px;
    height: 300px;
    display: inline-block;
}

p.ymlPrice {
    /*margin: 0;*/
    /*padding: 0;
    float: none;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    text-align: center;*/

    color: rgb(77, 85, 91);
    font-size: 20px;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;

}

#pdAlsoBuy .pdAlsoBuyItem .atcbutton-sm {
    width: 135px;
    height: 28px;
    background: #FDB913;
    margin: 10px 0 0;
    border: none;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    clear: both;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 500;
    margin: 10px auto;
}

    #pdAlsoBuy .pdAlsoBuyItem .atcbutton-sm:hover {
        background: #4D555B;
        color: #fff;
    }

.pdAlsoBuyItem a {
    border-bottom: none;
}

.ymlDesc {
    min-height: 53px;
}

#pdAlsoBuy .ymlDesc p {
    max-height: 55px;
    overflow: hidden;
    min-height: 55px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}
div.couponInfo{
    background: url(//assets.fellowes.com/images_v3/icons/coupon.png) no-repeat scroll left top;
    padding-left: 25px;
    margin-left: 5px;
    margin-bottom: 4px;
}
div.couponInfo:last-child {
     margin-bottom: 10px;
}
div.couponInfo span.couponCode {
    padding-left: 5px;
    font-weight: 700;
    width: 120px;
    display: inline-block;
}
.couponApplied a {
    
}
.couponApplied a.remove-coupon-cart-trigger:hover .fa-trash{
    color: red;
}
/*** View Cart ***/
/**** Address Validation  *****/

#avs-dialog.modal {
    display: none;
    position: fixed;
    top: 10%;
}
#avs-dialog .button.btn-wide {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 200px;
    position: absolute;
    bottom: 0;
}
#avsLeft .button.btn-wide{
    left:20px;
}
#avsRight .button.btn-wide {
    left: 60px;
}
div#avs-dialog .modal-content{
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.avsRight {
    width: 55%;
    float: right;
    padding-left: 4%;
    border-left: solid 1px #c9c9c9;
    min-height: 170px;
    position: relative;
}

.avsLeft {
    width: 40%;
    float: left;
    min-height: 170px;
    position: relative;
}
.avsLeft h4{
    margin-bottom: 10px;
    font-size: 16px;
}
.avsLeft p
{
    font-size: 12px;
}
.avsRight h4
{
    font-size: 16px;
}

.avsRight span
{
    font-weight: 500;
}

div.avsRight
{
    font-size: 12px;
}

#avs-dialog h2, #avs-dialog h3 {
    color: #555;
    font-size: 16px;
}

.avsRight table {
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
}
/*** Login popup ***/
#login-dialog.modal .modal-dialog{
    margin: 0;
    width: 560px;
}
#login-dialog.cmodal .modal-dialog{
    margin: 0;
    width: 729px;
}
#login-dialog.modal,
#login-dialog.cmodal{
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    border: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    padding: 0px !important;
    padding-right: 0px !important;
}
div#login-dialog .modal-content{
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
div#login-dialog.modal {
    width: 560px;
    min-width: 560px;
    max-width: 560px;
    height: 290px;
    min-height: 290px;
    max-height: 290px;
}
div#login-dialog.cmodal {
    width: 729px;
    min-width: 729px;
    max-width: 729px;
    height: 385px;
    min-height: 385px;
    max-height: 385px;
    left: 45%;
}
div.modal-header{
    padding: 10px 15px;
    background-color: #4d555b;
    color: #fff;
}
div.modal-header h3,
div.modal-header h4{
    color: #fff;
}
div.modal-header .close{
    color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.8
}
div.cmodal div.modal-header #loginHeader {
    display: none;
}

div.cmodal .modal-header #loginOptions {
    display: block;
}

div#login-dialog div.modal-body {
    overflow: hidden;
    padding: 15px 15px 10px;
}

div.cmodal .loginLeft {
    display: block;
    width: 270px;
    float: left;
    min-height: 260px;
    max-height: 260px;
    position: relative;
}
div.cmodal .loginRight {
    width: 400px;
    float: right;
    padding-left: 20px;
    border-left: solid 1px #c9c9c9;
}

.modal h1, .modal h2, .modal h3, .modal h4, .modal h5 {
    font-weight: 700;
}

div.validationError {
    margin-top: -5px;
    margin-bottom: 5px;
    color: #924949;
    z-index: 2250;
    white-space: nowrap;
    /* background-color: #F3E6E6; */
    padding: 2px 6px;
    font-size: 8pt;
}

a#ckGuestBut {
    /*padding-right: 31px;*/
    padding-top: 7px;
    font-size: 12px;
    position: absolute;
    left: 40px;
    bottom: 50px;
}

#ckGuestBut {
    width: 200px;
    /* float: left; */
    margin: 0 auto;
    display: inherit;
}

div.cmodal .loginRight h4 {
    display: block;
}

div.cmodal .loginRight p {
    display: block;
}

fieldset.loginGroup {
    padding-left: 75px;
    background: url(//assets.fellowes.com/images_v3/icons/login-dialog.png);
    min-height: 145px;
    background-repeat: no-repeat;
    background-position: left center;
}

div.cmodal fieldset.loginGroup {
    min-height: 190px;
}

div#login-dialog div.frm-login-input {
    padding: 5px 30px;
}

div.frm-login-input label {
    width: 90px;
    float: left;
}

div.frm-login-input label {
    margin-top: 0;
}

#login-dialog.modal.modal div.frm-login-input input {
    width: 300px;
    float: left;
}

#login-dialog.modal.cmodal div.frm-login-input input {
    width: 260px;
    float: left;
}

div.frm-login-status,
div.frm-guest-status {
    height: 24px;
    font-size: 10px;
    margin: 0 10px;
    width: 100%;
    margin-left: 0px;
    position: relative;
}

div.frm-guest-status {
    bottom: 0px;
    position: absolute;
}

div.frm-login-info {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.7);
    padding: 2px;
    border: 1px #CCC double;
    clear: both;
    text-align: center;
}

div.frm-login-info.success {
    background-color: rgba(0, 128, 0, 0.7);
}

div.frm-login-info span, 
div.progressbar span {
    color: #fff;
    font-weight: 700;
}

.progressbar.frm-login-progress,
.progressbar.frm-guest-progress {
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #eee;
    padding: 2px;
    /* margin: .6em 0; */
    border: 1px #CCC double;
    clear: both;
}

.progressbar.frm-login-progress .progress,
.progressbar.frm-guest-progress .progress {
    background-color: #0072bc;
    color: #fff;
    height: 15px;
    width: 100%;
    float: left;
    -webkit-animation: progress 0.5s 1 forwards;
    -moz-animation: progress 0.5s 1 forwards;
    -ms-animation: progress 0.5s 1 forwards;
    animation: progress 0.5s 1 forwards;
    text-align: center;
    position: relative;
}

.progressbar.frm-login-progress .pbaranim,
.progressbar.frm-guest-progress .pbaranim {
    position: absolute;
    height: 15px;
    width: 100%;
    overflow: hidden;
    background: url('//assets.fellowes.com/images/site/loading-wave.gif') repeat-x;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}

#login-dialog .modal-footer {
    padding-top: 12px;
    padding-bottom: 13px;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

div.frm-links {
    padding: 0;
    float: left;
    text-align: left;
}

div.frm-links a {
    font-size: 10px;
    display: block;
    background: none;
}

div.frm-login-button {
    padding: 0;
    float: right;
}

.frm-login-button .button {
    padding-top: 6px;
}

.frm-login-button .button.lookup {
    min-width: 170px;
}

.horizontal {
    display: inline-block;
}
/*** Login popup ***/

.row-fluid.checkoutPanelsContainer {
    width: 945px;
    margin: 0 auto;
}

.ckColLeft {
    float: left;
    width: 49%;
    margin: 10px 0 20px;
}

#billToAddressEntry {
    display: none;
}

.step-arrow_box {
    position: relative;
    padding: 5px;
}

    .step-arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .step-arrow_box:after {
        border-color: rgba(253, 184, 19, 0);
        border-top-color: #58595b;
        /*#59ccf2*/
        border-width: 10px;
        margin-left: -10px;
    }

    .step-arrow_box:before {
        border-color: rgba(226,167,73,0);
        border-top-color: #05a0ca;
        /*#59ccf2*/
        border-width: 16px;
        margin-left: -16px;
    }

.stepSection {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sameAddress {
    background: #e9e9e9;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    margin-bottom: 10px;
}


.ckColRight.drop-shadow.lifted h4, #vcCouponBoxRight h4, #shippingInfoPanel h3, #shipMethodPanel h3, #paymentPanel h3, #reviewPanel h3 {
    font-size: 20px;
    /*color: #000;*/
    font-weight: 400;
}

.ckActive {
    background: #58595b;
    box-shadow: 0 2px 0px #58595b;
    color: #fff;
}

#shippingInfoPanel.ckActive h3, #shipMethodPanel.ckActive h3, #paymentPanel.ckActive h3, #reviewPanel.ckActive h3 {
    color: #fff;
}

.default-page {
    /*width: 1000px;*/
    margin: 0 auto;
    width: 100%;
    /*margin-right: 2%;
    margin-left: 2%;*/
}

.form-control {
    margin-bottom: 10px;
}

.ckColRight {
    background: rgba(77, 85, 91, 0.03);
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px rgba(77, 85, 91, 0.25);
    margin: 10px 0 20px;
    float: right;
    width: 49%;
}

.step {
    background: rgba(77, 85, 91, 0.15);
    border: solid 1px rgba(77, 85, 91, 0.2);
    padding: 5px;
    margin-bottom: 5px;
}

.stepSection {
    margin-top: 20px;
    margin-bottom: 65px;
}
#paymentEntry .stepSection,
#reviewEntry .stepSection{    
    margin-bottom: 20px;
}

.stepSection .button {
}

.pull-right {
    float: right;
}


.smReview {
    background: rgba(77, 85, 91, 0.05);
    margin: 0px auto 10px;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px rgba(77, 85, 91, 0.2);
    position: relative;
    font-size: 14px;
}

.shipmethodContent {
    display: none;
}

.pbReview {
    background: rgba(77, 85, 91, 0.05);
    margin: 0px auto 10px;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px rgba(77, 85, 91, 0.2);
    position: relative;
    font-size: 14px;
}

.payment-section {
    position: relative;
    /*margin-top: 60px;*/
    display: none;
}

.reviewContent {
    display: none;
    text-align: center;
}

div#shippingInfoEntry,
div#shipMethodEntry,
div#reviewEntry{
    border: 1px solid rgba(77, 85, 91, 0.25);
    background-color: rgba(77, 85, 91, 0.01);
    padding: 0 10px;
    margin-bottom: 20px;
}

.siReview {
    background: rgba(77, 85, 91, 0.05);
    margin: 0px auto 10px;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px rgba(77, 85, 91, 0.2);
    position: relative;
    font-size: 14px;
}

.vcShippingOptions input[type=radio].css-checkbox + label.css-label
{
    font-weight: 500;
}

.editBox {
    position: absolute;
    top: -1px;
    right: 0;
    background: #4d555b;
    color: #fff;
    padding: 2px 10px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #999;
    cursor: pointer;
    font-style: italic;
    font-size: 11px;
}

.siReview h5, .smReview h5, .pbReview h5 {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: solid 1px #c9c9c9;
    font-weight: bold;
}

#ckUseCurrentAddress, #ckUseValidatedAddress {
    /*bottom: 10%;*/
    position: absolute;
}

/* End AVS Dialog */
/* Payment Section */
.payment-section; {
    position: relative;
    margin-top: 60px;
    display: none;
}

.payment-section .accordian-tab {
    margin: 0 0 14px;
    position: relative;
}

.white-card {
    background: rgba(77, 85, 91, 0.01);
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    padding: 5px;
}

.content-title {
    cursor: pointer;
    line-height: 30px;
    padding: 0 10px;
}

.content-title .title {
    float: left;
}

.content-title .sub-title {
    float: right;
    font-size: 14px;
}

.content-title .icon {
    display: inline-block;
    margin: 0 0 0 10px;
    float: right;
    -webkit-transition: opacity .4s ease;
    opacity: .8;
}

body.fellowes input[type=radio].css-checkbox, body.fellowes input[type=checkbox].css-checkbox {
    display: none;
}
input.compareCheckbox.css-checkbox {
    display: inline-block !important;
}
body.fellowes input[type=radio].css-checkbox:checked + label.css-label {
    background-image: url(//assets.fellowes.com/images/site/lite-grey-radio-on.png);
}

body.fellowes input[type=radio].css-checkbox + label.css-label {
    background-image: url(//assets.fellowes.com/images/site/lite-orange-radio-off.png);
}

input[type=radio].css-checkbox + label.css-label {
    padding-left: 19px;
    min-height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /* font-size: 14px; */
    vertical-align: middle;
    cursor: pointer;
}

body.fellowes input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image: url(//assets.fellowes.com/images/site/lite-grey-check-on.png);
}

body.fellowes input[type=checkbox].css-checkbox + label.css-label {
    background-image: url(//assets.fellowes.com/images/site/lite-orange-check-off.png);
}

body.fellowes input[type=radio].css-checkbox + label.css-label span,
body.fellowes input[type=radio].css-checkbox + label.css-label strong {
    opacity: 0.45;
}

body.fellowes input[type=radio].css-checkbox:checked + label.css-label span,
body.fellowes input[type=radio].css-checkbox:checked + label.css-label strong {
    opacity: 1;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 19px;
    min-height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /* font-size: 14px; */
    vertical-align: middle;
    cursor: pointer;
}

.creditcard-container span.icon, .cc-container span.icon {
    margin: 4px 0 0 4px;
    width: 32px;
    height: 22px;
    background-repeat: no-repeat;
}

.creditcard-container span.icon.visa, .cc-container span.icon.visa {
    background-image: url(//assets.fellowes.com/images/site/pay_cc_visa.png);
}

.creditcard-container span.icon.mastercard, .cc-container span.icon.mastercard {
    background-image: url(//assets.fellowes.com/images/site/pay_cc_mastercard.png);
}

.creditcard-container span.icon.discover, .cc-container span.icon.discover {
    background-image: url(//assets.fellowes.com/images/site/pay_cc_discover.png);
}

.creditcard-container span.icon.diner, .cc-container span.icon.diner {
    background-image: url(//assets.fellowes.com/images/site/pay_cc_diner.png);
}

.creditcard-container span.icon.americanexpress, .cc-container span.icon.americanexpress {
    background-image: url(//assets.fellowes.com/images/site/pay_cc_americanexpress.png);
}

/*.paypal-container span.icon {
    margin: 0 0 0 10px;
    background-image: url(//assets.fellowes.com/images/site/pay_paypal.png);
    width: 107px;
    height: 32px;
}*/

body.fellowes .paypal-button-container input[type=radio].css-checkbox + label.css-label {
    background-position: 0 8px;
}

body.fellowes .paypal-button-container input[type=radio].css-checkbox + label.css-label span {
    font-size: 12px;
    display: block;
    font-weight: normal;
}

.paypal-container span.icon {
    margin: 2px 0 0 4px;
    width: 40px;
    height: 26px;
    background-repeat: no-repeat;
}

.paypal-container li.paypal-button label span.icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 100px;
    height: 26px;
    padding: 0;
    margin: 0 7px 5px;
}

.paypal-container div.content-title span.icon.paypal {
    background-image: url(//www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png);
}

.paypal-container div.content-title span.icon.paypalcredit {
    background-image: url(//www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-small.png);
}

.paypal-container li.paypal-button-paypal label span.icon {
    background-image: url(//www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png);
}

.paypal-container li.paypal-button-paypalcredit label span.icon {
    background-image: url(//www.paypalobjects.com/webstatic/en_US/i/buttons/PP_credit_logo_h_100x26.png);
    margin-left: -4px;
}

.paypal-banner-wrapper.hide {
    display: none;
    visibility: hidden;
}

.payment-section .accordian-tab h5 {
    display: inline;
    margin: 0 20px 0 5px;
}

.payment-section .accordian-arrow {
    margin: 0;
    display: inline-block;
    height: 12px;
    width: 16px;
    background-image: url(//assets.fellowes.com/images/site/arrows.png);
    background-position: -18px -272px;
}

.payment-section .opencard .accordian-arrow {
    background-position: 0 0;
}

.payment-section .opencard {
    border: 1px solid rgba(77, 85, 91, 0.25);
}

.creditcard-container .fadeslide-content, .cc-container .fadeslide-content {
    max-height: 4500px;
}

.content-card {
    margin: 0 14px;
}

.content-card hr.content-hr {
    margin: 5px 0 10px;
    border-width: 1px 0 0;
    border-color: #d9d9d9;
    border-style: solid;
    background: -moz-linear-gradient(left center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%) repeat scroll 0 0 rgba(0,0,0,0);
}

.content-card .title-card strong {
    font-size: 16px;
}

.fadeslide-content {
    opacity: 1;
    overflow: hidden;
    max-height: 1999px;
}

.card-display-container ul {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    width: 100%;
}

    .card-display-container ul li {
        height: 45px;
        line-height: 45px;
        text-align: left;
        float: left;
        padding: 0;
    }

        .card-display-container ul li.radio-selection {
            /*width: 75%;*/
        }

            .card-display-container ul li.radio-selection label.css-label {
                /*padding: 15px 0;*/
                cursor: pointer;
                background-position: 0 7px;
            }

.credit-card-icon {
    display: inline-block;
    text-indent: -9999px;
    background-image: url(//assets.fellowes.com/images/site/pay_cc_entry_2.png);
    background-size: 40px 300px;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 43px;
    height: 26px;
    padding: 0;
    margin: 0 7px 5px;
}

.visa .credit-card-icon {
    background-position: 2px -82px;
}

.mastercard .credit-card-icon {
    background-position: 2px -154px;
}

.discover .credit-card-icon {
    background-position: 2px -226px;
}

.americanexpress .credit-card-icon {
    background-position: 2px -262px;
}

.card-number, .card-number-pre {
    font-weight: 400;
}

.card-number-pre {
    margin-left: 40px;
}

.card-expires {
    padding: 0 5px 0 10px;
    margin-left: 40px;
}

    .card-expires span {
        padding: 0;
    }

.card-display-container ul li.edit-card {
    width: 24%;
    text-align: right;
}

.card-display-container .cvv-input {
    padding: 0;
    margin-right: 7px;
}

    .card-display-container .cvv-input input.cvv {
        width: 24px;
        margin-right: 7px;
    }

.new-card-container {
    padding: 0 0 20px;
}

.paypal-button {
    margin-bottom: 10px;
}

div.ccEntry {
}

    div.ccEntry .cc-named {
        margin-top: 10px;
    }

.cvv-input span {
    font-size: 13px;
}

#creditcardscroll .credit-card-selection a span {
    color: #555;
    font-size: 12px;
}

#creditcardscroll .credit-card-selection a:hover span {
    color: #05a0ca;
    /*#59ccf2*/
}

form#ccEntry #card_number, div.ccEntry #ccn {
    background-image: url(//assets.fellowes.com/images/site/pay_cc_entry_2.png),url(//assets.fellowes.com/images/site/pay_cc_entry_2.png);
    background-position: 2px -44px,242px 7px;
    background-size: 40px 300px,40px 300px;
    background-repeat: no-repeat;
    padding-left: 50px;
    width: 270px;
    margin-bottom: 10px;
    /**********copied from form-control bootstrap *********/
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form #ccn:focus {
    border-color: #58595b;
    -webkit-box-shadow: inset 0 1px 1px rgba(6,190,240,.075), 0 0 8px rgba(88,89,91,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(6,190,240,.075), 0 0 8px rgba(88,89,91.6);
    box-shadow: inset 0 1px 1px rgba(6,190,240,.075), 0 0 8px rgba(88,89,91,.6);
}

form#ccEntry #card_number.visa, div.ccEntry #ccn.visa {
    background-position: 2px -80px,242px 7px;
}

form#ccEntry #card_number.visa_electron, div.ccEntry #ccn.visa_electron {
    background-position: 2px -116px,242px 7px;
}

form#ccEntry #card_number.mastercard, div.ccEntry #ccn.mastercard {
    background-position: 2px -152px,242px 7px;
}

form#ccEntry #card_number.maestro, div.ccEntry #ccn.maestro {
    background-position: 2px -189px,242px 7px;
}

form#ccEntry #card_number.discover, div.ccEntry #ccn.discover {
    background-position: 2px -226px,242px 7px;
}

form#ccEntry #card_number.americanexpress, div.ccEntry #ccn.americanexpress {
    background-position: 2px -261px,242px 7px;
}

form#ccEntry #card_number.valid.visa, div.ccEntry #ccn.valid.visa {
    background-position: 2px -80px,242px -17px;
}

form#ccEntry #card_number.valid.visa_electron, div.ccEntry #ccn.valid.visa_electron {
    background-position: 2px -118px,242px -17px;
}

form#ccEntry #card_number.valid.mastercard, div.ccEntry #ccn.valid.mastercard {
    background-position: 2px -152px,242px -17px;
}

form#ccEntry #card_number.valid.maestro, div.ccEntry #ccn.valid.maestro {
    background-position: 2px -189px,242px -17px;
}

form#ccEntry #card_number.valid.discover, div.ccEntry #ccn.valid.discover {
    background-position: 2px -224px,242px -17px;
}

form#ccEntry #card_number.valid.americanexpress, div.ccEntry #ccn.valid.americanexpress {
    background-position: 2px -261px,242px -17px;
}

/* End Payment Section*/




.ckORRow {
    /*border-bottom: solid 1px #e9e9e9;*/
}

.ckOrderReview td {
    font-size: 14px;
    font-family: 'raleway','sans-serif';
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}

td.ckORImg {
    width: 85px;
    text-align: center;
}

#vcTotalBox h5 {
    font-size: 14px;
    font-weight: bold;
}

#vcTotalBox h5 {
    float: left;
    text-align: right;
    width: 70%;
}

#vcTotalBox p {
    font-size: 14px;
}

#vcTotalBox p {
    float: right;
    margin: 0;
    font-size: 16px;
    /*font-family: 'PT Sans',sans-serif;*/
}

#vcCouponBox, #vcShippingBox #vcTotalBox {
    min-height: 150px;
    /*float: left;*/
}

#vcTotalBox.ckTotalReview li {
    padding: 0;
}

#vcTotalBox li {
    padding: 0 0 35px;
    clear: both;
}

#vcTotalBox.ckTotalReview {
    position: relative;
    float: right;
    margin-right: 13px;
    min-height: 0;
    width: 400px;
}

#vcCouponBoxRight.ckORCoup {
    display: none;
}

.ckORRow {
    border-bottom: solid 1px #e9e9e9;
}

.ckORRow:last-child {
    border-bottom: none;
}

.ckORCost {
    padding-right: 3px;
    width: 149px;
    text-align: right;
}

.ckOrderReview {
    width: 99%;
}

#reviewEntry .stepSection.col-md-12 {
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.activitiesContainer {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: left;
}

#activities .col-md-12, #activities .col-md-10, #activities .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 27px;
}

.answer div:first-child {
    padding-left: 0px;
}

.question {
    margin-top: 5px;
}

#reviewEntry .button {
    display: inline-block;
}

.orderSuccess {
    background: #58595b;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    line-height: 43px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .orderSuccess h4 {
        font-weight: bold;
        color: #fff;
    }

.orderMessage {
    background: #fff;
    border: solid 1px #c9c9c9;
    margin-top: 20px;
    padding: 14px;
    margin-bottom: 45px;
}

.drop-shadow {
    position: relative;
    /* float: left; */
}

#vcTotalBox.oS {
    float: right;
    margin-right: 40px;
}

.visa .credit-card-icon {
    background-position: 2px -82px;
}

.credit-card-icon {
    display: inline-block;
    text-indent: -9999px;
    background-image: url(//assets.fellowes.com/images/site/pay_cc_entry_2.png);
    background-size: 40px 300px;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 43px;
    height: 26px;
    padding: 0;
    margin: 0 7px 5px;
}

.card-display-container ul {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    width: 100%;
}

    .card-display-container ul li {
        height: 45px;
        line-height: 45px;
        text-align: left;
        float: left;
        padding: 0;
    }

.card-number, .card-number-pre {
    margin-left: 40px;
    font-weight: 400;
}

.card-expires {
    padding: 0 5px 0 10px;
    margin-left: 40px;
}



.card-display-container ul li.radio-selection label.css-label {
    /* padding: 15px 0; */
    cursor: pointer;
    background-position: 0 7px;
}

.ms-TPSectionTD input[type=radio] {
    display: block;
    }

input[type=radio] {
    display: none;
}

#editProfile input[type=radio] {
    display: -webkit-inline-box ;
    display: inline-block;
}

#editProfile .col-md-9 
{
    width: 70%
}

#editProfile .col-md-1 
{
    width: 15%
}


.reviewContent {
    display: none;
    text-align: center;
}

#reviewEntry .stepSection.col-md-12 {
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.activitiesContainer {
    padding-left: 0px;
    padding-right: 0px;
}

#reviewEntry h5 {
    /* font-family: 'PT Sans', sans-serif; */
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

#reviewEntry .button {
    display: inline-block;
    margin-top: 40px;
}

.question {
    margin-top: 5px;
    width: 80%;
}

#activities .question
{
    width: 83%;
}
#activities .answer .col-md-6
{
    padding-left: 0;
}
#activities .answer .col-md-6 input[type=radio].css-checkbox + label.css-label
{
    padding-left: 15px;
}


#chkSaveShippingAddress
{
    margin: 0;
}

#ShippingInfoAPOText, .shipMethodInfo
{
    font-size: 12px;
    padding-top: 5px;
}

#chkSaveCreditCard
{
    margin: 0;
}

.smReview label
{
    font-weight: 500;
}

/**** Check out  ***/

/*******************Checkout Page - End  *************************/

/*******************My Account Page *************************/
.pnlAccountProfileRight {
    font-size: 12px;
    margin-top: 10px;
}

.row-fluid.accountPanelsContainer {
    width: 96%;
    margin-top: 20px;

}

.Icons {
    position: relative;
    top: 5px;
    max-height: 28px;
}

    .Icons a {
        border-bottom: dotted 1px rgba(77, 85, 91, 0.35);
    }

.ccSavedContainer {
    width: 203px;
    background: url(../Images/Fellowes.Commerce.Site/cc_bg.png) no-repeat #f1f1f1;
    padding: 15px 10px;
    float: left;
    margin-right: 10px;
    border-radius: 8px;
    border: solid 1px #c9c9c9;
    height: 140px;
    background-size: cover;
    -webkit-box-shadow: 0 2px 5px #BDBDBD;
    -moz-box-shadow: 0 2px 5px #BDBDBD;
    box-shadow: 0 2px 5px #BDBDBD;
    opacity: .8;
    margin-bottom: 40px;
    margin-top: 20px;
}

    .ccSavedContainer:hover {
        opacity: 1;
    }

    .ccSavedContainer.addNew i {
        font-size: 58px;
    }

    .ccSavedContainer.addNew {
        /*margin:0;*/
        text-align: center;
    }

.svdCCName {
    font-weight: 700;
    font-family: 'raleway','sans-serif';
    font-size: 15px;
    margin-top: -5px;
}

.svdNo {
    margin-bottom: 10px;
}

    .svdNo input {
        font-family: monospace;
        padding: 0;
        font-size: 19px;
        margin-top: 20px;
    }

.ccSavedContainer input {
    border: none;
    box-shadow: none;
    background: transparent;
}

.svdExpD {
    float: right;
    width: 100%;
    text-align: right;
}

    .svdExpD label {
        font-size: 11px;
        font-family: monospace;
        text-transform: uppercase;
        text-shadow: 0 0 1px #fff;
        font-weight: 700;
    }

    .svdExpD input[type="text"] {
        text-align: right;
        font-size: 15px;
        padding: 0;
        margin-top: -5px;
        font-family: monospace;
        width: 100%;
    }

.svdName {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'raleway','sans-serif';
    position: relative;
    top: -45px;
    font-weight: 700;
}

.addCC {
    position: relative;
    top: 15px;
    cursor: pointer;
}

#acctProfile, #savedAddress, #recentOrders {
    font-family: 'raleway','sans-serif';
    font-size: 14px;
}

.myaOT {
    text-align: right;
}

.ecoverlay {
    background: -moz-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.75)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#bf000000',GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.ecOverlayContainer {
    width: 15%;
    max-width: 1000px;
    min-height: 150px;
    background: #fff;
    box-shadow: 0 0 5px #000;
    position: relative;
    top: 100px;
    margin: 0 auto;
    box-shadow: 0 0 10px #000;
}

.ecOverlayTitle {
    background: #05a0ca;
    /*#59ccf2*/
    overflow: hidden;
    padding: 10px;
}

.ecOverlayContent {
    padding: 30px;
}

#recentOrders table {
    width: 100%;
}

#vcCouponBox h4, #vcShippingBox h4 {
    font-size: 16px;
}

p.discRed{
    color: #ff3a47;
}

#vcTotalBox p {
    font-size: 14px;
    font-weight: bold;
}

#vcTotalBox h5 {
    font-size: 14px;
}

.ckColRight.drop-shadow.lifted h4, #vcCouponBoxRight h4, #shippingInfoPanel h3, #shipMethodPanel h3, #paymentPanel h3, #reviewPanel h3 {
    font-size: 16px;
    color: #4d555b;
    font-weight: 700;
}

#pnlOrderDetails {
    width: 1000px;
    /* margin: 0 auto; */
    margin-top: 30px;
}

#pnlOrderDetails h1{
    font-size: 30px;
}

#pnlOrderDetails .eComh1 {
    margin-top: 15px;
    font-size: 22px;
}

#paymentAddressDialog,
#profileEditPasswordDialog,
#profileEditDialog {
    position: fixed;
    top: 10%;
}
div#paymentAddressDialog .modal-content,
div#profileEditPasswordDialog .modal-content,
div#profileEditDialog .modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.savedPay {
    border-bottom: solid 1px #c9c9c9;
    width: 96%;
    margin-top: 20px;
}

#pnlAccountPaymentMethods {
    width: 96%;
}

#acctProfile, #savedAddress, #recentOrders
{
    margin-top: 5px;
    line-height: 20px;
}

#acctProfile h3, #savedAddress h3 , #recentOrders h3
{
    margin-bottom: 5px;
}

#acctProfile .hr15, #savedAddress .hr15 , #recentOrders .hr15
{
    margin-bottom: 5px;
}
#acctProfile a, #savedAddress a, #recentOrders a,#acctProfile a:visited, #savedAddress a:visited, #recentOrders a:visited{
    border-bottom: dotted 1px rgba(77, 85, 91, 0.35);
    text-decoration: none;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


 #acctProfile a:hover, #savedAddress a:hover, #recentOrders a:hover{
        color: #000;
        border-bottom-color: #000;
        text-decoration: none;
    }

/*******************My Account Page End*************************/
/*******************Support Page Begin*************************/
.banner {
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 20px;
}

.contentList
{
    margin-top: 40px;
}


.listContent
{
    margin-top: 40px;
}

   .titleBanner .banner-header 
    {
        top: -130px;
    }

    .titleBanner #banner{
        height: 185px;
        background-position: center;
    }

   .genericBanner .banner-header 
    {
        top: -175px;
    }

    .genericBanner .banner-header p, .genericBanner .banner-header h1
    {
        color: inherit;
    }

    .genericBanner #banner
    {
        background-color: #e5eaee;
        height: 200px;
    }

    .defaultBanner #banner{
        height: 185px;
    }

    .defaultBanner .banner-header 
    {
        top: -130px;
    }

    .defaultBanner .banner-title, .defaultBanner .banner-copy
    {
        color: #666666;
        width: 590px;
    }

    .titleBanner .banner-title, .titleBanner .banner-copy
    {
        color: #666666;
        width: 590px;
    }

    .scBanner #banner{
        height: 185px;
    }

     .scBanner .banner-header 
    {
        top: -160px;
    }

    .scBanner .banner-title, .defaultBanner .banner-copy
    {
        color: #666666;
        width: 590px;
    }


    .support-box 
    {
        border-width: 0px;
        width: 323px;
        height: 111px;
        background: inherit;
        background-color: rgba(255, 255, 255, 1);
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(200, 207, 213, 1);
        border-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        align-items:center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.support-container {
    width: 300px;
    display: inline-block;
    margin-top: 40px;
    margin-right: 30px;
}
.support-box .tiles-header
{
    border-width: 0px;
    width: 180px;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #4D555B;
    display: inline-block;
    /*padding-top: 10px;
    margin-top:35px;*/
}

.support-box img{
    width: 105px;
}

.support-box:hover
{
     border: solid 1px #333333;
}



/*******************Product Registration  Begin*********************/
#article-box-single h4, #article-box h4, #group-box h4, #crc-box h4, #result-box h4, #support-available h4, #qr-box h4, #detail-box h4, #detail-box-single h4 {
    background: #4D555B;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px 5px;
    font-weight: 500;
    text-transform: uppercase;
    /*height: 30px;*/
    vertical-align: middle;
    font-family: 'raleway','sans-serif';
}

.supportContainer {
    background: #e9e9e9;
    border-radius: 4px;
    border: solid 1px #c9c9c9;
    margin: 0;
}

.supportContainer p
{
    margin: 8px;
}

#support-selector {
    /*margin: 40px 0 10px 8px;*/
    position: relative;
    font-family: 'raleway','sans-serif';
    font-size: 12px;
    /*margin-left: 20%;
    margin-right: 20%;*/
    width: 100%;
}

#crc-box, #group-box, .group-box {
    float: left;
    border: 1px solid #b8b8b8;
    background: #fff;
    /*height: 190px;*/
    height: 230px;
    width: 195px;
    overflow: hidden;
    margin: 0 20px 10px 0;
    text-align: center;
}

    #crc-box a, #group-box a, .group-box a {
        font-size: 11px;
        text-align: left;
    }

#group-box {
    /* height: 215px;*/
}

#crc-box {
    height: 230px;
}

    #crc-box .error {
        color: red;
        border-color: red;
    }

#crc-request {
    padding: 10px 7px;
}

#group-box {
    margin: 0 0 10px;
    font-family: 'raleway','sans-serif';
    color: #58595b;
}

   #dynamic-box p, #dynamic-box2 p, #dynamic-box3 p, #group-box p {
    color: #58595b;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 12px;
    height: 20px;
}

#dynamic-box, #dynamic-box2, #dynamic-box3 {
    float: left;
    border: 1px solid #b8b8b8;
    background: #fff;
    height: 200px;
    width: 195px;
    overflow: hidden;
    margin: 24px 0 10px;
    text-align: center;
    height: 206px;
}

.crc-arrow {
    position: relative;
    top: 2px;
    margin-left: -4px;
}

/*nudge for safari/chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #dynamic-box, #dynamic-box2, #dynamic-box3 {
        /* min-height: 167px;*/
    }
}

#result-box {
    clear: both;
    border: 1px solid #b8b8b8;
    /*background: url(//assets.bodyglovemobile.com/images/site/manual-results-bg.png) 0px 0px repeat-x;*/
    min-height: 210px;
    width: 99.5%;
    overflow: hidden;
    margin: 20px 0 10px 0px;
    display: none;
}

#support-available {
    clear: both;
    border: 1px solid #b8b8b8;
    min-height: 210px;
    width: 99.5%;
    overflow: hidden;
    /*margin: 10px 0 10px 8px;*/
    display: none;
    font-family: 'raleway','sans-serif';
}

.support-selected-item {
    float: left;
    /*width: 550px;*/
    width: 100%;
    margin: 5px 0;
}

.support-selected-item-info {
    float: left;
    width: 80%;
    /*width: 350px;*/
    /*margin:30px 0 0;*/
}

.support-selected-item-info span{
    padding-left: 7px;
}


.support-selected-item-image {
    float: left;
    width: 150px;
}

.support-button {
    padding: 20px 0 0;
}

div.prod-sel-img-container {
    height: 100px;
    padding: 0;
}

    div.prod-sel-img-container img {
        /*height: 100px;*/
        height: 100px !important;
    }

div.prod-sel-input-container {
    /*padding: 17px 0 17px;*/
    margin-top: 55px;
}

#lnk_product_crc
{
    position: relative;
    top:-70px;
}
#group-box div, #result-box div, #support-available div, #dynamic-box div, #dynamic-box2 div, #dynamic-box3 div {
    padding: 5px 7px;
}

#group-box select, #result-box select, #support-available select, #dynamic-box select, #dynamic-box2 select, #dynamic-box3 select {
    width: 170px;
    display: block;
    float: left;
    text-align: left;
    height: 30px;
    padding: 3px 12px;
    margin: 10px 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#prod-reg {
    position: relative;
    top: 0;
    left: 580px;
    display: none;
    width: 160px;
}

#or-div {
    position: absolute;
    z-index: 2;
    top: 77px;
    left: 183px;
}


.prod-title {
    font-family: 'raleway','sans-serif';
    font-size: 16px;
    color: #58595b;
    font-weight: 700;
    text-decoration: none;
    width: 150px;
}


    .prod-title a, #support-prod-reviews-prod-title.prod-title {
        font-size: 16px;
        color: #58595b;
        font-weight: 700;
        text-decoration: none;
        width: 150px;
    }


    .prod-title div.heroShot {
        height: 150px;
        width: 180px;
        display: table;
        #position:relative;
        overflow: hidden;
    }

.prod-desc {
    font-size: 12px;
    color: #58595b;
}
div.supportMaterial{
    padding: 20px;
    border: 1px solid rgba(77, 85, 91, 0.15);
    background-color: rgba(77, 85, 91, 0.04);
    background-repeat: no-repeat;
    background-position: right 20px center;
}
div.supportMaterial.manuals{
    background-image: url(//assets.fellowes.com/images_v3/icons/support-manuals.png);
}
div.supportMaterial.drivers{
    background-image: url(//assets.fellowes.com/images_v3/icons/support-drivers.png);
}
div.supportMaterial.msds{
    background-image: url(//assets.fellowes.com/images_v3/icons/support-datasheet.png);
}
div.supportMaterial h4{
    font-weight: 700;
    margin-bottom: 5px;
}
div.supportMaterial li {
    background: url(//assets.fellowes.com/images_v3/icons/download.png) no-repeat scroll left 2px transparent;
    padding: 4px 25px;
    background-size: 24px;
}
div.supportMaterial li a {
    border-bottom: dotted 1px rgba(77, 85, 91, 0.35);
}
/****************Product Registration End *******************/
/****************Registration Form Fields Begin **************/

.verify-email {
    display: none;
    text-align: right;
}

.frm-trigger {
    padding-top: 15px;
    text-align: right;
}

.frm-input-hidden {
    display: none;
}

.frm-input, .frm-input2, .frm-input3, .frm-trigger {
    border-top: 1px dotted #979797;
    margin: 3px;
    clear: both;
    font-family: 'raleway','sans-serif';
    font-size: 14px;
}

    .frm-input2 div.radio, .frm-input2 div.checkBox, .frm-input2 div.checkbox {
        position: relative;
        top: 25px;
        left: 15px;
    }


.frm-response-inline {
    float: left;
    width: 330px;
}

.frm-field-inline {
    float: left;
    /*width: 330px;*/
    width: 300px;
    margin: 12px;
    color: #444;
}

    .frm-field-inline label {
        font-weight: 400;
    }

.frm-field-inline-auth {
    float: left;
    width: 90px;
    margin: 12px;
    color: #444;
}



.frm-input input, .frm-input select, .frm-input textarea {
    display: block;
    float: left;
    text-align: left;
    width: 300px;
    height: 34px;
    padding: 3px 12px;
    margin: 10px 5px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'raleway', 'sans-serif';
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.frm-input textarea {
    width: 440px;
    height: 200px;
}


.frm-input .radio input, .frm-input .checkBox input, .frm-input .checkbox input {
    float: left;
    width: 20px;
    margin: 12px 5px;
    text-align: left;
    display: none;
}

.frm-input .radio label, .frm-input .checkBox label, .frm-input .checkbox label {
    float: left;
    margin: 12px 20px 8px 0;
}

input.btnsubmit, input.btnreset {
    width: 85px;
    height: 20px;
}


.frm-trigger a {
    margin-left: 15px;
}


.frm-description {
    margin: 0 0 5px 10px;
}


.frm-trigger a.causesValidation, .frm-trigger a.causesReset {
    border: 1px solid #05a0ca;
    /*#59ccf2*/
}

.frm-trigger a.causesValidation, .frm-trigger a.causesReset {
    background: #58595b;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 8px 20px;
    line-height: 45px;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
}

    .frm-trigger a.causesValidation:hover {
        background: #68696b;
    }

    .frm-trigger a.causesReset:hover {
        background: #68696b;
    }

#generic-page-title-nomargin-H1, .generic-page-title-nomargin-H1 {
    /*color: #1a1a1a;*/
    font-size: 26px;
}



#generic-page {
    font-family: 'raleway','sans-serif';
}

    #generic-page p {
        font-size: 14px;
    }

#messaging-line {
}

div#faqs-right {
     margin-left: 0;
     /*Initialy hides and display the container in the template. CAUTION: This id specific to form-builder should not be used anywhere*/ 
     display: none;
}

div#faqs-right.forms-builder-90 {
     display: block;
}

div#register-banner
{
    margin-left: 0;
    display: none;
}

#email-subscribtion
{
    display: none;
}
.preloader-preLoaderRegisterProductContainer
{
    /*Make it center aligned*/
    left: 220%;
}
.preloader-preLoaderSubscriptionProductContainer .preloader-worm
{
    margin: 0;
}

#ProductImage
{
    margin-top: 30px;
    width: 225px;
}

#preLoaderRegisterProductContainer
{
    margin-top: 30px;
}

div.messaging-banner {
    /*height: 100px;*/
    background-repeat: no-repeat;
    background-position: center;
}

div#messaging-line {
    margin-top: 50px;
    font-family: 'raleway','sans-serif';
    font-size: 14px;
}

.support-button .button {
    background: #4D555B;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 8px 20px;
    line-height: 45px;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
}

.support-button .button:hover {
    background: #5e666b;
}


#register-product {
    float: right;
    margin-top: 35%;
    margin-right: -75%;
}

#register-content, .subs-precontent
{
    margin-left: 0; 
    margin-top: 30px;
}
#ProductImage
{
    margin-top: 30px;
}

.support-right, .general-right {
    margin: 0 10px;
    float: right;
    font-size: 12px;
    color: #444444;
}

div.prod-sel-input-container input[type="text"] {
   display: inline-block;
    height: 21px !important;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    vertical-align: middle;
}

div.prod-sel-input-container input[type="image"]
{
    height: 21px !important;
}

.dropdown-menu
{
    border-radius: 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #4D555B;
}

.frm-input img {
    position: relative;
    top: 9px;
    left: -2px;
}

.ui-datepicker-trigger {
    margin-top: 7px;
}

.ui-widget-header
{
    border: 1px solid #4D555B;
    background: #4D555B
}

.ui-widget-content
{
    background-color: #edeeee
}


div .modal-header #loginOptions {
    display: none;
}

.loginLeft {
    display: none;
}

div .loginRight h4 {
    display: none;
}

div .loginRight p {
    display: none;
}

.ui-widget-content {
    background: url(//assets.fellowes.com/images/site/jquery-ui/ui-bg_inset-soft_100_f4f0ec_1x100.png) repeat-x scroll 50% bottom #F4F0EC;
    border: 1px solid #E0CFC2;
    color: #1E1B1D;
}

.ui-widget {
    font-family: 'Arial',sans-serif;
    font-size: 1.1em;
}

/*
#faqs-right .frm-input input, #faqs-right .frm-input select {
    width: 94%;
}
*/

#faqs-right ul li
{
    list-style-type: disc;
}

input.error, textarea.error, select.error {
    border: 1px solid red;
    /* padding: 0px; */
    background: url(//assets.fellowes.com/images/site/fade-butt-red.png) repeat-x;
}

div.errorContainer {
    border: 2px solid red;
    background: #fff url(//assets.fellowes.com/images/site/alert.png) right no-repeat;
    padding: 5px 0px;
    margin: 0px 0px 10px 0px;
    width: 285px;
    position: absolute;
    margin: 0px 0px 0px -305px;
    z-Index: 1000;
}

#faqs-right label.error {
    font-size: 11px;
    float: left;
    padding-left: 10px;
    line-height: 10px;
    color: #924949;
}

.lblerror {
    color: red;
}

div.errorContainer p {
    margin-left: .6em;
    color: #924949;
    font-size: 14px;
    font-weight: bold;
}

/****************Registration Form Fields End********************/
/****************Revview********************/
div#review-step {
    float: left;
    background-color: #bbbbbb;
    width: 658px;
    margin: 15px 0 20px 8px;
    margin-left: 0;
    margin-top: 0;
}

div#review-step {
    float: left;
    background-color: #bbbbbb;
    width: 658px;
    margin: 15px 0 20px 8px;
    margin-left: 0;
    margin-top: 0;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.contentList .generic-title-H2 {
    font-family: 'Raleway-Regular', 'Raleway';
    font-size: 22px;
    font-weight: normal;
    margin-bottom: -10px;
    margin-top: 20px;
}

.generic-title-H3 {
    font-family: 'Raleway-Regular', 'Raleway';
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

div#review-step h1 {
    font-size: 16px;
    width: 656px;
    height: 29px;
    background-color: #dcdcdc;
    margin: 1px;
    border: 1px solid white;
    line-height: 29px;
    padding-left: 20px;
}

div.step-box {
    float: left;
    background: url(//assets.fellowes.com/images/site/review-gradient.jpg) repeat-x;
    width: 218px;
    height: 140px;
    border: 1px solid white;
    margin: 0 1px 1px 0;
    padding: 20px;
}

    div.step-box.first {
        margin-left: 1px;
    }

    div.step-box img {
        margin-bottom: 2px;
    }

    div.step-box p {
        font-size: 12px;
    }

    div.step-box.last {
        margin-right: 0;
    }

div#review-links {
    float: left;
    width: 245px;
    background-color: #bbbbbb;
    padding: 1px;
    margin: 0px 0 0px 30px;
}

#review-links h4 {
    background: #4D555B;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 9px 8px;
    font-weight: normal;
    text-transform: uppercase;
}

div#review-links div {
    border: 1px solid white;
    background: white url(//assets.fellowes.com/images/site/review-gradient.jpg) repeat-x;
    height: 140px;
    padding: 20px;
    margin-top: 0;
}

#result-box-item-p1
{
    display: none;
}


a.download
{
    background: url(//assets.fellowes.com/images_v3/icons/download.png) no-repeat scroll left 5px transparent;
    padding: 6px 12px;
}


a.msg-links, a.msg-links:active {
    text-decoration: none;
    font-size: 12px;
    border-bottom: dotted 1px rgba(77,85,91,0.35);
    font-weight: 700;
}

.contentList a {
    /* Modified the style replicate same eas resources page link*/
    /*border-bottom: 1px dotted #000000;*/
    border-bottom: dashed 1px rgba(77, 85, 91, 1);
    font-weight: 400;
    text-decoration: none;
    color: rgba(77, 85, 91, 1);
}

.contentList a:hover
{
     border-bottom: none 1px rgba(77, 85, 91, 1);
}

#generic-page-title-smallmargin-H1 {
    font-size: 24px;
    margin: 0 !important;
}

#generic-page-subtitle {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 5px;
}

    #generic-page-subtitle p {
        padding-top: 10px;
    }

#banner375 {
    margin-top: 30px;
}

/****************Revview, Subscription ********************/

/*******************Support Page End*************************/
/************** Shadowbox ****************/
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message { /*font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: bold;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
    z-Index: 10000;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 1px solid #AAAAAA;
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
    background-image: none;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

    #sb-loading-inner span {
        background: url(//assets.fellowes.com/images/site/loadingImg.gif) no-repeat 0 5px;
        padding-left: 36px;
        display: inline-block;
        margin-left: 50px;
    }

#sb-body, #sb-loading {
    background: none;
    background-color: #fff;
    /*background: url(//assets.fellowes.com/images/site/body-bg.gif) repeat-x scroll 0 0 #FDFDFD;*/
}

#sb-title, #sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title, #sb-title-inner {
    height: 26px;
    line-height: 26px;
}


#sb-title
{
    background-color: #4D555B;
}

#sb-title-inner {
    font-size: 16px;
    margin-left: 5px;
}

#sb-info, #sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

    #sb-nav a {
        display: block;
        float: right;
        height: 16px;
        width: 16px;
        margin-left: 3px;
        cursor: pointer;
        background-repeat: no-repeat;
    }

#sb-nav-close {
    background-image: url(//assets.fellowes.com/images/site/close.png);
}

#sb-nav-next {
    background-image: url(//assets.fellowes.com/images/site/next.png);
}

#sb-nav-previous {
    background-image: url(//assets.fellowes.com/images/site/previous.png);
}

#sb-nav-play {
    background-image: url(//assets.fellowes.com/images/site/play.png);
}

#sb-nav-pause {
    background-image: url(//assets.fellowes.com/images/site/pause.png);
}

#sb-counter {
    float: left;
    width: 45%;
}

    #sb-counter a {
        padding: 0 4px 0 0;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

        #sb-counter a.sb-counter-current {
            text-decoration: underline;
        }

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

    div.sb-message a:link, div.sb-message a:visited {
        color: #fff;
        text-decoration: underline;
    }
/* Custom styles for close on top */
#sb-title-inner {
    width: 90%;
}

#sb-nav-close {
    float: right;
    width: 16px;
    height: 16px;
    display: block;
    margin: -20px 6px 0px 0px;
    background: url(//assets.fellowes.com/images/site/close.png) 2px 0px no-repeat;
    cursor: pointer;
}

div.shadowbox-content {
    padding: 20px;
    /* color: #000000; */
}

.tipBoxTemplates { 
    display: none; 
}

.BVFieldRadioContainer input[type=radio] {
    display: inline-block !important;
}

.BVRRRatingSummaryLink.BVRRRatingSummaryNoReviewsWriteImageLink a {
    border-bottom: none !important;
}

.BVRRRootElement, .BVRRRootElement input, .BVRRRootElement select, .BVRRRootElement textarea, .BVRRPhotoPopup, .BVRRVideoPopup {
    font-family: 'Raleway-Regular', 'Raleway' !important;
}

.BVRRDisplayContentReview {
    border-bottom: none !important;
}

#BVRRQuickTakeContentContainerID .BVRRRatingSummaryLink.BVRRRatingSummaryLinkWrite a,
.BVBrowserIE10 .BVDI_CO .BVDI_COLinkPost:hover, 
.BVDI_CO .BVDI_COLinkPost:focus, 
.BVDI_CO .BVDI_COLinkPost:active,
.BVDI_CO .BVDI_COLinkPost, 
.BVDI_CO .BVDI_COLinkPost:visited,
.BVDI_CO .BVDI_COLinkPost:hover, 
.BVDI_CO .BVDI_COLinkPost:focus, 
.BVDI_CO .BVDI_COLinkPost:active,
.BVBrowserIE10 .BVDI_CO .BVDI_COLinkPost, 
.BVDI_CO .BVDI_COLinkPost:visited, 
.BVRRDisplayContentLinkWrite a, 
.BVRRDisplayContentLinkWrite a:visited,
.BVRRDisplayContentLinkWrite a, 
.BVRRDisplayContentLinkWrite a:visited, 
.BVRRDisplayContentLinkWrite a:hover, 
.BVRRDisplayContentLinkWrite a:focus, 
.BVRRDisplayContentLinkWrite a:active{
    /* width: 250px; */
    background: #4D555B !important;
    color: #ffffff !important;
    border: solid 1px #4D555B !important;
    font-size: 14px !important;
    text-align: center !important;
    display: block !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    min-width: 160px !important;
    display: inline-block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 700;
    border-radius: 0;
}

.BVDI_QT,.BVRRReviewDisplayStyle5BodyUser{
    border: 1px solid rgba(77, 85, 91, 0.31) !important;
    background-image: none !important;
    background-color: rgba(77, 85, 91, 0.04) !important;
}
.BVRRSelectedPageNumber{
    background-color: #4d555b !important;
    color: #ffffff !important;
}
.pdRatingBar .BVRRPrimarySummary .BVRRBuyAgainContainer {
    width: 500px !important;
    position: static !important;
    /*margin-bottom: 10px;*/
}

.pdRatingBar .BVRROverallRatingContainer{
    float: left !important;
    margin-left: -20px !important;
}

.pdRatingBar #BVRRSummaryContainer .BVRRPrimarySummary .BVRRRatingSummaryLinks, 
.pdRatingBar #BVRRSummaryContainer .BVRRRatingNormalImage {
    float: left !important;
    margin-left: 20px !important;
}

.pdRatingBar #BVRRSummaryContainer .BVRRPrimarySummary .BVRRRatingSummaryLinks{
    margin-left: 5px !important;
}

.pdRatingBar .BVRRRatingsHistogramButton{
    float: left !important;
    height: 20px !important;
}
.pdRatingBar .BVRRRatingsHistogramButton .BVRRRatingsHistogramButtonScript {
    position: relative !important;
    margin-top: 0 !important;
    margin-left: -20px !important;
}

/*******************/
/* Solutions Center Section */
/*******************/
div#SolutionCenterHomeBottomWidget div.AspNet-WebPart {
    float: left;
}

div.article-top {
}

div.article-left {
    float: left;
    width: 602px;
    padding-left: 8px;
}

div.article-right {
    float: right;
    width: 320px;
}

div.article-bottom {
    clear: both;
}
div.innovativeFeatures{
    padding: 10px 5px;
}
div.innovativeFeature{
    padding: 20px;
    background-repeat: no-repeat;
    padding-left: 85px;
    margin-bottom: 10px;
    background-position: 10px center;
}
div.innovativeFeature.alt{
    background-color: rgba(77, 85, 91, 0.04);
}
div.innovativeFeature h4{
    font-weight: 700;
    margin-bottom: 5px;
}
div.specs-enabled div.row:hover,
div.compareContentWrap div.row.compareRow:hover
{
    background-color: rgba(77, 85, 91, 0.10);
}

/********************** Product  Write Reivew *****************/
#BVSubmissionContainer
{
    width: 1000px !important;
    margin: 0 auto !important;
}

.BV {
    font-family: inherit !important;
    line-height: 1.5 !important;
    color: #4D555B !important;
    font-size: 14px !important;
}

.BVSectionSubjectInformation .BVSubjectName {
    color: #4D555B !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
    padding-top: 25px !important;
}

.BVSection {
    /* margin-bottom: 20px; */
    position: relative !important;
    zoom: 1 !important;
}

.BVSectionSubjectInformation {
    /* padding: 0 0 10px; */
    overflow: hidden !important;
    background: none !important;
}

.BVSectionHeader {
    margin-bottom: 10px !important;
    zoom: 1 !important;
    padding: 7px 10px !important;
    background: #ccc !important;
}

.BVMESectionHeader {
    color: #4D555B !important;
    font-family: inherit !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
}

.BVSectionRequired
{
    color: #4D555B !important;
}

.BV label 
{
    display: inherit !important;
}

.BVFieldLabel
{
    width: 330px !important;
}

.BVMEPopinTip {
    position: absolute !important;
    left: 745px !important;
    top: 58px !important;
}

.BVMEFieldHelper {
    color: #4D555B !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: block !important;
    padding: 2px 0 0 0 !important;
    margin-left: 330px !important;
}

.BVTextCounter {
    color: #4D555B !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    clear: left !important;
     width: auto !important;
    padding: 0 !important;
    margin-left: 330px !important;
}

.BVTagSectionHeaderContainer {
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: block !important;
    padding-bottom: 6px !important;
    padding-right: 2% !important;
    float: left !important;
    width: 330px !important;
    font-weight: bold !important;
}

.BVFieldNewsLetterSubscribe, .BVFieldRememberme, .BVFieldUseremailalerts, .BVFieldSendemailoncomment {
    padding-left: 330px !important;
}

.BVFieldUseremailalerts .BVFieldLabel, .BVFieldSendemailonanswer .BVFieldLabel, .BVFieldSendemailoncomment .BVFieldLabel {
    font-style: normal !important;
    font-weight: normal !important;
    text-transform: none !important;
    font-family: inherit !important;
    line-height: 1.5 !important;
    color: #4D555B !important;
    font-size: 14px !important;
    padding-bottom: 0 !important;
}

#BVFieldSendemailoncommentContainerID label
{
    display: inline-block !important;
}


.BVFieldPreview .BVButton, .BVFieldEdit .BVButton, button.BVButton, a.BVLinkReturnToContent, a.BVLinkReturnToContent:visited,
.BVFieldSubmit .BVButton, .BVFieldEdit .BVButton
{
    width: 200px !important;
    background: #4D555B !important;
    color: #ffffff !important;
    border: solid 1px #4D555B !important;
    font-size: 14px !important;
    text-align: center !important;
    display: block !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    min-width: 160px !important;
    display: inline-block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}

button.BVButton:hover, a.BVLinkReturnToContent:hover, a.BVLinkReturnToContent:focus, a.BVLinkReturnToContent:active{
    display:inline-block !important;
    background-color:#5e666b !important;
    border:1px solid #5e666b !important;
    display:inline !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    border-radius:0px !important;
    /*padding:7px 20px !important;*/
    color:#ffffff !important;
    font-family:inherit !important;
    font-size:14px !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    text-decoration:none !important;
    min-width: 160px !important;
    display: inline-block !important;
    text-align: center !important;
}

.BVModuleFooterLinks a, .BVModuleFooterLinks a:visited {
    margin-right: 20px !important;
    border-bottom: dotted 1px rgba(77, 85, 91, 0.35) !important;
}
.BVModuleFooterLinks {
    margin: 30px 0 !important;
    text-align: center !important;
    width: 440px !important;
}

.BVRRPrimarySummary .BVRRRatingSummaryLinks a, .BVRRPrimarySummary .BVRRRatingSummaryLinks span {
    color: #555555 !important;
    font-size: 13px !important;
}

.BVPageHeader {
    color: #555555 !important;
    font-family: inherit !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin: 20px 0 30px !important;
    text-transform: capitalize!important;
    border-style: dotted !important;
    border-color: #C3C3C3 !important;
    border-width: 0 0 1px !important;
    font-size: 30px !important; /*16px;*/
    padding-bottom: 10px !important;
}

.BVTagsBlock {
    margin-left: 330px !important;
}

.BVFieldText:focus,.BVFieldTextArea:focus, .BVFieldText:focus,  .BVFieldTextCoreTitleTextBox:focus
{   border-style:solid;border-width:1px !important;
    border-color:#4D555B !important;
    background-color:#fbfbfb !important;
    color:#555555 !important;
    outline:none !important;
}

.BVDI_QTAttributes .BVDIToggleArea {
    min-width: 150px !important;
    right: 0 !important;
    left: 70% !important;
}

.BVDI_BAItem .BVDILinkDisabled
{
    display: inline !important;
}

.BVDILink .BVDI_COLinkPost 
{
    display: none !important;
}

.BVDI_COSelectedPageNumber {
    background: #4d555b !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 5px 10px !important;
}

.BVDI_COHeaderBody a.BVDILink.BVDI_COLinkPost
{
    display: none !important;
}

.BVRRReviewDisplayStyle5BodyClient {
    margin-bottom: 20px !important;
}
/********************** Product  Write Reivew *****************/
/* page not found */
.not-found-wrapper {
    text-align: center;
    padding: 70px 0 100px;
}

.not-found-title {
    font-size: 52px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}


.not-found-subtitle {
    font-size: 24px;
    line-height: 100%;
    display: block;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.not-found-widget {
    margin-bottom: 40px;
}


.not-found-widget p {
    font-size: 16px;
    color: #000000;
    line-height: 1.66em;
}

.not-found-clearboth {
    overflow: hidden;
    height: 0;
}

/* page not found */

.box330 {
    /* width: 330px; */
    height: 155px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

/*addthis execution overrides*/
.at-style-responsive .at-share-btn
{
    padding: 2px;
}

.at-resp-share-element .at-share-btn
{
    margin: 3px 2px 5px
}

 .at-share-btn
{
    background-color: rgba(102, 102, 102, 0.30) !important;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover
{
    -webkit-transform: none !important;
     transform: none !important;
     background-color: rgba(102, 102, 102, 0.60) !important;
}
/*addthis execution overrides*/
/**** SafariFixes ***/
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    #avs-dialog .button.btn-wide {
        width: 212px;
    }
}

/***clearance/savings**/
.clearanceBanner #banner{
        height: 300px;
        background-position: center;
    }

/*** abouts section ***/
    .aboutUsBanner
    {
        height: 300px;
        position: relative;
    }
    .aboutUsBanner .banner-header 
    {
      top: -200px;
    }

    .aboutUsBanner #banner{
        background-position: center;
        height: 300px;
    }

     .aboutUsBanner .banner-title, .aboutUsBanner .banner-copy
    {
        color: #fff;
        width: 1000px;
    }


.widget-heading h1 {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #4D555B;
    text-align: center;
}

.widget-heading p {
    font-family: 'Raleway-Regular', 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #4D555B;
    text-align: center;
}

/*featured products*/

#featuredProducts-container
{
    margin-bottom: 20px;
}
#featuredProducts-container .jcarousel {
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 960px;
    float: left;
    padding: 0px;
    height: auto;
}

#featuredProducts-container .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#featuredProducts-container  .centerCarousel,#featuredProducts-container  ul.centerCarousel{
    /*width: 100%;*/
    text-align: center;
    float: none;
}

#featuredProducts-container .jcarousel li {
    float: left;
    width: auto;
    height: auto;
}
#featuredProducts-container .jcarousel img
{
    display: inline-block;
}

#featuredProducts-container .imageCarousel
{
    margin-top: 0px;
}

#featuredProducts-container .jcarousel-control-prev {
    float: left;
    width: 20px;
    margin-top: 140px
}

#featuredProducts-container .jcarousel-control-next {
    float: left;
    width: 20px;
    margin-top: 140px;
}

#featuredProducts-container .jcarousel-control-prev img {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#featuredProducts-container .jcarousel-control-next img {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#featuredProducts-container .jcarousel-control-next.inactive, #featuredProducts-container .jcarousel-control-prev.inactive {
    opacity: 0.2;
}

#featuredProducts-container #SearchList
{
    position: relative;
}

#featuredProducts-container #SearchList li {
    display: inline-block;
    float: left;
}

#featuredProducts-container .listingBox 
{
    margin: 5.5px;
}

#featuredProducts-container .overlay {
      position: absolute;
    }

    #featuredProducts-container .listingBox:hover .overlay {
      display: block;
    }

    #featuredProducts-container .listingButton {
          position: absolute;
          top: 160px;
          left: 40px;
          opacity: 0;
          background-color:#f3bc22;
          margin: 0 auto;
          width: 150px;
          min-width: 135px;
          height: 28px;
          text-align: center;
          cursor: pointer;
          box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        }

    #featuredProducts-container .listingButton a {
      width: 150px;
      text-align: center;
      z-index: 1;
      font-size: 14px;
      line-height: 30px;
      color: #ffffff;
      border: 1px;
    }

    #featuredProducts-container .listingBox{
        min-height: 250px;
        width: 228px;
    }

    #featuredProducts-container .listingBox:hover .listingButton {
      opacity: 1;
      top: 220px; /*130px*/
       -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
      -webkit-backface-visibility: hidden;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    #featuredProducts-container .listingReviews
    {
        min-height: 0
    }

    #featuredProducts-container .listingReviews a
    {
        border-bottom: none;
    }

    #featuredProducts-container h2
    {
        font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        color: #666666 ;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.1;
    }

/*featured products*/

/*** carouse banner **/
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
     left:-100%;
}
#carouselHomePage .animationDelay{
}
#carouselHomePage .fontControls{
    display: none;
}
#carouselHomePage .carousel-controls{
position: absolute;
    top: 50%;
    background-image: none;
    border: none;
    height: auto;
    opacity: 1;
    width: 6%;
    height: auto;
    opacity: 1;
    color: #d1d1d1;
    bottom: 0;
    top: 50%;
    transform: translateY(-25%);
    display: none;
    }

#carouselHomePage .carousel-controls.next
{
        right: 0;
    left: auto;
}
#carouselHomePage .carousel-controls.previous{
    text-align: right;
}

.left {
    float: left;
}

.right
{
    float: right;
}

#carouselHomePage
{
    position: relative;
}

#carouselHomePage:hover .carousel-controls {
            display: block;
    }
#carouselHomePage .carousel-inner {
    height: 600px;
}
#spinHomeBanner
{
   position: fixed;
   left: 0px;
   z-index: 9999;       
   width: 100%;
   height: 600px;  
   top: 130px;
   background: url(//assets.fellowes.com//images/site/parallax/perpetuummobile/skins/loader.gif) 50% 50% no-repeat #fff;
}

/*** carouse banner **/

/*** Menu - V4 ***/
div.menu-v41 div.core-category-container{
    display: flex;
    flex-direction: column;
}
div.menu-v51 div.core-category-container{
    display: flex;
    flex-direction: row;
    padding: 10px 0px 3px 10px;
}
div.menu-v61 div.core-category-container{
    display: flex;
}
div.menu-v71 div.core-category-container{
}
div.menu-v81 div.core-category-container{
}
div.menu-v41 div.core-category, div.menu-v61 div.core-category{
}
div.menu-v51 div.core-category{
    width: 330px;
    padding: 10px;
    border: 1px solid rgba(77, 85, 91, 0.2);
    margin-right: 10px;
    margin-bottom: 5px;
    box-shadow: 0 0 10px rgba(77, 85, 91, 0.1);
}
div.menu-v51 div.core-category:hover{
    border: 1px solid rgba(77, 85, 91, 0.4);
    box-shadow: 0 0 10px rgba(77, 85, 91, 0.2)
}
div.menu-v51 div.core-category a h5{
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
div.menu-v51 div.core-category a:hover h5{
    background-color: rgba(77, 85, 91, 0.2);
    color: #444444;
}
div.menu-v51 div.core-category a:hover div.category-image-container img{
    box-shadow: 0px 0px 50px rgba(77, 85, 91, 0.15);
}
div.menu-v41 h5.core-title, div.menu-v61 h5.core-title{
    background-color: rgba(77, 85, 91, 0.65);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 5px 5px 10px; 
}
div.menu-v41 h5.core-title,div.menu-v61 h5.core-title
{
    font-size: 14px;
}
div.menu-v51 h5.core-title{
    background-color: rgba(77, 85, 91, 0.65);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 5px 5px 10px; 
    text-align: center;
}
div.child-category-container{
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}
div.menu-v41 div.child-category, 
div.menu-v61 div.child-category{
    width: 118px;
    padding: 3px;
    border: 1px solid rgba(77, 85, 91, 0.2);
    margin-right: 5.7px;
    margin-bottom: 5px;
    box-shadow: 0 0 10px rgba(77, 85, 91, 0.1)
}
div.menu-v71 div.child-category{
    width: 159px;
    padding: 3px;
    border: 1px solid rgba(77, 85, 91, 0.2);
    margin-right: 6px;
    margin-bottom: 5px;
    box-shadow: 0 0 10px rgba(77, 85, 91, 0.1)
}
div.menu-v81 div.child-category{
    width: 159px;
    padding: 3px;
    /*border: 1px solid rgba(77, 85, 91, 0.2);*/
    margin-right: 6px;
    margin-bottom: 5px;
    /*box-shadow: 0 0 10px rgba(77, 85, 91, 0.1)*/
}
div.menu-v41 div.child-category
{
    width: 160px;
    height: 140px;
}

div.menu-v61 div.child-category
{
    width: 118px; /*118px;*/
    height: 150px;
}

div.menu-v71 div.child-category
{
    /*width: 159px;
    height: 165px;
    margin: 10px 19px;*/
    width: 145px;
    height: 145px;
    margin: 10px 10px;
}
div.menu-v81 div.child-category
{
    width: 165px;
    /*height: 165px;*/
    margin: 10px 16px;
    padding:0;
}
div.menu-v41 div.child-category:hover, div.menu-v71 div.child-category:hover, div.menu-v61 div.child-category:hover
{
     border: 1px solid rgba(77, 85, 91, 0.4);
     box-shadow: 0 0 10px rgba(77, 85, 91, 0.2)
}

div.menu-v81 div.category-image-container:hover
{
    border: 1px solid rgba(77, 85, 91, 0.84);
}

div.menu-v41 div.category-image-container div.viewall,   div.menu-v61 div.category-image-container div.viewall
{
    font-size:3em;margin:0 auto;padding-top: 35px;
}
div.menu-v81 div.category-image-container div.viewall
{
    font-size:3em;margin:0 auto;padding-top: 20px;
}

div.menu-v71 div.category-image-container div.viewall
{
    font-size:3em;margin:0 auto;padding-top: 25px;
}

div.viewall .fa-lg {
    color: rgba(77, 85, 91, 0.33);
}

/*div.child-category:hover{
    border: 1px solid rgba(77, 85, 91, 0.4);
}
*/

h5.child-title{
    text-align: center;
    /*font-size: 0.85em;*/
    font-size: 1em;
    font-weight: 500;
}
div.menu-v61 div.category-image-container{
    width: 100px;
    height: 110px; /*100px;*/
    text-align: center;
    margin: 0 auto;
}
div.menu-v71 div.category-image-container{
    /*width: 125px;
    height: 125px;*/
    width: 145px;
    height: 110px;
    text-align: center;
    margin: 0 auto;
    /*margin-top: 10px;*/
}
div.menu-v81 div.category-image-container{
    width: 165px;
    height: 115px;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    -o-transition: border 500ms ease-out;
     transition: border 500ms ease-out; 
    background-color: rgba(77,85,91,0.05);
    border: 1px solid rgba(77, 85, 91, 0.2);
    margin-bottom: 10px;
}


}
div.menu-v41 div.category-image-container{
    width: 100px;
    height: 110px;
    text-align: center;
    margin: 0 auto;
}
div.menu-v51 div.category-image-container{
    height: 170px;
    text-align: center;
}
div.menu-v61 div.category-image-container img{
    width: 100px; /*90px*/
}
div.menu-v41 div.category-image-container img{
    width: 100px;
}
div.menu-v51 div.category-image-container img{
    width: 150px;
}
div.menu-v71 div.category-image-container img{
    /*width: 125px;*/
    width: 100px;
}
div.menu-v81 div.category-image-container img{
    /*width: 125px;*/
    width: 100px;
    margin-top: 5px;
}
div.menu-v51 ul.child-category-list{
    padding: 10px 0x
}
div.menu-v51 ul.child-category-list li{
    font-size: 1.01em;
    padding: 0 10px;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
div.menu-v51 ul.child-category-list li:hover{
    background-color: rgba(77, 85, 91, 0.2);
    color: #444444;
}
div.menu-v51 ul.child-category-list li:hover a{
    color: #444444;
}

/***/
/**option - without overlay (add to cart)**/
/*featured products*/
#fp-container
{
    margin-top: 20px;
    margin-bottom: 20px;
}
#fp-container .jcarousel {
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 960px;
    float: left;
    padding: 0px;
    height: auto;
}

#fp-container .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fp-container  .centerCarousel,#fp-container  ul.centerCarousel{
    /*width: 100%;*/
    text-align: center;
    float: none;
}

#fp-container .jcarousel li {
    float: left;
    width: auto;
    height: auto;
}
#fp-container .jcarousel img
{
    display: inline-block;
}

#fp-container .imageCarousel
{
    margin-top: 0px;
}

#fp-container .jcarousel-control-prev {
    float: left;
    width: 20px;
    margin-top: 140px
}

#fp-container .jcarousel-control-next {
    float: left;
    width: 20px;
    margin-top: 140px;
}

#fp-container .jcarousel-control-prev img {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#fp-container .jcarousel-control-next img {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#fp-container .jcarousel-control-next.inactive, #fp-container .jcarousel-control-prev.inactive {
    opacity: 0.2;
}

#fp-container #SearchList
{
    position: relative;
}

#fp-container #SearchList li {
    display: inline-block;
    float: left;
}

#fp-container .listingBox 
{
    margin: 6.5px;
}

/*#fp-container .overlay {
      position: absolute;
    }

    #fp-container .listingBox:hover .overlay {
      display: block;
    }*/

    #fp-container .listingButton {
          /*position: absolute;*/
          top: 160px;
          left: 40px;
          /*opacity: 0;*/
          background-color:#f3bc22;
          margin: 0 auto;
          width: 155px;
          min-width: 135px;
          height: 28px;
          text-align: center;
          cursor: pointer;
          /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
        }

    #fp-container .listingButton a {
      width: 150px;
      text-align: center;
      z-index: 1;
      font-size: 14px;
      line-height: 30px;
      color: #ffffff;
      border: 1px;
    }

    #fp-container .listingBox{
        /*min-height: 250px;
        width: 228px;*/
        min-height: 350px;
        width: 228px;
    }

    /*#fp-container .listingBox:hover .listingButton {
      opacity: 1;
      top: 220px; 
       -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
      -webkit-backface-visibility: hidden;
      box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }*/

    #fp-container .listingReviews
    {
        min-height: 0
    }

    #fp-container .listingReviews a
    {
        border-bottom: none !important;
    }

    #fp-container h2
    {
        font-family: 'Raleway-Medium', 'Raleway Medium', 'Raleway';
        font-weight: 500;
        font-style: normal;
        font-size: 32px;
        color: #666666 ;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    /**option - without overlay (add to cart)**/

/***/
/***  extended copy begin **/
#extCopy
{
    left:-0px;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.morelink 
{
    font-weight: 500;
    text-align: center;
    font-size: 12px;
}
a.morelink i
{
    opacity: 0.56;
}
a.morelink span
{
    border-bottom :dashed 1px rgba(77, 85, 91, 0.56); 
}

a.morelink.more span:hover
{
   border-bottom: none;
}
.morelink-footer.border {
    text-align: left;
}
/***  extended copy end **/

#messaging-line a{
    border-bottom:dashed 1px rgba(77,85,91,0.56);
}

div.variance-container{
    margin: 10px 0;
    background-color: rgba(40,44,42,0.05);
    border-top: 1px solid rgba(40,44,42,0.15);
    border-top: 1px solid rgba(40,44,42,0.15);
    padding: 10px;
}
div.variance-container div.variance-title{
    margin: 5px 0;
}
div.variance-container span.variance-title-name{
}
div.variance-container span.variance-title-selection{
    font-weight: 700;
    margin-left: 5px;
}
div.variance-container ul{
    
}
div.variance-container ul li{
    float: left;
    margin-right: 10px;
}
div.variance-container ul li.variance-text{
    border: solid 1px rgba(40,44,42,0.35);
    min-width: 45px;
    height: 30px;
    width: 100px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
}
div.variance-container ul li.variance-color{
    height: 30px;
    width: 30px;
    border: solid 1px rgba(40,44,42,0.35);
    cursor: pointer;
}
div.variance-container ul li.variance-icon{
    cursor: pointer;
}
div.variance-container ul li.variance-unknown{
    display: none;
}
div.variance-container ul li.variance-icon img{
    width: 30px;
    height: 30px;
    border: solid 1px rgba(40,44,42,0.35);
}
div.variance-container ul li.variance-selected{
    border-bottom:solid 3px #06bef0;
    cursor: default;
}
input.css-swatchbox{
    display: none;
}

label input.css-swatchbox{
    display: none;
}
div.filterOption.color-chose {
    float: left;
}
div.filterOption.color-chose label{
    margin-left: 0;
    margin-right: 10px;
}
label span.filter-swatch-icon {
    width: 30px;
    height: 30px;
    display: block;
    border: solid 1px rgba(40,44,42,0.35);
    position: relative;
}
div.filterOption.color-chose.disabled span.filter-swatch-icon {
    cursor: not-allowed;    
    opacity: 0.2;
    filter: alpha(opacity=20);
}
label.selected-swatch span.filter-swatch-icon {
    border-bottom:solid 3px #06bef0;
}
label.selected-swatch span.filter-swatch-icon:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #444;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 7px;
}
label.selected-swatch span.filter-swatch-icon-Color_s___Black:before,
label.selected-swatch span.filter-swatch-icon-Color_s___Gray-Ash:before,
label.selected-swatch span.filter-swatch-icon-Color_s___Mahogany:before,
label.selected-swatch span.filter-swatch-icon-Color_s___Newport-Oak_Silver:before,
label.selected-swatch span.filter-swatch-icon-Color_s___Walnut:before {
    color: #fff;
}
div.variance-container ul li#Black.variance-color,
label span.filter-swatch-icon-Color_s___Black{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Black.png);
}
div.variance-container ul li#Gray.variance-color,
label span.filter-swatch-icon-Color_s___Gray {
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Gray.png);
}
div.variance-container ul li#Grey.variance-color,
label span.filter-swatch-icon-Color_s___Grey {
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Grey.png);
}
div.variance-container ul li#Gray-Ash.variance-color,
label span.filter-swatch-icon-Color_s___Gray-Ash{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_GrayAsh.png);
}
div.variance-container ul li#Mahogany.variance-color,
label span.filter-swatch-icon-Color_s___Mahogany{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Mahogany.png);
}
div.variance-container ul li#Maple.variance-color,
label span.filter-swatch-icon-Color_s___Maple{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Maple.png);
}
div.variance-container ul li#Newport-Oak_Silver.variance-color,
label span.filter-swatch-icon-Color_s___Newport-Oak_Silver{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_NewportOak_Silver.png);
}
div.variance-container ul li#Silver.variance-color,
label span.filter-swatch-icon-Color_s___Silver{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Silver.png);
}
div.variance-container ul li#Walnut.variance-color,
label span.filter-swatch-icon-Color_s___Walnut{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Walnut.png);
}
div.variance-container ul li#White.variance-color,
label span.filter-swatch-icon-Color_s___White{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_White.png);
}
div.variance-container ul li#Newport-Oak.variance-color,
label span.filter-swatch-icon-Color_s___Newport-Oak{
    background-image: url(//assets.fellowes.com/images/icons/small/Swatch_Newport_Oak.png);
}
/**/
.wc-mb-position {
    display:none;
}

div#subCategory-banner div.banner-bg {
    width: 100%;
    height: 380px;
    float: left;
    background-repeat: no-repeat;
    background-position: center bottom;
}

div#listing-banner div.banner-bg{
    width: 100%;
    height: 185px;
    float: left;
    background-repeat: no-repeat; 
    background-position: center bottom;
}

div#listing-banner div.banner-bg.banner-empty{
    height: 145px;
    background-color: #E6E9F0;
}

div.banner-video {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50.6vw;
}

div.banner-video div.banner-video-container {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;
}

div.banner-video div.video-view{
    display: block !important;
}

div.banner-video #video-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    background: transparent url(video-bg.jpg) no-repeat;
    background-size: cover;
}

div.banner-video div.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.60);
    width: 100%;
}

div.banner-video div.video-overlay h1 {
    font-family: 'Raleway-Regular','Raleway';
    color: #4c555a;
    font-size: 50.02px;
    font-weight: 500;
    text-align: center;
    line-height: 6rem;
    margin-top: 15px;
}
#ProductList .listing-variance{	height: auto;}
#ProductList div.variance-container{width: 227px;height: auto;z-index: 99; margin: 0;background: none;border: none;padding: 0;}
#ProductList div.variance-container ul {margin: 0 auto;text-align: center; position: relative;}
#ProductList div.variance-container ul li.variance-color { height: 20px;width: 20px;}
#ProductList div.variance-container ul li.variance-text{width: 60px;margin:5px;	height: 25px;font-size: 12px;line-height: 20px;}
#ProductList div.variance-container ul li{float: none;	margin: 2px 5px;}
#ProductList div.variance-container ul li.variance-text{border: solid 1px rgba(40,44,42,0.15);}
#ProductList div.variance-container ul li.variance-color{border: solid 1px rgba(40,44,42,0.15);}
#ProductList div.variance-container ul li.variance-selected{border-bottom:solid 3px #06bef0;cursor: default;}
.pdShipping { display: none; }
/*eCommerce - Backorder/preorder*/
.commerce-item {display:block; font-size: 0.7em;}
.commerce-delaymessage {display:block; font-size: 0.7em; color: #FF0000;}
.delayorder-container {min-height: 15px; margin-top: 2px; }
.pdAtcButton .delayorder-container {min-height: 10px;margin-top: 0;}
.delayorder, .protoorder {font-size: 0.7em; color: #FF0000;text-align: center; clear: both}
.ecomprice {min-height: 80px;}
.disabled{ cursor:not-allowed !important; opacity: 0.2; filter: alpha(opacity=20);}
#checkout-recaptcha { margin-top: 15px; width: 100%; padding-left: 80px;}
.protoorder {display: none;}
.rules { margin: 10px 0;}
.authError { float: left;color: #FF0000;}
#login-recaptcha { margin-bottom: 10px;}