/* SALE pages >> Left Navi CSS */

/* Left Nav Top Title Properties */
#leftNavTitle {
	float: left;
	background-color: #c00;
	color: #fff;
	text-align: left;
	padding: 2px 8px;
	margin: 0;
	width: 129px;
}
#leftNavTitle h3 {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0 5px 0;
	margin: 0;
	line-height: 1ex;
}

/* Left Nav Properties */
#leftNavSale {
	width: 133px;
	padding: 20px 8px 8px 8px;
	font-size: 10px;
	text-align: left;
}

/* link properties */
#leftNavSale a {
	text-decoration: none;
	color: #4e4e4e;
}
#leftNavSale a:hover {
	text-decoration: underline;
}
#leftNavSale a.current {
	font-weight: bold;
	color: #960;
}
#leftNavSale a.current:hover {
	text-decoration: none;
	cursor: default;
}

/* headings */
#leftNavSale h3, #leftNavSale h4 {
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 1ex;
	padding: 18px 0 10px 0;
	margin: 0;
}
#leftNavSale h4 {
	font-size: 11px;
	padding: 8px 0 5px 0;
}

/* nav list properties */
#leftNavSale ul {
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
}

/* for when a current category has sub-categories */
#leftNavSaleBullets1, #leftNavSaleBullets2 {
	padding: 0 0 0 15px;
}

