/* list page overrides */

.hProduct h3.productTag{
	width:154px;
	margin-top:-21px;
	padding:0;
	font: 1.2em/20px "BrandonGrotesque-Regular", Verdana, Geneva, sans-serif;
	text-align:center;
}
.hProduct h3.exclusive {
	background-color:rgba(0,0,0,0.6);
	-pie-background: rgba(0,0,0,0.6);
	behavior:url(/styles/PIE.htc);
	}

/* ------ left navigation bar ------ */
.leftNav {display:block; width:150px; font-size:0.9em; float:left; line-height:1.4em; letter-spacing:0.03em; text-align:left; background:none;} 
.leftNav a {display:inline-block; } .leftNav a {display:block; text-decoration:none; }

.leftNav ul {display:inline-block; } .leftNav ul {display:block; }
.leftNav ul.otherSections {margin-top:20px; } /* applies space between side nav sections */

/* LEVEL 0 */
.leftNav li.level0 a {padding:4px 0 4px 10px; text-decoration:none; } 
.leftNav li.level0 a:hover {color:#fff; background: #bebebe;}
.leftNav li.level0 span {
	display:block; 
	background: #666666 url(/images/site/whiteArrow.gif) 0 50% no-repeat;
	margin:10px 0; 
	padding:4px 0 4px 10px; 
	color:#fff; 
	font-weight: bold; 
} 
.leftNav li.level0 a.last {border:0; } /* for last list item on nav - REMOVES BOTTOM BORDER */

.leftNav li.level0 ul.subgroups {margin-bottom:10px; margin-top:-10px;}
.leftNav li.level0h ul.subgroups {margin-bottom:10px; }

/* LEVEL 0 - highlighted category but still clickable*/
.leftNav li.level0h {margin-top:10px;}
.leftNav li.level0h a {display:block; padding:4px 0 4px 10px; background:#d8d8d8; color:#666; } 
.leftNav li.level0h a:hover {background:#ababab; color:#fff; }

/* LEVEL 1 */
.leftNav li.level1 a {padding:4px 0 4px 20px; background:#f2f2f2; /*border-bottom:1px solid #eee;*/ color:#333; } 
.leftNav li.level1 a:hover {text-decoration:none; background:#ababab; color:#fff; font-weight:normal}
.leftNav li.level1 span {display:block; padding:4px 0 4px 20px; background: #666666 url(/images/site/whiteArrow.gif) 0 50% no-repeat;  color:#fff; border-bottom:1px solid #fff; font-weight: bold;} 

/*
.relatedSearchesBottom {width:1000px; margin:auto; border:0;}*/ 

