body {
    background: #f0f0f0 url(/web/images/store/header_gray.jpg) repeat-x;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif !important;
}

body .mboxShim {
	display: block!important;
	visibility: visible!important;
}

.sdc-bs-cs .navbar {
	margin-bottom: 0px !important;	
}

#sortByForm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  padding: 8px 10px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #5d5d5d;
  text-transform: none;
  outline: none;
  display: inline-block;
  background-image: url('/web/images/headers/nav_drop_down_link.png');
  background-position: calc(100% - 21px) 50%, calc(100% - 13px) 50%, calc(100% - 3px) 50%, calc(100% - 2px) 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#sortByForm select {
		padding-right: 10px;
	}
}

#sortByForm select::-ms-expand {
  display: none;
}

#wrapper #container {
    max-width: 100%;
    width: 100%;
}

#container {
    margin: 0px auto;
    background: none;
    border: none;
}

#identity {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
}

#identity .logo-link {
	display: block;
	width: 161px;
	height: 32px;
	overflow: hidden;
	float: left;
	margin: 10px 2em 0 0;
}

#identity .logo-link strong {
    color: #fff;
    font-size: 18px;
}

#identity img#stamps-logo {
	margin: 0 4px 0 0;
}

#identity img#usps-logo {
	display: block;
	overflow: hidden;
	float: left;
	margin: 6px 2em 0 0;
}

#topLinks {
    height: 49px;
    width: auto;
    padding: 0;
    margin: 0;
}

#autocomplete-results .auto_suggest-panel h3.related-products {
	margin:0px !Important	
}

span.productResults {
	display: block;
    margin: 15px 0px 0px 10px;
}

#navSearch .auto_suggest-panel span.productResults a {
	float: right;
    padding-right: 22px;
    text-transform: none;
    text-decoration: none!important;
    color: #525A5F;
}
#navSearch .auto_suggest-panel span.productResults a:hover{
	text-decoration: underline !important;
}
#topLinks ul li {
    line-height: 50px;
    height: 50px;
    border-right: none;
    position: relative;
}

#topLinks .profile-dropdown {
	color: #fff;
	display: block;
	float: left;
	margin: 0 0px 0 0;
}

#topLinks ul.profile-dropdown li.dropdown:hover {
    background-color: #fff;
    background-image: url("/web/images/headers/profile_drop_down_link_hover.png"), url("/web/images/headers/User-Icon-Grey_hover(small).png");
    background-repeat: no-repeat;
    background-position: 35px, 10px;
    padding-left: 58px;
    right: 10px;
}

#topLinks .profile-dropdown li.dropdown {
    background-image: url("/web/images/headers/profile_drop_down_link.png"), url("/web/images/headers/User-Icon-White(small).png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 35px, 10px;
    padding-left: 58px;
    right: 10px;
}

#topLinks .profile-dropdown li.userDetails-dropdown{
 	background-image: url("/web/images/headers/profile_drop_down_link.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    right: 20px;
}

#topLinks .profile-dropdown li.userDetails-dropdown:hover{
 	background-image: url("/web/images/headers/profile_drop_down_link_hover.png");
}

#topLinks .profile-dropdown li.userDetails-dropdown a {
    margin-right: 18px;
    margin-left: 10px;
}

#topLinks ul.profile-dropdown li ul.profile-menu-list .profile-menu-list-item a {
    margin-left: 0px;
    margin-right: 0px;
}

.profile-menu-list li a.dropdown-option{
	background-image: url("/web/images/headers/profile_drop_down_link.png");
	margin-right: 30px;
    padding-left: 10px;
}
.profile-menu-list li a.dropdown-option:hover {
    background-image: url("/web/images/headers/profile_drop_down_link_hover.png");
}

#topLinks ul.profile-dropdown li {
	font-size: 13px;
	font-weight: 600;
	line-height: 48px;
	text-transform: none;
}

#topLinks ul.profile-dropdown li ul.profile-menu-list li {
	float: none;
    padding: 10px;
    height: auto;
    overflow: hidden;
    line-height: 16px;
    font-size: 13px;
    border-bottom: 1px solid #525A5F;
}

#topLinks ul.profile-dropdown li ul.profile-menu-list li::last-child {
	border: none;
}

#topNavigation .cart-link,
#topLinks .cart-link {
	background: transparent url(/web/images/headers/cart_icon.png) scroll no-repeat 8px 9px;
	border: 1px solid #CCCED0;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	margin: 6px 0 0 0;
	min-width: 16px;
	min-height: 20px;
	padding: 13px 6px 0 32px;
	text-decoration: none;
}

#wcMiniCart .cart-link {
	color: #565E64;
	border: 1px solid #565E64;
}

#topNavigation #wcMiniCart .cart-link:hover {
	background: #fff url(/web/images/headers/cart_icon_hover.png) scroll no-repeat 5px 9px !important;	
}

#topLinks .cart-link:hover {
	background: transparent url(/web/images/headers/cart_icon_hover.png) scroll no-repeat 8px 9px;
	background-color: #fff;
	border: 1px solid #525A5F;
	color: #525A5F;
}

#topNavigation #wcMiniCart .cart-link {
	background: transparent url(/web/images/headers/cart_icon_hover.png) scroll no-repeat 5px 9px!important;
	padding: 13px 6px 0 26px;
}

#topLinks ul.profile-dropdown li:hover {
	background-color: #fff;
}

#topLinks .profile-dropdown li:hover a,
#topLinks .dropdown-option:hover {
	color: #525a5f;
	text-decoration: none;
}

#topLinks ul.profile-dropdown li ul.profile-menu-list a {
	text-decoration: none;	
	color: #525a5f;
}

#topLinks ul.profile-dropdown li ul.profile-menu-list a:hover {
	text-decoration: underline;	
}

#topLinks .profile-menu-container {
    display: none;;
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    top: 49px;
    right: 0px;
    z-index: 9999;
}

#topLinks .userDetails-dropdown .profile-menu-container{
	width: auto;
    min-width: 94px;
}

#topLinks ul.profile-dropdown li:hover .profile-menu-container,
#topLinks .dropdown-option:hover + .profile-menu-container,
#topLinks .profile-menu-container:hover {
	display: block;
}

.fpInner table,
.pgHead {
    padding-top: 20px;
}
.fpInner table.cartPage,
table.pgForm {
	padding-top: 0px;
}
#checkoutHeader {
	border: none;
    background-color: #f0f0f0;
    height: 34px;
    width: 1000px;
    margin: 0 auto 0;
    float: none;
    clear: both;
    padding: 10px 0px 10px 0px;
}
#panel {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	min-height: 560px;
}

#panel .page {
	width: 1000px;
    margin: 0 auto;
}

#panel #floatingPanel {
    box-shadow: none;
    margin: 0;
}

#panel #floatingPanel .fpInner {
	margin-top: 0;
	width: 100%;
	padding-top: 0;	
    padding: 0px;
}

#sortBySelect option {
    font-size: 14px;
    color: #525A5F;
    padding: 0px 0px 5px 14px;
}
.hrs-scroll {
	cursor: pointer;
}
.priceOptions select option {
	font-size: 11px;
}

.priceOptions div {
	font-family: Arial, Helvetica, sans-serif;
}
#storeTopNav {
    height: auto;
    margin: 0;
}

.sdc-bs-header .navbar .nav > li.active > a,
.sdc-bs-header .navbar .nav > li.active:hover > a {
	background-color: #f0f0f0;
}

#lowerNav {
	border: none;
    background-color: #f0f0f0;
    height: auto;
    width: 1000px;
    margin: 0 auto 0;
    float: none;
    clear: both;
    position:relative;
}

ul#topNavigation {
    /*  width: 1000px; */
    height: 54px;
    position: relative;
}

ul#topNavigation li#homePageIcon {
	width: 28px;
	margin-right: 16px;
}

ul#topNavigation li#homePageIcon a.categoryAnchorTag {
	line-height: 14px;
	vertical-align: middle;
	margin:13px 0 0 0;
	padding: 0;
	border-radius: 28px;
   	border-left: 1px solid transparent;
}

/* ul#topNavigation li#navSearch {
	width: 209px;
} */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	ul#topNavigation li#navSearch {
		width: 200px;
	}
	
	ul#topNavigation li.mainCategory .searchMenuHover {
   		margin: -12px 0 0 -5px;
	}
}

ul#topNavigation li#navSearch.client-store {
	width: 154px!important;
    float: left !important;
}

#navSearch form#simpleSearchFormTopNav {
    height: auto;
    width: auto;
    position: relative;
	margin: 8px 0 0;
    text-align: right;
}

ul#topNavigation li#navSearch.client-store form#simpleSearchFormTopNav {
	left: -10px!important;
}

#navSearch form #storeSearchFieldTopNav {
	height: 34px;
    width: 93px;
    padding-left: 8px;
    padding-right: 35px;
    border: 1px solid #a9a9a9;
    background-color: #fff;
}
.lessWidth {
	width: 86px !important;
}
#navSearch #autocomplete-results {
	display: none;
	min-height: 70px;
	height: auto;
	width: 390px;
	max-height: 550px;
	/* min-width: 610px; */
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	right: -2px;
	top: 45px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}

#navSearch .auto_suggest-panel {
	background-color: #f6f7f7;
    width: 390px;
    max-height: 544px;
    position: relative;
    min-height: 70px;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #545454;
    z-index: 9999;
    line-height: 14px;
    top: 0;
    padding: 0;
    margin: 0;
}

#navSearch .auto_suggest-panel .dimensions-results {
	background-color: #525A5F;
	display: block;
	float: left;
	height: 560px;
	max-height: 544px;
	min-width: 230px;
	width: auto;
	overflow: hidden;		
}

#autocomplete-results .auto_suggest-panel div {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    height: auto;
    left: 0;
    line-height: initial;
    margin: 0;
    min-height: 224px;
    overflow: visible;
    padding: 0;
    position: static;
    text-transform: none;
    width: auto;
}

#autocomplete-results .auto_suggest-panel div h3 {
	font-size: 15px;
	margin-bottom: 18px;
}

#autocomplete-results .auto_suggest-panel div h3.category-header {
	border-top: 1px solid;
	padding-top: 15px;
}

#navSearch .auto_suggest-panel a {
	text-decoration: none;
}

#autocomplete-results .auto_suggest-panel .results-panel-image > div {
    height: auto;
    width: auto;
    margin: 0 auto 20px;
    min-height: initial;
    overflow: hidden;
}

#autocomplete-results .auto_suggest-panel h3.related-products {
	font-size: 16px;
    margin: 15px 0 0px 10px;
    float: left;
    text-align: right;
    text-transform: initial;
}

#autocomplete-results .auto_suggest-panel div.results-list > div {
    height: 240px;
    margin: 0 0 10px 0;
}

#autocomplete-results .auto_suggest-panel div.results-list > div:last-child {
    margin: 0;
}

#autocomplete-results .auto_suggest-panel div.results-panel-image span {
    display: block;
    float: left;
    width: 138px;
    height: auto;
    min-height: 208px;
    max-height: 208px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #CCC;
    position: relative;
}

#autocomplete-results .auto_suggest-panel div.results-panel-image span:first-child {
    margin-right: 10px;
}

#autocomplete-results .auto_suggest-panel div.results-panel-image span.lblPrice {
    border: none;
    width: auto;
    padding: 0;
    min-height: auto;
    height: auto;
    float: left;
}

#autocomplete-results .auto_suggest-panel div.results-panel-image span.price {
	border: none;
    width: auto;
    padding: 0;
    min-height: auto;
    height: auto;
    font-weight: normal;
}

#autocomplete-results .auto_suggest-panel div span a {
	color: #fff;
	font-size: 13px;
    line-height: 26px;
}
#autocomplete-results .auto_suggest-panel div.results-panel-image span a {
    color: #525A5F;
    display: block;
    width: auto;
    max-height: 130px;
    height: auto;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    line-height: normal;
}

#storebody .caption p.rowPrice .price {
    font-weight: normal;
}

#autocomplete-results .auto_suggest-panel div.results-panel-image span .rowPrice{
	color: #525A5F;
    display: inline-flex;
    height: 10px;
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    margin-bottom: 0px;
    float: left;
}
.discountedPrice {
	text-decoration: inherit;	
}

.discountedPrice,
.discountedColor {
	border: none !Important;
    width: auto !important;
    margin: 0px;
    padding: 0px !important;
}

#autocomplete-results .auto_suggest-panel div.results-panel-default span a:hover,
#autocomplete-results .auto_suggest-panel div.results-panel-categories span a:hover {
	text-decoration: underline;
}

#autocomplete-results .auto_suggest-panel div span img {
    line-height: normal;
    display: block;
    width: 133px;
    margin: 0 auto;
    padding: 0;
}

#autocomplete-results .auto_suggest-panel .results-panel-image {
	background-color: #f6f7f7;
	float: right;
	max-height: 511px;
    width: 370px;
    padding: 15px 0px 10px 10px;
    background-size: contain;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

#autocomplete-results .auto_suggest-panel .results-panel-image .product-title {
	bottom: 0;
	width: 138px;
    max-height: 50px;
    height: auto;
    padding: 5px 0px;
}

#autocomplete-results .auto_suggest-panel .results-panel-image .product-title:hover {
    text-decoration: underline;
    color: #2159A8;
}

#autocomplete-results .auto_suggest-panel .results-panel-default,
#autocomplete-results .auto_suggest-panel .results-panel-categories {
	background-color: #545454;
    width: 200px;
    color: #fff;
    padding: 0 15px 25px;
}

#autocomplete-results .auto_suggest-panel .results-panel-default {
	padding-top: 15px;
}

#autocomplete-results .auto_suggest-panel div .results-list {
	margin: 0;
}

#autocomplete-results .auto_suggest-panel h1.no-results-heading {
    width: auto;
    border: none;
    text-align: center;
    margin: 15px 0;
    text-transform: none;
    color: #545454;
    font-size: 16px;
}

#autocomplete-results .auto_suggest-panel span.searchTerm {
    word-break: break-all;
}

ul#topNavigation li.mainCategory {
	border: none;
    height: 54px;
    line-height: 28px;
    margin: 0;
    padding-top: 0;
    position: initial;
    vertical-align: middle;
    width: auto;
    float: left;
}

ul#topNavigation ul.storeCategoryItems {
    /* -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
    float: left;
    max-width: 350px; */
}

ul#topNavigation ul.storeCategoryItems.less15 {
	float: left;
	width: auto;
	min-width: 175px;
    max-width: 230px;
}

.storeCategoryContainer ul:nth-child(2){
	text-transform: none;
    padding-left: 20px;
    width: auto;
    max-width: 215px;
    min-width: 200px;
    float: right;
}

.storeCategoryContainer ul:nth-child(2) li {
	line-height: 2.0em;
	text-transform: none;
	margin-bottom: 0px;
}

ul#topNavigation ul.storeCategoryItems.topProducts {
	float: right;
	width: auto;
	min-width: 210px;
	padding-left: 15px;
    /* -webkit-column-count: 1;
    -webkit-column-gap: 50px;
    -moz-column-count: 1;
    -moz-column-gap: 50px;
    column-count: 1;
    column-gap: 50px;
    margin-right:0;
    margin-left:0;
    width: auto;
    padding-left: 10px;
    position:absolute; */
}

ul#topNavigation li.mainCategory div.storeCategoryContainer {
	padding: 15px;
	/* position: absolute; */
}

ul#topNavigation li.mainCategory div.storeCategoryContainer.withTopProducts {
	width: auto;
	height: auto;
	padding: 15px;
/* 	min-width: 400px; */
	left: 0;
}

ul#topNavigation li.mainCategory #storeSearchButton {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -9px 10px 0 0;
	float: none;
}

ul#topNavigation li.mainCategory #simpleSearchFormTopNav.closed {
	display: none;
}

.pricediv {
	text-align: center;	
}

.pricediv span {
    font-size: 14px;
    font-weight: normal;
}

.lblPrice, .discountedPrice {
	color: #666;	
}

ul#topNavigation li.mainCategory .searchMenuHover {
	background: transparent url(/web/images/store/buttons/search_icon_closed.png) scroll no-repeat 0 0;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
    top: 50%;
    margin: 15px 0 0 0;
    float: right;
}

.client-store a.searchMenuHover {
    float: right;
}

ul#topNavigation li.mainCategory.client-store .searchMenuHover {
	left: 120px;
	float: right;
    margin-right: 10px;
    margin-top: 15px;
}

li#navSearch {
	float: right !important;
	position: relative !important;
}

ul#topNavigation li:first-child a.categoryAnchorTag {
	background: none;
    border-left: none;
}

ul#topNavigation li.hovering {
    background-color: #fff;
    height: 54px!important;
    margin: 0!important;
    padding-top: 0px!important;
    position: relative;
}

ul#topNavigation li#wcMiniCart.hovering,
ul#topNavigation li#homePageIcon.hovering,
ul#topNavigation li#navSearch.hovering {
	background-color: transparent;
	box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

ul#topNavigation li#homePageIcon.hovering {
    margin-right: 16px!important;
}
/* 
ul#topNavigation li#homePageIcon.hovering a {
	background-color: #fff;
} */

ul#topNavigation .hovering a.categoryAnchorTag {
    color: #525a5f;
    border: none;
}

li.tertiaryCategories.childCategory {
    line-height: 20px !important;
    margin-bottom: 10px !Important;
}

li.subCategories.childCategory.columnCategory {
    line-height: 20px !important;
    margin-bottom: 15px !important;
}

#topNavigation ul.storeCategoryItems li.childCategory {
    list-style-image: none;
}

#topNavigation ul.storeCategoryItems li.tertiaryCategories {
	margin: 0;
} 

ul#topNavigation .right-menu div.storeCategoryContainer {
	right: 0 !important;
	text-align: left!important;
	left: auto !important;
}

ul#topNavigation > div > li { width:auto !important; margin:0 !important;}

#topNavigation li div.storeCategoryContainer {
    background-color: #fff;
    border-radius: 0;
    top: 50px;
}

#topNavigation .mainCategory a.categoryAnchorTag {
    display: inline-block;
    line-height: 26px;
    border-left: 1px solid #CCC;
    width: 100%;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    margin: 13px 0 0 0;
    padding: 0 30px 0 0;
    font-family: 'Open Sans', sans-serif !important;
}

#topNavigation .mainCategory.hovering a.categoryAnchorTag {
	border-left: 1px solid transparent;
}

#topNavigation .mainCategory a.categoryAnchorTag .menuItemLabel {
	width: auto;
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif !important;
}

.sdc-bs-header .dropdown-menu > li > a {
	padding: 11px 10px !important;
}

.sdc-bs-header .dropdown-menu .download.noMac a {
	padding: 0px !important;	
}

#navSearch div {
	background: none;
	padding: 8px 8px 0 8px;
    border: 1px solid #CCC;
}

#topNavigation .topProducts li.subCategories.childCategory.columnCategory:first-child .subCategoryLink {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

#topNavigation .topProducts li.subCategories.childCategory.columnCategory:first-child {
    margin-bottom: 15px !important;
}

.topProducts li.subCategories.childCategory.columnCategory {
    margin-bottom: 10px !important;
}

#topNavigation .topProducts li.childCategory a.subCategoryLink {
    font-weight: normal;
}

#topNavigation ul.storeCategoryItems li.columnCategory {
/* 	float: left; */
	margin: 0;
}

#topNavigation ul.storeCategoryItems li.childCategory {
	width: 190px;	
}

#topNavigation li.childCategory a {
    color: #525a5f;
}

#topNavigation li.childCategory a.subCategoryLink {
	font-weight: 700;
	color: #525a5f;
	text-decoration: none;
	text-transform: none;
}

#topNavigation li.childCategory a.subCategoryLink:hover {
	text-decoration: underline;
}

ul#topNavigation li.mainCategory:nth-child(7) div.storeCategoryContainer {
	width: auto;
    min-width: 160px;
    padding: 15px;
   /* max-width: 180px; */
}

ul#topNavigation li.mainCategory:nth-child(6) div.storeCategoryContainer {
    width: auto;
   /* min-width: 200px; */
    padding: 15px;
}
  
ul#topNavigation li.mainCategory:nth-child(6) div.storeCategoryContainer.withTopProducts,
ul#topNavigation li.mainCategory:nth-child(7) div.storeCategoryContainer.withTopProducts {
    min-width: 400px !important;
}

.winclient-page ul#topNavigation li.mainCategory:nth-child(6) div.storeCategoryContainer.withTopProducts,
.winclient-page ul#topNavigation li.mainCategory:nth-child(7) div.storeCategoryContainer.withTopProducts {
    min-width: 605px !important;
}

ul#topNavigation li.mainCategory:nth-child(7) div.storeCategoryContainer li.columnCategory {
   
}

ul#topNavigation li.mainCategory:nth-child(6) div.storeCategoryContainer li.columnCategory {
   
}

ul#topNavigation li.mainCategory:nth-child(5) div.storeCategoryContainer {
    width: auto;
    /* min-width: 420px; */
}

.mainCategory.right-menu .storeCategoryContainer {
    min-width: 180px !Important;
}

ul#topNavigation li.hovering div.storeCategoryContainer {
	display: flex !important;	
	display: -ms-flexbox !important;
}

ul#topNavigation li.mainCategory:nth-child(5) div.storeCategoryContainer li.columnCategory {
   
}

ul#topNavigation li.mainCategory:nth-child(4) div.storeCategoryContainer {

}

ul#topNavigation li.mainCategory:nth-child(4) div.storeCategoryContainer li.columnCategory {
   
}

#topNavigation .childCategory a:hover {
    color: #525a5f;
    text-decoration: underline;
}

#navShippingMessage.header-shipping-message {
    float: none;
    clear: both;
    height: 30px;
    background: #EFEEEE !important;
    line-height: 30px;
    width: auto;
	min-width: 1000px;
    overflow: hidden;
    text-align: center;
    min-width:1000px;
    color: #2159a8;
    box-shadow: 5px 9px 16px 0px rgba(29, 29, 29, 0.08) inset;
	-o-box-shadow: 5px 9px 16px 0px rgba(29, 29, 29, 0.08) inset;
	-moz-box-shadow: 5px 9px 16px 0px rgba(29, 29, 29, 0.08) inset;
	-webkit-box-shadow: 5px 9px 16px 0px rgba(29, 29, 29, 0.08) inset;
}

a.freeShippingPolicyCartPopUp {
    font-style: italic;
}

a.freeShippingPolicyCartPopUp strong{
    font-style: normal;
}

#navShippingMessage.header-shipping-message #shippingMessage .cartTopText a,
#navShippingMessage.header-shipping-message #shippingMessage .cartBottomText a {
	color: #2159a8 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif !important;
}

#navShippingMessage.header-shipping-message #shippingMessage .cartTopText a strong {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 18px;
}

#navShippingMessage.header-shipping-message #shippingMessage .cartTopText a strong.free-label {
	margin-right: 3px;
}

#navShippingMessage.header-shipping-message #shippingMessage {
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

#navShippingMessage.header-shipping-message .freeShippingPolicyCartPopUp,
#navShippingMessage.header-shipping-message #shippingMessage .cartBottomText,
#navShippingMessage.header-shipping-message #shippingMessage .cartTopText {
    display: inline;
    vertical-align: 100%;
}


#navShippingMessage.header-shipping-message .freeShippingPolicyCartPopUp img {
	vertical-align: 70%;
	width: 40px;
    padding-bottom: 5px;
    margin-left: 2px;
}

#navShippingMessage.header-shipping-message .truckicon {
    display: inline;
    margin: 0;
    float: none;
    margin-left: 12px;
}

#navShippingMessage.header-shipping-message #shippingMessage .cartTopText, 
#navShippingMessage.header-shipping-message #shippingMessage * {
    display: inline!important;
    line-height: 30px!important;
}

div#tnsBanner {
    top: 45px;
    right: 0;
    margin: 0 !important;         /* For IE browser */
}

.body-block {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}

#MainContent {
	margin: 30px 0 0;
}

#MainContent #storebodyTopSKUs #result {
    margin-left: 15px;
}

.categoryHeader {
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}

.categoryHeader .catHeader {
	color: #525a5f;
	margin: 15px 0 0;
	font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.categoryHeader .searchLabel {
	color: #525a5f;
    margin: 44px 0 0;
    font-size: 18px;
    font-weight: normal;
}

.categoryHeader .catHeader.search-message {
	margin-top: 15px;
}

.categoryHeader .noOfItems.search-Items {
	margin-bottom: 10px;
}

.categoryHeader .search-adjustment-message,
.categoryHeader .noOfItems {
	font-style: italic;
	margin: 0 0 10px;
	color: #525A5F;
}

.brdBot {
	margin: 10px 0 0;
}

.breadcrumbs {
    margin: 0!important;
    padding-top: 0;
}

.breadcrumbs a {
    color: #A9A9A9;
}
.breadcrumbs li {
	display: inline;
}

.breadcrumbs li::after {
	content: ' >';
}

.breadcrumbs li:last-child::after,
.breadcrumbs li.active::after {
	content: '';
}

#floatingPanel .breadcrumbs {
	margin-top: 10px !Important;
}

td.breadcrumbs {
    padding-top: 10px !important;
}

.refinement-menu,
.refinement-menu h5 {
	color: #525A5F;
}

.refinement-menu a {
	color: #525A5F;
	font-size: 14px;
}

#GuidedNavigation .refinement-menu-label {
	color: #525a5f;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 15px 0;
    margin: 0;
}

.refinement-menu.category-container {
    /* padding-bottom: 10px; */
}

#fourCol #leftContent ul {
	margin-bottom: 15px;
}
#GuidedNavigation .refinement-menu-label.filter-label {
	margin: 20px 0 15px 0;
    padding: 0px;
}

.refinement-menu.category-container .refinement-dimension-label {
	font-weight: bold;
	margin: 20px 0px;
	font-size: 16px;
	padding: 0px
}

.refinement-menu .refinement-dimension-label {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 15px 0px;
}
.carousel-wrapper {
	margin-bottom: 15px !important;
}
.refinement-menu a {
	font-weight: normal;
}

.refinement-menu .refinement-dimension {
	background: transparent url(/web/images/catalog/catalog/refinements_dimensions.png) scroll no-repeat left center;
	padding: 0 0 0 16px;
	color: #525a5f;
}

.refinement-menu .refinement-dimension-selected {
	background: transparent url(/web/images/catalog/catalog/refinements_dimensions_selected.png) scroll no-repeat left center;
	padding: 0 0 0 16px;
}

#fourCol #rightContent {
	width: 764px;
	margin-bottom: 30px;
}

#fourCol #rightContent.no-navigation {
    width: 100%;
}

#fourCol #rightContent .no-results {
    padding: 15px 0 10px;
    border-bottom: 1px solid #DBDBDB;
    font-size: 18px;
    color:#525a5f;
}

#fourCol #rightContent .no-results-label {
    padding: 20px 0 30px;
    font-size: 16px;
    color:#525a5f;
}
#fourCol #rightContent.no-navigation .groupA.leftBorder.catalogPage {
    border: none;
    width: 100%;
}

#rightContent .grid-options {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

#rightContent .grid-options .refinements {
    width: auto;
    overflow: hidden;
}

#rightContent .grid-options .refinement-label {
    float: left;
    line-height: 40px;
    margin-right: 8px;
    display: block;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    color: #525A5F;
}

#rightContent a.refinements-clear {
	color: #525A5F;
	border-right: 1px solid #DBDBDB;
	font-size: 13px;
    width: auto;
    height: 32px;
    overflow: hidden;
    padding: 2px 15px 0 0;
    line-height: 32px;
    text-decoration: none;
}

form#sortByForm {
    padding-left: 15px;
}

@-moz-document url-prefix() {
    form#sortByForm {
	    margin-top: -3px;
	}
}
#rightContent a.refinements-clear:hover {
	text-decoration: underline;
}

#rightContent .refinements .refinement-box {
    width: auto;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 10px 6px;
    background-color: #EEf2f8;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}
#rightContent .refinements .refinement-box.no-refinement {
    background-color: transparent;
}

#rightContent .refinements .refinement-box .browse {
	display: none;
}

#rightContent .refinements .refinement-box span {
    font-size: 14px;
    color: #525A5F;
    display: block;
    float: left;
    height: auto;
    /* overflow: hidden; */
    width: auto;
}

#rightContent .refinements .refinement-box span.reg {
    display: inline;
    float: none;
    font-size: smaller;
}

#rightContent .refinements .refinement-box .refinement-box-remove {
	height: 10px;
	margin: 5px 5px 0 7px;
	width: 10px
}

#rightContent .refinements .refinement-box a {
    text-decoration: none;
    display: block;
    width 24px;
    height: auto;
    overflow: hidden;
}

#rightContent .refinements .refinement-box a.del {
	background: transparent url(/web/images/catalog/catalog/tag-close.png) scroll no-repeat right center;
    width: 10px;
    height: 10px;
}

#rightContent .sorting {
    float: right;
    margin-top: 3px;
    display: inline-flex;
}

#rightContent .sorting #sortByForm label {
	color: #525A5F;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#rightContent .groupA:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    height: 51px;
    background: #fff;
}

#rightContent .groupA {
	height: auto;
	overflow: hidden;
	width: 764px;	
}

#rightContent.no-navigation .groupA {
	width: 100%;
}

.leftBorder.searchPage {
	border: none;
}

.experienceD {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 24px;
}

#storebodyTopSKUs .experienceD {
	margin: 0;
	overflow: visible;
}

.mboxDefault.mboxShim {
    display: block!important;
    visibility: visible!important;
    height: auto;
    min-height: 257px;
    padding: 20px;
    float: left;
    width: 151px;
    border-bottom: 1px solid #DBDBDB;
}


#storebodyTopSKUs .mboxDefault.mboxShim {
    width: 230px;
    border: none;
    padding: 0;
    margin: 0 15px 15px 0;
}

#storebodyTopSKUs .mboxDefault.mboxShim:first-child,
#storebodyTopSKUs .mboxDefault.mboxShim:nth-child(4n+1) {
	padding-left: 0;
}

#storebodyTopSKUs .mboxDefault.mboxShim:last-child, 
#storebodyTopSKUs .mboxDefault.mboxShim:nth-child(4n+0) {
	padding-right: 0px;
	margin-right: 0px;
}

.carousel-container {
    width: auto;
    height: 385px;
    overflow: hidden;
    padding: 0 45px 35px;
    background-color: #f3f5f9;
    position: relative;
    margin: 0 0 30px;
    top: 14px;
    min-width: 90%;
}

.carousel-container .carousel-container-title {
    text-align: center;
    margin: 30px 0 15px;
}

.carousel-container .carousel-container-title .h {
	font-size: 18px;
	color: #525a5f;
	line-height: 22px;
	font-weight: bold;
}

.carousel-container #storebodyTopSKUs.hrs-outer {
	height: 310px;
}

.carousel-container .experienceD {
	margin: 0;
}

.carousel-container #storebodyTopSKUs .mboxDefault.mboxShim {
    width: 213px;
    padding: 10px 10px 10px 5px;
    margin-right: 0px;
}

.carousel-container #storebodyTopSKUs.hrs-outer .TopSKUItem.prodBucket .itemContainer.thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
}

.carousel-container #storebodyTopSKUs.hrs-outer .TopSKUItem.prodBucket.white {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    width: 100%;
}

.carousel-container .TopSKUItem.prodBucket div img.catimage {
    width: 150px;
    height: 150px;
}

#fourCol .dividerline {
	margin-bottom: 0px;
}

.dividerline.dividefilter {
    padding-top: 0px;
    width: 90%;
    margin: 5px 0px !important;
}

#fourCol .categoryItem {
	display: block;
	height: auto;
	width: auto;
	overflow: hidden;
}

#fourCol #leftContent {
	width: 236px;
}

#fourCol #leftContent.no-navigation {
    width: 100%;
}

#fourCol #leftContent a {
	font-size: 14px;
	line-height: 24px;
}

#fourCol .searchPage .categoryItem {
	width: 100%;
	min-height: auto;
	float: none;
}

#fourCol .searchPage .dividerline {
	display: none;
}

#fourCol .searchPage .categoryItem table {
	margin: 0 0 0 16px;
	width: 100%;
}

#fourCol .no-navigation .searchPage .categoryItem table {
	margin: 0;
}

#storebodyTopSKUs .TopSKUItem.prodBucket {
	width: 230px;
	margin: 0;
}

#storebodyTopSKUs .TopSKUItem.prodBucket .itemContainer {
	width: 230px;
	border: 1px solid #CCCED0;
}

#storebody .caption p,
#storebody .caption p a {
	font-size: 14px;
	font-weight: normal;
}

#rightContent .subCatDisplayItem {
	width: 100%;
	text-align: center;
}

#rightContent .catalogPage .subCatDisplayItem a.subCat {
	min-height:200px!important;
	max-height:220px!important;
}

#rightContent .subCatDisplayItem a.subCat {
    text-align: center;
    position: relative;
}

#rightContent .subCatDisplayItem a.subCat img {
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 144px;
}

#rightContent .subCatDisplayItem a.subCat span {
    /* display: block; */
    width: auto;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #525A5F;
    line-height: 18px;
    padding-top: 5px;
}

#rightContent .subCatDisplayItem a.subCat > span{
	display:block;
	height:74px;
	overflow:hidden;
	line-height:10px;
}
#rightContent .subCatDisplayItem a.subCat > span span{
	line-height:17px;
}
#rightContent .subCatDisplayItem a.subCat > span span br{
	height:1px; line-height:1px; display:block;
}

#rightContent .catalogPage .subCatDisplayItem a.subCat span {
    bottom: 0;
}

#rightContent .catalogPage .subCatDisplayItem a.subCat span:hover{
	color: #2159a8;
	text-decoration: underline;
}

#rightContent .searchPage .subCatDisplayItem a.subCat span {
	max-width: 240px;
    text-align: left;
}

.subCatDisplayItem .pricediv, 
.subCatTD .pricediv {
    float: none;
    margin: 0;
    padding: 0;
    padding-top: 0px !important;
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #525A5F;
    line-height: 24px;
    padding-top: 5px;
}

#rightContent .searchPage .subCatDisplayItem {
	width: 100%;
	padding: 10px 0 10px 0;
    border-bottom: 1px solid #F0F0F0;
}

.searchPage .mboxDefault.mboxShim {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0;
    border: none;
}

#rightContent .searchPage .mboxShim:first-child .subCatDisplayItem {
	padding-top: 0;
}

#rightContent .searchPage .mboxShim:last-child .subCatDisplayItem {
	padding-bottom: 0;
}

#rightContent .searchPage .subCatDisplayItem a.subCat {
	height: 100%!important;
	width: 50%;
	line-height: 22px;
}

#rightContent .searchPage .subCatDisplayItem a.subCat img {
	height: 82px;
	width: auto;
}

#rightContent .searchPage .subCatDisplayItem a.subCat img {
	float: left;
    border: 1px solid #f0f0f0;
    padding: 4px;
    margin: 0 15px 0 0;
}

#rightContent .searchPage .subCatDisplayItem a.subCat span {
	float: left;
    margin: 15px 30px 0 0;
    color: #2159A8;
    font-size: 14px;
}

#rightContent .searchPage .subCatDisplayItem form.crossSellForm {
    display: block;
    width: 50%;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 15px 0 0 0;
}

#rightContent .searchPage .crossSellForm input.btnImg {
	width: auto;
	height: auto;
	border-radius: 0;
    border: none;
    margin: 0 0 0 15px;
}

#rightContent .searchPage span.ui-spinner {
    position: relative;
}

#rightContent .searchPage a.ui-spinner-button {
    position: absolute;
    right: 12px;
}

#rightContent .searchPage a.ui-spinner-button.ui-spinner-up {
    top: 4px;
}

#rightContent .searchPage a.ui-spinner-button.ui-spinner-down {
    top: 15px;
}

#rightContent .searchPage .subCatDisplayItem .qtyAdd {
    float: left;
    margin: 0 15px 0;
}

#rightContent .searchPage .subCatDisplayItem .qtyAdd a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    margin: 7px 0 0 0;
}

#rightContent .searchPage .subCatDisplayItem .qtyAdd .qtyPlus,
#rightContent .searchPage .subCatDisplayItem .qtyAdd .qtyMinus {
	margin: 0;
}

#rightContent .searchPage .subCatDisplayItem .qtyAdd .qtyLabel {
	display: none;
} 

#rightContent .searchPage .subCatDisplayItem .sku-spinner,
#rightContent .searchPage .subCatDisplayItem .ui-spinner {
    float: left;
}

#rightContent .searchPage .subCatDisplayItem .sku-spinner {
    width: 156px;
    padding: 0 0 0 8px;
}

#rightContent .loading-panel {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

/* #rightContent #back_to_top {
	display: block;
	background: transparent url(/web/images/catalog/catalog/back_to_top.png) scroll no-repeat 0 0;
	height: 44px;
	width: 64px;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
    right: -11%;
    bottom: 20px;
}*/

#back_to_top {
	background: transparent url(/web/images/catalog/catalog/back_to_top.png) scroll no-repeat 0 0;
	height: 44px;
	display: none;
	width: 64px;
	overflow: hidden;
	text-decoration: none;
	position: fixed;
    right: 35px;
    bottom: 20px;
    z-index: 9999;
}

body #simpleFooter {
    background: transparent!important;
	border-top: 4px solid #525a5f!important;
	margin-top: 0;
	width: 100%;
}

body #simpleFooter #containerFooter {
	background-image: none!important;
    margin: 0 auto!important;
    width: 1000px!important;
    max-width: 1000px;
    min-width: 1000px;
    float: none;
}

body #simpleFooter #bottomLinks {
    color: #525a5f;
    padding-top: 30px;
    width: 1000px!important;
    height: auto;
    overflow: hidden;
}

body #simpleFooter #bottomLinks * {
	box-sizing: border-box;	
}

div#copyrightMessage {
    width: 270px;
    text-align: center;
    margin: 0 auto;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

#simpleFooter #bottomLinks #whiteBox {
	background: none;
	float: right;
	box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    height: auto;
    border-left: 1px solid #d4d4d4;   
    padding-left: 50px; 
}

#simpleFooter #bottomLinks #whiteBox #topImages {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-top: 0;
}

#simpleFooter #bottomLinks #whiteBox #topImages img,
#simpleFooter #bottomLinks #whiteBox #topImages a {
	display: block;
	float: none;
}

#simpleFooter #bottomLinks #whiteBox #topImages img {
    margin: 24px auto 0;
}

#simpleFooter #bottomLinks #whiteBox #topImages img:last-child {
    margin-bottom: 12px;
}

#simpleFooter #bottomLinks .footer-row {
    display: block;
    width: 760px;
    height: 280px;
    overflow: hidden;
    float: left;
}

#simpleFooter #bottomLinks .footer-column {
	float:left;
	width: 187px;
	margin-right: 0;
}

#simpleFooter #bottomLinks p.footer-column > strong {
	color: #525a5f;
	display: block;
    font-weight: 600;
    font-size: 18pt;
    margin-bottom: 20px;
}

#simpleFooter #bottomLinks p.footer-column > a {
	color: #525a5f;
	display: block;
	font-weight: 300;
	font-size: 14pt;
	margin-bottom: 8px;
}

#simpleFooter #bottomLinks p > a:hover {
	text-decoration: underline;
}

/* revisions */

#simpleFooter #bottomLinks p.footer-column > strong {
    size: 18px;
}

#simpleFooter #bottomLinks p.footer-column > a {
    color: #525A5F;
    size: 14px;
    font-weight: normal;
}

/*
#simpleFooter #bottomLinks p.footer-column > strong {
    padding-top: 30px;
    padding-bottom: 20px;
}
*/

#simpleFooter #bottomLinks p.footer-column > strong {
    color: #525a5f;
    font-weight: bold;
    font-size: 18px;
}

#simpleFooter #bottomLinks p.footer-column > a {
    color: #525a5f;
    font-weight: normal;
    font-size: 14px;
}

div#whiteBox {
    margin-right: 30px;
    margin-top: -30px;
}

.secure ul#topNavigation li.mainCategory {
    text-transform: none;
    position: relative;
}

span.secure-step {
    display: block;
}

span.secure-step-active, span.secure-step-prev, span.secure-step-dot {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #4F5859;
    border: 1px solid #4F5859;
    border-radius: 12px;
    margin: 0 auto -4px;
}

span.secure-step-dot {
    background-color: #D0CCC7;
    border: 1px solid #D0CCC7;
}

#topNavigation li div.progress-indicator {
    width: 85%;
    height: 1px;
    position: absolute;
    line-height: 0px;
    padding: 0;
    top: 15%;
    left: 57%;
    background-color: #D0C0C0;
    box-shadow: none;
}

.secure ul#topNavigation li#homePageIcon {
    padding-right: 128px;
}

.secure .complete .progress-indicator {
    background-color: #404047!important;
}

#rightContent .subCatDisplayItem a.subCat span.seeMore {
    display: none;
}

ul#topNavigation li#wcMiniCart {
    line-height: 10px;
    /* float:right !important; */
}

ul#topNavigation li#wcMiniCart .cart-link {
    margin-top: 10px;
    position: absolute;
}

.centerit {
    margin: 0 auto;
    padding-top: 10px;
}

#autocomplete-results .autowrapSpan, 
#autocomplete-results .autowrapSpan span {
	white-space: inherit !important;
}

.autowrapSpan, .autowrapSpan span {
    white-space: nowrap !important;
    color: inherit !important;
    border: none !important;
    /* height: 70px !Important; */
    margin: 0;
    padding: 0 !important;
}

#sortBySelect {
	width: 167px;
}

td.breadcrumbs img,
img#secureBreadcrumbs {
	height: auto;
    padding: 10px 0px 30px;
}

span.reg-nav::after {
	content:'\00AE';
}
.endicia-footer-wrapper#simpleFooter #bottomLinks .footer-row{
	height:auto;
}
.endicia-footer-wrapper#simpleFooter div#copyrightMessage{
	margin-top:15px;
}