                                                                                                                                /* Eskell 2009 */




/* @group RESETS */


* {
	margin:0px;
	padding:0px;
}

ul {
	list-style:none;
}

a img {
	border:0px;
}


/* @end RESETS */








/* @group ~ GLOBAL */



html {
	font-size:100%;
}

body {
	font-size:62.5%;
	font-family: helvetica, arial, sans-serif;
	color:#fff;
	/*background:#0d110b url(../../siteimages/diamondWhiteBack.gif);*/
        /*background: url(../../siteimages/d​i​a​m​o​n​d​D​a​r​k​B​a​c​k​.​g​i​f);*/
       /* background:#0d110b url(../../siteimages/diamondDarkBack.gif);*/
        background:#0d110b url(../../siteimages/pattern_071.gif);
	padding-top:5px;
}

span.hidden {
	position:absolute;
	left:-990px;
	width:999px;
}

.clearRight {
	clear:right;
}

.clearLeft {
	clear:left;
}


	/* @group • CLEARFIX */

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0px;
		height: 0px;
	}

	.clearfix {
		display: inline-block;
	}

	html[xmlns] .clearfix {
		display: block;
	}

	* html .clearfix {
		height: 1%;
	}
	
	/* @end • CLEARFIX */


	

/* @end ~ GLOBAL */








/* @group ~ BASE STYLES */




h1 {
	font-size:2em;
	font-weight:normal;	
	margin-bottom:1.2em;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:1em;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:.8em;
}

h4 {
	font-size:1.2em;
	margin-bottom:.6em;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

blockquote {
	padding: 2em 0;
	margin-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
}

blockquote p {
	margin-bottom: 0;
	font-size: 1.3em;
	line-height: 1.5384615em;
}

cite {
	font-weight: bold;
	font-style: normal;
	display: block;
}


	/* @group • LINKS */

	a {
		-moz-outline-style: none;
	}

	a:link, a:visited, a:active {
		color:#ffcc99;
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}
	
	a.mailinglist {
		width:175px;
		font-size:14px;
		display:block;
		color:#6F655A;
		/*padding-top:6px;*/
		line-height:23px;
	}

	/* @end • LINKS */



/* @end ~ BASE STYLES */








/* @group ~ STRUCTURE/LAYOUT */


#mainWrapper {
	width:880px;
	margin:0px auto;
}

#header {
	width:880px;
	height:137px;
	position:relative;
	/*background:url(../../siteimages/headerBackgroundGrey.png) no-repeat center bottom !important;*/
	/*background:url(../../siteimages/headerBackgroundGrey.gif) no-repeat center bottom;*/
       /* background:url(../../siteimages/headerBackground.gif) no-repeat center bottom;*/
        background:url(../../siteimages/headerBackgroundDarkLogo.png) no-repeat center bottom;
        /*border-bottom:3px double #000;
	margin:0 0 5px 0;*/
}

#contentContainer {
	width:auto;
	/*height:auto;*/
	background-color:#0d110b;
	padding:5px;
	/*margin: 0 0 5px 0;*/
}

#mainContent {
	font-size:1.2em;
	color:#404040;
	background-color:#fff;
}

#subContent {
	padding:15px;
	margin-bottom:5px;
}

#left {
	line-height:18px;
	padding:14px 0px 0px;
	width:140px;
}

#right {
	float:right;
	padding:0px 0px 0px 10px;
	width:650px;
}

#footer {
	height:75px;
	padding:10px;
	background-color:#eedbbc;
	clear:both;
}

#pageTrail {
	width:100%;
	height:60px;
	background:url(../../siteimages/footerBackground.png) no-repeat center top !important;
	background:url(../../siteimages/footerBackground.gif) no-repeat center top;
	/*border-top:3px double #000;*/
	padding:20px 0 0 0;
}

/* @end ~ STRUCTURE/LAYOUT */









/* @group ~ HEADER */


ul.headerCartList {
	width:130px;
	float:right;
	font-size:1.2em;
	display:block;
}

ul.headerCartList li {
	height:18px;
	float:right;
	clear:right;
	display:block;
	text-align:right;
	line-height:1.8em;
	padding-left:18px;
}

li.headerCartQty {
	width:103px;
	background:transparent url(../../siteimages/iconCart.gif) no-repeat left center;
}

li.headerCartTtl {
	width:75px;
	background:transparent url(../../siteimages/iconCartDollar.gif) no-repeat left center;
}

li.headerCartChkt {
	width:55px;
	background:transparent url(../../siteimages/iconCartArrow.gif) no-repeat left center;
}


.headerCartHglght {
	width:inherit;
	display:inline;
	padding:5px 5px 2px 5px;
	background: url(../../siteimages/cartHighlight.png) repeat-x center center !important;
	background: url(../../siteimages/cartHighlight.gif) repeat-x center center;
}

a.eskellID {
	display:inline;
	float:left;
	height:96px;
	margin:24px 0 0 362px;
	padding:0;
	width:160px;
}



/* @end ~ HEADER */









/* @group ~ MAIN NAVIGATION */


ul.mainNavigation {
	width:869px;
	height:35px;
	background-color:#fff;
	/*border-right:1px solid #c5cdc0;
	border-top:1px solid #c5cdc0;
	border-bottom:1px solid #c5cdc0;*/
	margin-bottom:5px;
}

ul.mainNavigation li {
	height:35px;
	line-height:35px;

	font-size:1.4em;

	display:block;
	float:left;
	border-left:3px solid #0d110b;
	text-align:center;
}

ul.mainNavigation li a:link, ul.mainNavigation li a:visited, ul.mainNavigation li a:active {
	width:100%;
	height:100%;
	color:#666;
	display:block;
}

ul.mainNavigation li a:hover {
	color:#ffcc99;
	background-color:#a49a9b;
	text-decoration:none;
}

ul.mainNavigation li.borderless {
	border-left:none;
}

li.navShop {
	border-left:none;
	width:123px;
}

li.navCollections {
	width:117px;
}

li.navStores {
	width:87px;
}

li.navPress {
	width:80px;
}

li.navNews {
	width:80px;
}

li.navAbout {
	width:128px;
}

li.navContact {
	width:118px;
}

li.navWholesale {
	width:115px;
}


/* @end ~ MAIN NAVIGATION */









/* @group ~ PAGES */


h2.contentHeader {
	border-top:1px solid #D1D7CD;
	font-family:Georgia, Times New Roman, Serif;
	margin:20px 20px 0px 20px;
	padding:10px 0px 10px 20px;
}



	/* @group • HOMEPAGE */

	.homepageImagery {
	 	background:#000;
	 	margin-bottom:5px;
	}
	
	.homepageImagery img {
		border:0px;
	}




		/* @group • VERTICAL LAYOUT */



		.homepageImagery .column {
			width:217px;
			height:505px;
			float:left;
			display:inline;
		}
		



		/* @end • VERTICAL LAYOUT */
		
		
		
		
		

		/* @group • HORIZONTAL LAYOUT */

	
	
	
		.mainImage {
			width:870px;
			/*height:250px;*/
			height:252px;
			background-color:#ccc;
			/*margin-bottom:5px;*/
		}
	
		.featureImageRight {
			/*width:490px;
			height:250px;*/
			width:485px;
			height:253px;
			float:right;
			background-color:#ccc;
		}
	
		.featureImageLeft {
			/*width:375px;
			height:250px;*/
			width:385px;
			height:253px;
			background-color:#ccc;
		}
		
		
		
		/* @end • HORIZONTAL LAYOUT */
		
		
		
		
	
	.homepageNews {
		height:45px;
		background-color:#fff;
		padding:0px 10px;
		border-bottom:1px solid #a7987f;
	}
	
	.homepageNews span.newsLabel {
		font-size:1.3em;
		font-weight:bold;
		color:#3d3454;
		letter-spacing:.03em;
		margin:0 .3em 0 0;
	}
	
	.homepageNews p {
		height:45px;
		font-size:1.2em;
		color:#6f655a;
		line-height:45px;
		margin-bottom:0px;
	}
	
	.homepageNews p a {
		font-weight:bold;
		color:#ffcc33;
	}
	
	/* @end • HOMEPAGE */
	
	
	
	
	
	
	/* @group • PRODUCT LANDING PAGES (SHOP ONLINE) */


	#right .productContainer {
		margin:14px 15px 0px 0px;
		font-family:Georgia, Times New Roman, Serif;
	}

	#right .productContainer h2.subHeader {
		padding:10px 10px 10px 20px;
		margin-right:40px;
		background-color:#FFEFE0;
	}

	#right ul.prod-list {
		float:left;
	}
	
	#right ul li.prod-img {
		float:left;
		height:225px;
		padding-bottom:30px;
		padding-right:23px;
		text-align:center;
		/*width:130px;*/
		width:135px;
	}
	
	#right ul li.prod-img span.prod-link {
		width:130px;
		display:block;
		margin:2px 0px 0px 0px;
	}
	
	span.prod-link a:link, span.prod-link a:visited, span.prod-link a:active {
		width:100%;
		display:block;
		font-size:1.1em;
		color:#6f655a;
		padding:5px 0px;
	}
	
	span.prod-link a:hover {
		background-color:#ffefe0;
		text-decoration:none;
	}
	
	div.prod-link a.collections:link, div.prod-link a.collections:visited, div.prod-link a.collections:active {
		width:199px;
		display:inline-block;
		float:left;
		font-size:1.1em;
		color:#6f655a;
		padding:5px 0px;
	}
	
	div.prod-link a.collections:hover {
		background-color:#ffefe0;
		text-decoration:none;
	}
	
	#right #main-img {
		width:273px;
		/*height:350px;*/
		margin-bottom:6px;
	}
	
	#right #main-img img {
		margin-right:12px;
		padding:1px;
		/*width:260px; -- This was making the image blurry RR*/
		border:1px solid #D1D7CD;
	}
	
	#right #desc {
		float:right;
		/*margin-left:290px;*/
		text-align:left;
		width:340px;
	}
	
	#right #desc h3 {
		font-size:22px;
		font-weight:normal;
		text-align:left;
		padding:10px 10px 10px 20px;
		background-color:#FFEFE0;
	}
	
	#right #desc p {
		line-height:18px;
		padding:10px 0px 0px;
	}
	
	#right #desc ul {
		margin:0px 0px 10px;
		padding:20px 0px 10px;
	}
	
	#right #desc ul li {
		background:transparent url(../../siteimages/dash.gif) no-repeat scroll 0px 5px;
		padding-left:10px;
	}
	
	#right .bottom-rule {
		border-bottom:1px solid #C5CDC0;
		margin:0px 0px 10px;
	}
	
	#right #desc p.price {
		font-size:22px;
	}
	
	#right p {
		line-height:18px;
		padding:0px 0px 15px;
	}
	
	#right .sale {
		color:#F9201B;
		font-size:22px;
		padding:0px 0px 5px;
	}
	
	#right #colorSwatch div {
		float:left;
		padding:0px 10px 0px 0px;
	}
	
	#right #main-img #Thumbs div {
		float:left;
	}

	
	#right ul li.prod-img img {
		height:165px;
		padding:1px;
		border:1px solid #D1D7CD;
	}
	
	.color select {
		width:113px;
	}
	
	.size select {
		width:50px;
	}
	
	#left ul {
		padding:15px;
		margin-left:25px;
		background-color:#FFEFE0;
	}
	
	#left ul li ul {
		border:none;
	}
	
	#left ul li.head {
		font-weight:normal;
		font-size:1.2em;
		margin-bottom:2px;
	}
	
	#left ul li ul.item-one a:link, #left ul li ul.item-one  a:visited, #left ul li ul.item-one a:active
	{
		color:#918476;
		font-size:1.1em;
		
	}
	
	#left ul.item-one
	{
		margin-left:0px;
		padding:0px 15px;
	}
	
	#left ul li a:link, #left ul li a:visited, #left ul li a:active
	{
		font-size:1.1em;
		color:#404040;
	}
	#left ul.sub li a:link, #left ul.sub li a:visited, #left ul.sub li a:active
	{
		color:#918476;
		font-size:1.1em;
	}
	
	#left ul.sub {
		padding:0px 0px 0px 0px;
		margin:2px 0 6px 10px;
	}
	
	.red-text {
		color:#FF0000;
		font-size:14px;
	}
	
	.addToCart a:link, .addToCart a:visited, .addToCart a:active, .addToCart a:hover {
		background-color:#3C3C3C;
		color:#FFFFFF;
		cursor:pointer;
		display:block;
		font-size:12px;
		font-weight:bold;
		padding:3px 5px;
		text-align:center;
		text-transform:uppercase;
		width:100px;
	}
	
	.soldOut {
		color:#FF0000;
		font-size:16px;
	}
	
	#right .lgDisp {
		clear:both;
		padding:30px 0px 0px;
	}
	
	#right #relatedProducts div {
		float:left;
	}
	
	#right #relatedProducts img {
		padding:12px 12px 0px 0px;
	}
	
	.productImagery {
		width:283px;
	}
	
	a.thumbnail {
		margin-right:8px;
	}

	a.thumbnail img {
		height:100px;
		border:1px solid #D1D7CD;
		padding:1px;
	}

	#right #colorSwatch div {
		float:left;
		padding:0px 10px 0px 0px;
	}
	
	#colorSwatch {
		margin-bottom:14px;
	}
	
	.size {
		clear:left;
	}
	
	.swatchContainer {
		/*height:50px;*/
	}
	

	/* @end • PRODUCT LANDING PAGES  (SHOP ONLINE) */





	/* @group • COLLECTIONS */


	.collectionContainer {
		width:auto;
		height:525px;
		margin:14px 15px 0px 0px;
		font-family:Georgia, Times New Roman, Serif;
		padding-right:40px;
	}

	.collectionContainer h2.subHeader {
		padding:10px 10px 10px 20px;
		background-color:#FFEFE0;
	}

	.collectionContainer .prod-link {
		text-align:center;
		margin-left:96px;
		margin-top:20px;
	}

	.collectionImage {
		text-align:center;
	}


	/* @end • COLLECTIONS */





	/* @group • STORES */



	.storesContainer {
		width:550px;
		margin:14px 0 20px 30px;
	}
	
	.storesContainer h1 {
		border-bottom:1px solid #c5cdc0;
		margin-bottom:20px;
		padding-bottom:5px;
		
	}

	.mainStore {
		width:520px;
	    font-size:1.4em;
	    margin-bottom:35px;
	    border:1px solid #FFCC99;
	    padding:15px;
	}
	
	.mainStoreIMG {
	    width:252px;
	    height:189px;
	    background: url(../../siteimages/storeSmall.jpg) no-repeat top left;
	    border:1px solid #DAD7CD;
	}

	.eskellStoreList {
		width:250px;
		float:right;
		padding-top:12px;
	}
	
	.eskellStoreList li {
		margin-bottom:5px;
	}
	
	.eskellStoreList li.storeMapLink {
		font-size:12px;
		clear:left;
	}
	
	.eskellStoreList li.storeMapLink a:link, .eskellStoreList li.storeMapLink a:active, .eskellStoreList li.storeMapLink a:visited {
		color:#3D3454;
	}
	
	.eskellStoreList li h2 {
		margin-bottom:3px;
	}	

	.storesUSA, .storesEurope {
		clear:left;
		margin-bottom:10px;
    }

    .storeListing {
		width:270px;
		height:80px;
		float:left;
		display:block;
		margin-bottom:20px;
	}
	
	.storeListing li {
		margin-bottom:2px;
	}
	
	.storeListing li h4 {
		margin-bottom:5px;
	}
	
	.storeListing li a:link, .storeListing li a:visited, .storeListing li a:active {
		color:#3D3454;
	}
	
	li.storeName, li.storeAddress  {
		/*width:200px;*/
	}
	
	li.storeCity, li.storeState, li.storeZip {
		float:left;
		display:block;
		margin-right:5px;

	}

	li.storeWeb, li.storeMapLink {
		/*width:200px;
		height:16px;*/
		line-height:15px;
		clear:left;	
	}
	
	li.storeMapLink a.mapLink {
		width:14px;
		height:14px;
		background:url(../../siteimages/mapIcon.gif) no-repeat right top;
		padding-right:27px;
		display:block;
	}

	
	li.storeMapLink a.mapLink:hover {

		background:url(../../siteimages/mapIcon.gif) no-repeat right -14px;
	}


	/* @end • STORES */
	
	
	
	
	/* @group • PRESS */
    
    
    .pressContainer {
		padding:20px 0 20px 0;
	}	
    
    .pressItem {
		height:300px;
		float:left;
		display:inline;
		padding:0px 50px;
		margin-bottom:24px;
	}

	#pressThumbnail {
		margin-bottom:8px;
	}
	
	#pressThumbnail a {
		display:block;
		border:1px solid #c0c0c0;
	}
	
	ul.pressDetailsList {
		font-size:12px
	}
	
	ul.pressDetailsList li {
		height:16px;
		line-height:17px;
	}
	
	ul.pressDetailsList h4 {
		font-size:12px;
		margin-bottom:0px;	
	}
		
	.pressArtTitle {
		font-style:italic;
	}
    
    

	/* @end • PRESS */
	
	
	
	
	/* @group • NEWS */


	.newsStory {
		border-bottom:1px solid #D1D7CD;
		padding:0px 0px 40px 0px;
		margin:20px 40px 40px 40px;
	}
	
	.newsStory h3 {
		font-size:1.4em;
	}
	
	.newsStory h3 a:link, .newsStory h3 a:visited, .newsStory h3 a:active {
		color:#5D554B;
	}
	
	span.newsImg {
		float:left;
		display:block;
		padding:0px 0px 0px 0px;
		margin:0px 17px 12px 0px;
	}


    /* @end • NEWS */
    
    
    
    /* @group • ABOUT ESKELL */


	
	.about {
		margin:0px 30px 10px 30px;
		padding:10px 0px 0px 0px;
	}
	
	.aboutCopy {
		float:right;
		width:445px;	
	}
	
	.aboutImage {
		width:308px;
		height:398px;
		border:1px solid #dad7cd;
	}



	/* @end • ABOUT ESKELL */
    
    
    
    /* @group • POLICIES */
    
    
    .policies {
		margin:0px 30px 10px 30px;
		padding:0px 30px;
	}
	
	.policies p {
		background:url(../../siteimages/bulletTilde.gif) no-repeat 0px 6px;
		padding-left:15px;
	}
	
    
	/* @end • POLICIES */    
    
    
    
    
	
	/* @group • WHOLESALE */
	
	
	.wholesaleSoon {
		width:440px;
		padding:15px;
		margin:0 0 35px 200px;
		border:1px solid #FFCC99;
	}
	
	.wholesaleSoon p {
		background-color:#FFEFE0;
		padding:10px 10px 10px 20px;
	}
	
	ul.wholesaleSoonList {
		padding:0px;
		margin:0 0 0 20px;
	}
	
	ul.wholesaleSoonList li {
		margin-bottom:4px;
	}
	
	li.contactName {
		font-size:1.2em;
		font-weight:bold;	
	}
	
	ul.wholesaleSoonList a:link,
	ul.wholesaleSoonList a:visited,
	ul.wholesaleSoonList a:active {
		color:#3d3454;
	}
	
	/* @end • WHOLESALE */   
	
	
	
	
	
		
/* @end ~ PAGES */









/* @group ~ FOOTER */




#footer fieldset {
	width:100%;
	height:28px;
	margin-bottom:8px;
	display:block;
}

#footer fieldset label, #footer fieldset input, #footer fieldset span {
	float:left;
	display:block;
}

#footer fieldset label {
	margin-top:2px;
}

.emailSignUpForm {
	font-size:12px;
	font-weight:bold;
	color:#5d554b;
	border:none;
}

.emailSignUpForm div {
	float:left;
	display:block;
}

.emailSignUpForm legend {
	display:none;
}

.emailSignUpForm #ctl01_lblEmail {
	height:21px;
	line-height:21px;
	font-size:1.4em;
	margin-right:5px;
	font-weight:normal;
}

.emailSignUpForm #ctl01_tbEmail {
	width:185px;
	height:18px;
	line-height:18px;
	padding:1px 0px 0px 2px;
}

.emailSignUpForm #ctl01_btnSubmit {
	width:auto;
	overflow:visible;
	height:21px;
	color:#3d3454;
	padding:0px 3px 2px 3px;
	border:1px solid #fff;
	background-color:#ffcc99;
	cursor:default;
	cursor:pointer;
	margin:2px 0 0 8px;
	font-size:12px;
	font-weight:bold;
}

.emailSignUpForm #ctl01_btnSubmit:hover {
	background-color:#edf189;
}

#footer fieldset span {
	width:125px;
	/*position:absolute;
	left:413px;
	top:3px;*/
	color:red;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	line-height:26px;
}

.mailingList {
	width:135px;
	height:32px;
}

.lowerFooter {
	padding:13px 0 0 0;
	background:transparent url(../../siteimages/dottedBorder.gif) repeat-x top left;
}

ul.eskellSignature {
	width:300px;
	font-size:1.1em;
	color:#5d554b;
	float:right;
}

ul.eskellSignature li {
	height:16px;
	line-height:16px;
	float:right;
	padding-left:16px;
	display:block;
	text-align:right;
	/*border:1px solid #000;*/
}

li.signatureWidth {
	width:165px;
}

.signatureLineSeparator {
	background:transparent url(../../siteimages/lineSeparator.gif) no-repeat 8px center;
}

.signatureBulletSeparator {
	background:transparent url(../../siteimages/bulletSeparator.gif) no-repeat 6px center;
}

ul.footerNavigation {
	width:435px;
	font-size:1.1em;
}

ul.footerNavigation li {
	float:left;
	display:inline;
}

li.footerNavWidth {
	width:160px;
}

ul.footerNavigation li a:link, ul.footerNavigation li a:visited, ul.footerNavigation li a:active {
	height:16px;
	line-height:16px;
	color:#5d554b;
}

.footerNavBulletSeparator {
	padding-left:16px;
	background:transparent url(../../siteimages/bulletSeparator.gif) no-repeat 6px center;
}



/* @end ~ FOOTER */






/* @group ~ PAGE TRAIL */



a.tectureStamp {
	width:64px;
	height:20px;
	display:block;
	float:right;
	background:transparent url(../../siteimages/tecture.png) no-repeat center center !important;
	background:transparent url(../../siteimages/tecture.gif) no-repeat center center;
}



/* @end ~ PAGE TRAIL */






/* @group ~ PAGINATION */



.pager {
	font-size:13px;
	clear:both;
	padding:10px 0px;
	text-transform:lowercase;
	margin:0px;
}

.pager a:link, .pager a:visited, .pager a:active {
	color: #5D554B;
	display: block;
	padding:4px;
	float:left;
	margin-right: 3px;
}

.pager a:hover {
	}

.pager span {
	float:left;
	font-weight:bold;
	padding:4px;
	background-color:#c5cdc0;
	color:#5d554b;
	margin-right: 3px;
}

.pagerClearing {
	clear:both;
	height:0px;
	overflow:hidden;
}

.pager .pagerFirst span, .pager .pagerLast span {
	position:absolute;
	left:-990px;
	margin-left:-999px;
	float:none;
}

.pager a.pagerFirst {
	background-image:url(../../siteimages/pageBackward.gif);
}

.pager a.pagerLast {
	background-image:url(../../siteimages/pageForward.gif);
}

.pager a.pagerFirst, .pager a.pagerLast {
	display:block;
	height:10px;
	width:10px;
	background-position:4px 7px;
	background-repeat:no-repeat;
}
	
.pager a.viewAll {
	padding:0px 0px 0px 15px;
}

.page {
	color:#696969;
	text-transform:lowercase;
}

.page .pagerFirst a {
	background:transparent url(../../images/btn_pageFirst.gif) no-repeat scroll 4px 6px;
	padding:0px 0px 0px 20px;
}

.page .pagerLast a {
	background:url(../../images/btn_pageLast.gif)  no-repeat 33px 6px;
	padding:0px 18px 0px 0px;
}

.page .pagerFirst a, .page .pagerLast a {
	height:10px;
	width:10px;
	text-transform:lowercase;
}	

.page .pagerFirst {
	padding:0px 10px 0px 4px;
	color:#b2b2b2;
}

.page .pagerLast {
	padding:0px 18px 0px 10px;
	color:#b2b2b2;
}




/* @end ~ PAGINATION */


.skuPrice.onSale {
text-decoration:line-through;
}

    
.newItemsFolder, .eskellProductLanding{
     display:block;
     height:0;
     visibility:hidden;
}

ul.prod-list li a.viewAll{
color:#404040;
}
    


    

    

    

    

    

    

    

    

    

    

    

    

    