
ul, li { margin: 0; padding: 0; }
a { text-decoration: none; color: inherit;}

#main {
	max-width: 1440px;
}

#mini-cart {
	position: absolute;
	right: 0;
	top: 0;
	/* display: none; */
	height: 30px;
	width: 300px;
	z-index:2001;
}
.mini-cart-cont {
	overflow:hidden;
	margin: 8px 20px;
	float: right;
	background-color: white;
}
/* main nav */
#left-col { 
	width: 195px; 
	position: absolute;	
	left: 0;
	top: 0;
}
.site-nav .sub-nav {
	display: none;
}
.site-nav dt, 
.site-nav dd, 
.site-nav li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px 0;
}
.site-nav.cat-nav a.selected {
	font-weight: bold;
}
.site-nav .social-link {
	display: block;
	height: 20px; 
	width: 20px; 
	background-size: 13px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.site-nav .twitter { 
	background-image: url('/images/icons/icon-twitter.jpg'); 
	background-size: 15px; 
}
.site-nav .instagram { 
	background-image: url('/images/icons/icon-instagram.jpg');  
}

/* TOC */
	/* TODO: set width via media query to allow centering ? */
.toc-cont { 
	min-width: 840px;
	max-width: 1020px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	/* for left nav: */
	left: 230px;
	position: fixed;
}

.toc-tile {
	height: 180px;
	width: 120px;
	border: none; /* solid 1px #000; */
	float: left;
	margin: 24px;
	overflow: hidden;
}

.toc-tile span {
	display: block;
	margin-top: 50px;
	position: absolute;
	font-family: arial,sans-serif; /* helvetica */
	font-weight: 900;
	font-size: 1.7em;
	width: 122px;
	text-align: center;
	color: #e00;
	/* text-shadow:1px 1px 0px rgba(255, 255, 255, 0.5); */
}

.toc-tile img {
	height: 180px;
}

.toc-bg {
	position: absolute;
	left: 240px;
	top: 0;
	z-index: -1;
	/* opacity: .3; */
}
.toc-bg div {
	/* display: inline-block; */
	float: left;
	margin: 14px 14px 0 0;
}
.toc-bg img {
	max-width: 100%;
}
.toc-bg p {
	font-weight: bold;
	font-size: 16px;
}


/* CATEGORY-SERIES */
.series-tile {
	float: left;
	width: 250px;
	overflow: visible;
	margin-bottom: 40px;
	cursor: pointer;
	height: 220px;
	padding: 0 6px 0 0;
}
.series-tile ul {
	padding-top: 8px;
	/* font-family: helvetica, sans-serif; */
}
.series-tile li {
	font-size: 11px;
}
.series-tile li:first-child {
	font-size: 14px;
}

.category-grid {
	margin-top: 25px;
}

.category-grid div:nth-of-type(3n+3) ul {
	font-weight: bold;
	font-style: normal;
}
.category-grid div:nth-of-type(3n+2) ul {
	font-weight: normal;
	font-style: italic;
}
.category-grid div:nth-of-type(3n+4) ul {
	font-weight: normal;
	font-style: normal;
	font-family: times, serif;
}

.category-cont {
	padding-left: 260px;
}



/* temp / debug */
#greeting {
	width: 400px;
	margin: 20px 50px;
	border: solid 1px blue;
}

/* misc */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
}

/* OVER-RIDES OF LEGACY CSS 
	TODO: change legacy css 
*/
#tn-info-overlay, 
body span.close-layer {
	background-color: #000;
	opacity: .75;
}

.site-nav a.nav-visuals {
	color: #e00;
}

#right-col { width: 60%; float: left; }

#tn-info-overlay,
#more-info-overlay,
#tn-info { 
	width: 1100px; 
	margin: 0 5%; 
	top: 30px; 
	height: 53em; 
	display: block;
}
#tn-info h3 { padding-right: 16px; clear: both; margin: 3px 0; }
#more-info { 
	position: relative; 
	width: 642px; 
	float: left; 
	margin-top: 0; 
	height: auto;
	left: 0; 
}
#more-info-container { margin: 0; }
.more-info-txt { width: 330px; max-height: 420px; overflow: hidden; }
.prod-web-img { margin-right: 0; }
.prod-web-img .prod-img-container { cursor: pointer; }
.more-info-img-big { width: 296px; margin-right: 16px; }
.more-info-txt a.tn { width: 94px; height: 135px; margin: 0 16px 10px 0; }
.more-info-txt a.tn img { max-width: 100%; }
.more-info-txt .info-txt { margin: 0; padding-right: 16px; }
.tbl-prod-info { margin-top: 11px; }

.info-txt {
	font-size: 10px;
	overflow: auto;
	height: 128px;
}

body span.close-layer {
	float: right;
	padding: 5px 14px;
}
body span.prod-title {
	float: left;
	padding: 5px 14px;
}
.prod-info-container {
	clear: both;
	padding: 0 14px;
}

/* New for PDP */
.prod-detail-container {
	position: absolute;
	width: 90%;
	padding: 0 5%;
	z-index: 1000;
	left: 0;
	top: 0;
	background: rgba(94, 94, 94, .8);
	height: 100%;
	text-align: center;
	display: none;
}
.prod-detail-container .close-layer {
	position: absolute;
	top: 27px;
	right: 170px;
}
.prod-img-detail {
	display: none;
	margin: 50px 0;
	position: relative;
}
#shopping-cart { 
	display: none; 
	height: 500px; 
	background-color: #cdcdcd; 
	margin-top: 50px;
}
.suggestions-wrapper { 
	height: 120px; width: 100%; overflow-x: auto; overflow-y: hidden; 
}
.suggestions-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}
.suggestions-wrapper::-webkit-scrollbar:horizontal {
    height: 11px;
}
.suggestions-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
.suggestions { height: 100px; width: 6660px; }
.tn-link { 
	display: block; float: left; width: 95px; height: 95px; margin: 5px 6px 5px 8px; border: 1px solid #ddd; background-color: #eee; text-decoration: none !important;
	cursor: pointer;
	position: relative;
}
.not-available { 
	display: block; 
	margin-top: 40%; 
	color: #f00; 
	font: bold 9px verdana,sans-serif; 
	text-align: center;
	
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.buy-item-link { background-color: #000000; text-transform: uppercase; padding: 10px 20px; float: right; clear: both; display: block; left: -38px; width: 135px; text-align: center; text-decoration: none !important; }
.add-error { color: #ff0000; text-transform: uppercase; display: none; }

.cloudzoom-gallery {
	border: solid 1px #666;
}
.is-curr,
.cloudzoom-gallery-active {
	border: 1px solid #c00;
}
/* custom scroll */
.cs-style-3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.cs-style-3::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.cs-style-3::-webkit-scrollbar-thumb { background-color: #000000; }


/* LEGACY PAGE SUPPORT: */
#main-cont {
	margin-left: 230px;
}