.catalogMerchFrame {
	/*max-width: 950px;*/
	/*font-family: 'Gotham-Bold', sans-serif;*/
}

.catalogMerchFrame a:hover {
	color: #000;
}

.catalogListFrame {
	margin: 20px 0px 20px 0px;
	vertical-align: top;
	/*Removes extra padding between items*/
	word-spacing: 0;
	font-size: 0px;
}

.searchMerchFrame {
	display: table;
	width: 100%;
}


.searchItemWrapper {
	display: table-cell;
	width: 99%;
}


.searchListFrame {
	display: block;
	width: 100%;
}

.searchFacetFrame {
	display: table-cell;
	width: 200px;
	min-width: 200px;
}


.smallScreen .searchFacetFrame, .smallScreen .searchItemWrapper  {
	display: block;
	width: auto;
}

.smallScreen .searchMerchFrame, .smallScreen .searchItemWrapper {
	display: block;
	width: 100%;
}

.catalogItemFrame {
	display: inline-block;
	font-size: 12px;
	float: none;
	width: 194px;
	/*min-height: 300px;*/
	vertical-align: top;
	margin: 20px 10px 10px 10px;
	text-align: center;
}

.catalogImageFrame {
	height: 100px;
	margin-bottom: 30px;
}

.catalogItemImage {
	max-height: 100px;
}

.catalogItemTitle, .catalogListFrame .itemPricing, .featuredFrame .itemPricing {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/*text-transform: uppercase;*/
}

.catalogListFrame .itemPriceMain, .featuredFrame .itemPriceMain {
	color: #777;
}

.catalogListFrame .itemItemPrice, .catalogListFrame .itemdetailItemPrice {
	color: #000;
}

.catalogItemLink {
	text-decoration: none;
	color: #000;
}

.catalogListFrame .itemPricePrefix, .catalogListFrame .itemPriceSuffix, .featuredFrame .itemPricePrefix, .featuredFrame .itemPriceSuffix {
	text-transform: none;
	font-size: 14px;
	color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
}

.catalogListFrame .itemPricePrefixSale, .featuredFrame .itemPricePrefixSale {
	display: inline-block;
	padding: 1px 10px 1px 10px;
	color: #fff;
	background-color: #c33;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
}


h1.catalogPageTitle {
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	line-height: 24px;
}

.catalogItemCount {
	display: block;
	color: #888;
}

ul.catalogSort, ul.catalogSaleBest, .searchOtherFrame, .saleBestOtherFrame {
	display: table;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.catalogSort li, ul.catalogSaleBest li {
	display: table-cell;
	cursor: pointer; cursor: hand;
}

ul.catalogSort li span, ul.catalogSaleBest li span, ul.searchOtherList li span, ul.saleBestOtherList li span {
	display: block;
	margin-right: 10px;
}

ul.catalogSort li.catalogSortLabel span, .searchOtherLabel span, .saleBestOtherLabel span {
	padding: 3px 0px 3px 0px;
	color: #666;
}

.facetResetButton, ul.catalogSort li.catalogSortOpt span, ul.catalogSaleBest li.catalogSaleBestOpt a, ul.searchOtherList li.searchOtherOpt span, ul.saleBestOtherList li.saleBestOtherOpt span {
	padding: 3px 20px 3px 20px;
	background-color: #ddd;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
}

.facetResetButton {
	border: 0px;
	font-size: 12px;
	cursor: pointer;
    cursor: hand;
    padding: 3px 10px 3px 10px;
}

ul.catalogSort li.catalogSortOpt.sortOptSelected span {
	background: #999;
	color: #fff;
}


ul.catalogSort li.catalogSortOpt.sortOptAsc span {
	background-image: url('/images/buttons/generic/up.gif');
}

ul.catalogSort li.catalogSortOpt.sortOptDesc span {
	background-image: url('/images/buttons/generic/down.gif');
}

ul.catalogSort li.catalogSortOpt.sortOptAsc span, ul.catalogSort li.catalogSortOpt.sortOptDesc span {
	background-repeat: no-repeat;
	background-position: 5px center;
}

.smallScreen ul.catalogSort li span, .smallScreen ul.searchOtherList li span, .smallScreen ul.saleBestOtherList li span {
	margin-right: 5px;
}

.smallScreen ul.catalogSort li.catalogSortOpt span, .smallScreen ul.catalogSaleBest li.catalogSaleBestOpt a, .smallScreen ul.searchOtherList li.searchOtherOpt span, .smallScreen ul.saleBestOtherList li.saleBestOtherOpt span  {
	padding: 3px 8px 3px 8px;
}

.smallScreen ul.catalogSort li.catalogSortOpt.sortOptAsc span, .smallScreen ul.catalogSort li.catalogSortOpt.sortOptDesc span {
	padding-left: 20px;
}


.searchOtherFrame, .saleBestOtherFrame {
	width: 90%;
}

.searchOtherLabel {
	width: 110px;
}

.saleBestOtherLabel {
	width: 85px;
}



.searchOtherCell, .saleBestOtherCell {
	display: table-cell;
	vertical-align: top;
}



.searchOther, .saleBestOther {
	padding: 0px;
	margin: 0px;
}

ul.searchOtherList, ul.saleBestOtherList {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.searchOtherList li, ul.saleBestOtherList li {
	display: inline-block;
}

ul.searchOtherList li span, ul.saleBestOtherList li span {
	margin-bottom: 5px;
	cursor: pointer; cursor: hand;
}


.smallScreen .searchOtherCell, .smallScreen .saleBestOtherCell  {
	width: auto;
	display: block;
	padding-bottom: 5px;
}




.catalogItemMoreButton {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #666;
	border: solid 1px #666;
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.catalogItemMoreButton:hover {
	border: solid 1px #222;
}

.catalogItemMoreButton:active {
	border: solid 1px #000;
}

.catMoreButton {
	display: block;
	margin-top: 30px;
	width: 95%;
	background: #eee;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	color: #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	border-radius: 8px; 	
}

.searchItemWrapper .catMoreButton {
	width: 85%;
}

/* SUBHEADS */

.listSubheading {
	border-bottom: 1px #ccc solid;
}

.listSubheading h2 {
	padding: 10px 0px 5px 0px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin: 0px;
	display: inline-block;
}

.homeFeaturedMore {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	top: -6px;
	
	
}



.homeFeaturedMore a {
	display: inline-block;
	text-decoration: none;
	background-color: #ddd;
	color: #333;
	padding: 2px 8px 2px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.homeFeaturedMore a, .catalogSaleBestOpt a {
	background-repeat: no-repeat;
	-webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.homeFeaturedMore a {
	background-position: 4px center;
}

.catalogSaleBestOpt a {
	background-position: 8px center;
}


.homeFeaturedMore a span, .catalogSaleBestOpt a span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 20px;
}

.catalogSaleBestOpt a span {
	margin-left: 22px;
}

.homeFeaturedMore-discounts a, .catalogSaleBestOpt-discounts a {
	background-image: url('/images/shared_images/offerIcons/OfferDollar@1x.png');
}

.homeFeaturedMore-bestsellers a, .catalogSaleBestOpt-bestsellers a {
	background-image: url('/images/shared_images/offerIcons/Offer@1x.png');
}

ul.catalogSaleBest li.catalogSaleBestOpt a {
	display: inline-block;
	margin-left: 5px;
}

.homeFeaturedMore a, ul.catalogSaleBest li.catalogSaleBestOpt a {
	height: 22px;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {

	.homeFeaturedMore-discounts a, .catalogSaleBestOpt-discounts a {
		background-image: url('/images/shared_images/offerIcons/OfferDollar@2x.png');
	}
	
	.homeFeaturedMore-bestsellers a, .catalogSaleBestOpt-bestsellers a {
		background-image: url('/images/shared_images/offerIcons/Offer@2x.png');
	}

}


.smallScreen .listSubheading h2 {
	font-size: 16px;
}

.homeContentFrame, .featuredFrame {
	margin-bottom: 40px;
}

.smallScreen .homeContentFrame, .smallScreen .featuredFrame {
	margin-bottom: 20px;
}


/* BREADCRUMBS */

.breadcrumbsFrame {
	margin-bottom: 20px;
}

.breadcrumbsFrame a {
	text-decoration: none;
}


.breadcrumbEntry {
	display: inline-block;
}


.breadcrumbFrame {
	white-space: nowrap;
}

.breadcrumbDivider {
	padding: 0px 5px 0px 5px;
}

.smallScreen .breadcrumbsFrame {
	max-width: 75%;
	margin-bottom: 10px;
}


/* CATALOG ICONS */

.catIconFrame {
	margin: 20px 0px 20px 0px;
	vertical-align: top;
	/*Removes extra padding between items*/
	word-spacing: 0;
	font-size: 0px;
}

.catIconFrame a {
	text-decoration: none;
}

.catIconCell {
	display: inline-block;
	font-size: 12px;
	float: none;
	width: 120px;
	vertical-align: middle;
	margin: 20px 10px 10px 10px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: solid 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;		
}

.catIconDisplay {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.catIcon {
	display: block;
}

.catIcon img {
	max-height: 75px;
	margin-bottom: 5px;
}

.catIconLabel {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}


/* SMALL SCREEN */

.smallScreen .catalogListFrame {
	margin: 5px 0px 5px 0px;
}

.smallScreen h1.catalogPageTitle {
	margin: 0px 0px 7px 0px;
	font-size: 16px;
	line-height: 18px;
}

.smallScreen .catalogItemFrame {
	margin: 10px 10px 10px 0px;
	width: 130px;
}

.smallScreen .catalogItemImage {
	max-width: 120px;
}

.smallScreen .catalogItemTitle, .smallScreen .catItemPricing, .smallScreen .featuredItemPricing {
	font-size: 13px;
	line-height: 18px;
}

.smallScreen .catalogListFrame .itemPricing, .smallScreen .featuredFrame .itemPricing {
	font-size: 14px;
}


/* SHARE ICONS */

.shareIconFrame {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}


.shareIcons {
	display: table;
	margin: auto;
}	

.shareIconsRow {
	display: table-row;
}	

.shareIconsCell {
	display: table-cell;
}	

.shareIconsCell .sharePadding {
	margin-left: 8px;
	margin-right: 8px;
}


.loadError {
	color: #fff;
	font-size: 14px;
	word-spacing: normal;
	border: solid 1px #600;
	padding: 10px;
	background: #c00;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;		
}

.loadError h3 {
	font-size: 16px;
	color: #fff;
	margin: 0px;
}

.smallScreen .loadError h3 {
	font-size: 14px;
}

.loadErrorRetry {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	background: #300;
	border: solid 1px #300;
	padding: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
    cursor: pointer; cursor: hand;
    
}

h3.facetHeaderTitle {
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

h4.facetTitle {
	margin: 20px 0px 5px 0px;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}

.facetLoading {
	display: block;
	margin-top: 15px;
	color: #999;
}

.facetEntry, .facetEntry label {
	 cursor: pointer; cursor: hand;
}

.facetEntry .icheckbox, .facetEntry label {
	vertical-align: middle;
}

.facetEntry label {
	display: inline-block;
	width: 165px;
}

.facetMoreEntry {
	display: none;
	
}

.facetMore {
	color: #666;
	padding-left: 30px;
	margin-top: 5px;
    cursor: pointer; cursor: hand;
}

.facetSelections {
	display: block;
	width: 100%;
}

.smallScreen .facetSelections {
	margin-top: 10px;
}

.facetSelection {
	display: inline-block;
	padding: 4px 10px 4px 5px;
	margin: 0px 15px 5px 0px;
	color: #999;
	border: solid 1px #999;
	font-size: 12px;
	word-spacing: normal;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer; cursor: hand;
}

.facetRemoveSelection {
	display: inline-block;
	margin-right: 2px;
	font-size: 10px;
	vertical-align: 1px;
	padding: 1px 4px 2px 4px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;		
}

.facetSelection:hover .facetRemoveSelection {
	background-color: #e2e2e2;
}

.facetOpenArrow, .facetClosedArrow, .facetArrowToggle {
	display: none;
}

.smallScreen .facetArrow {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: center 1px;
	-webkit-background-size: 7px 7px;
    background-size: 7px 7px;
}

.smallScreen .facetArrow span {
	display: none;
}

.smallScreen .facetArrowToggle {
	display: inline-block;
}

.smallScreen .facetClosedArrow {
	background-image: url('/images/shared_images/arrows/closed999@1x.png');
}


.smallScreen .facetOpenArrow {
	background-image: url('/images/shared_images/arrows/open999@1x.png');
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {

	.smallScreen .facetClosedArrow {
		background-image: url('/images/shared_images/arrows/closed999@2x.png');
	}
	
	
	.smallScreen .facetOpenArrow {
		background-image: url('/images/shared_images/arrows/open999@2x.png');
	}

}

.smallScreen h3.facetHeaderTitle {
	cursor: pointer; cursor: hand;
}


.smallScreen .facetSubFrame {
	display: inline-block;
	width: 170px;
	vertical-align: top;
}

.smallScreen .facetClosed {
	display: none;
}

.smallScreen .facetScrollFrame {
	display: block;
	width: 165px;
	height: 130px;
	margin-right: 5px;
	overflow: scroll;
	border: solid 1px #ccc;
	font-size: 11px;
}

.smallScreen .facetEntry label {
	width: 115px;
}


.smallScreen .facetMoreEntry {
	display: block;
}

.smallScreen .facetMore {
	display: none;
}

.smallScreen h4.facetTitle {
	margin: 15px 0px 5px 0px;
}


.catalogNoResults h2 {
	font-size: 20px;
}

.catalogNoResults {
	font-size: 14px;
}


a.spellcheckWord {
	font-weight: 500;
	text-decoration: none;
	
}
