.store_nav a {
	text-decoration: none
}

.store_nav a:hover {
	text-decoration: underline
	
		
}

/*-- Category Menu Settings --*/

.cat-heading-block .cat-heading {
	background: #EFEFEF url(../images/arrow-down.gif) no-repeat;
	background-position: 5px;
	padding:7px 10px 7px 18px;
	border-top: 1px #fff solid;
	border-bottom: 1px #D1D1D1 solid;
	font-size: 12px;
	}
	.cat-heading-block .current{
		background: #EFEFEF url(../images/arrow-down_current.gif) no-repeat;
		background-position: 5px;
		font-weight:bold;
		}
.cat-heading-block .cat-heading a {
	color:#333;
	}

.cat-menu {
	margin: 5px 0;
	padding: 5px;
	}

.cat-menu li {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	list-style-type:none;
	}
.cat-menu li.current {
	font-weight: bold;
	background-color:#FBFBFB; 
	/*border-top:1px #D1D1D1 dotted;
	border-bottom:1px #D1D1D1 dotted;*/
	}	
	.cat-menu .last {
		border-bottom: none;
		}	


/*------------------*/
/*-- Etc. Section --*/
/*------------------*/

/*-- Breadcrumbs Bar Settings --*/
.breadcrumbs {
	background-color: #EFEFEF;
	font-size: 10px;
	padding: 7px;
	border-top: 1px #fff solid;
	border-bottom: 1px #DEDEDE double;
	}
	.breadcrumbs a {
		color:#333;
		}

.hpl-layout .hpl-featured-products {
	margin:0;
	}

.hpl-layout .hpl-featured-products h4 {
	background-color: #AD0000;
	color:#fff;
	margin-bottom: 0px;
	padding: 5px 10px;
	border:1px #7F0000 solid;
	font-size:14px;
	}
.hpl-layout {margin:5px 5px 5px 0;}
