/* Left Column 
-----------------------------------------*/

#leftCol h2{
	background:#3b3b3b url(../images/chead_2.gif) no-repeat;
	font-size:100%;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding:.3em 0 .6em 0;
	text-align:center;
}
#leftCol h4{
	background:#dadada;
	font-size:100%;
	font-weight:normal;
	color:#3b3b3b;
	margin:0;
	padding:.7em 0 .7em .7em;
	border-bottom: solid 1px #ffffff;  
  font-weight:bold
}
#leftCol .dcat2 h4{
	background:#EAEAEA url(../images/list_arrow.gif) no-repeat 95% center;
}
#leftCol h4.currentOn{
	font-weight: bold;
}
#leftCol h4.hv{
	border-right: none;
	background: #FD9E2F;
	color:#FFF;
	font-weight: bold;
}
#leftCol h4.hv a{
	color:#FFF;
}
	
.colBoxL{
	background:#f6f6f6 url(../images/grey_base.gif) no-repeat bottom;
	margin:0 0 1em 0;
	padding:0 0 1.5em 0;
	border:none;
}

#leftCol ul{ margin:0; padding:0; border:none; }
#leftCol li { list-style:none; }

#leftCol li .view-more { text-decoration:underline; }

.filter-dlg { position:absolute; background:#f6f6f6; display:none; border:1px solid #f97900; z-index:999999; }
.filter-dlg .clr-btn { float:right; display:block; margin-right:10px; text-decoration:underline; color:#9F9F9F; }
.filter-dlg ul { float:left; width:190px; overflow:hidden; }
.filter-dlg .filter-op { padding:12px 0; background:#FFF; border-top:1px dotted #ccc; }
.filter-dlg .btn-ok { margin-right:10px; }

.left_clt li a{
	display:block;
	color:#3b3b3b;
	text-decoration:none;
	white-space:nowrap;
	padding:0 0 0 1em;
	line-height:2em;
	border-bottom: solid 1px #ffffff;
	overflow:hidden;
}
.left_clt .dcat2.hover > a,.left_clt li a:hover{
	color:#fff;
	background:#fd9e2f;
	overflow:visible;
}

.left_clt li.active a{
  color:#fff;
	background:#fd9e2f;
	overflow:visible;
}

.left_clt li.expanded a{
	background: #ffffff;
	color:#4e4e4e;
	border: 1px solid #FD9E2F;
	border-right:none;
}

/*Sub Cat Menus*/
#leftCol li.currentOn li a{
	margin-left: 6px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #cacaca;
	background: #e8e8e8;
	color: #4e4e4e;
	padding-left: 1.5em;
	border-bottom: solid 1px #ffffff;
	font-weight: normal;
}
#leftCol li.currentOn li a:hover{
	background: #ffffff;
	color:#4e4e4e;
}

.left_clt li label{
	display:block;
	color:#3b3b3b;
	white-space:nowrap;
	padding:0 0 0 7px;
	line-height:2em;
	border-bottom: solid 1px #ffffff;
	overflow:hidden;
}

.left_clt li label:hover{
	color:#ffffff;
	background:#fd9e2f;
	overflow:visible;
}

#leftCol h4 .fold_btn { float:right; display:block; width:10px; height:10px; margin-right:5px; margin-top:2px; background:url(../images/treeview/minus.gif) no-repeat; }
#leftCol h4 .fold_btn.closed { background:url(../images/treeview/plus.gif) no-repeat; } 
#leftCol li.selected { font-weight:bold; }
.left_clt li .stat { color:#9F9F9F; }
.left_clt li a:hover .stat { color:#eee; }
.catpop li a:hover .stat { color:#9F9F9F; }

#storeNav li.currentOn a{
	background: #9F9F9F url(../images/current_on_arrow.gif) no-repeat 95% center;
	color: #fff;
	border-bottom: none;
	padding: .2em 1em .2em 1em;
	font-weight: bold;
	margin-left: 6px;
}
#storeNav li.nochild a, #storeNav li.currentOn li.nochild a{
	background: #ffffff;
	color: #3b3b3b;
	font-weight: bold;
	border:solid 1px #cacaca;
	border-right: none;
	margin-left:7px;
}
#brdCol li.currentOn a{
	border: solid 1px #cacaca;
	border-right: none;
	background: #ffffff;
	color:#4e4e4e;
}
/* Sliding Menus
-----------------------------------------*/
.hideable{ display: none; }
.default{ display: block; }

.dcat2{
	}
.catpop{
	margin:6px auto; 
	position:absolute;
	text-align:left;
	border-left:6px solid #FD9E2F; 
	border-top:1px solid #FD9E2F;
	border-bottom:1px solid #FD9E2F; 
	border-right:1px solid #FD9E2F; 
	width:531px; 
	background:#F6F6F6; 
	padding:5px 0 10px; 
	z-index:999;
	}
.col_1{
	width:531px; 
	display:inline; 
	float:left; 
	margin-bottom:1px; 
	margin-top:5px;
	}
.col_2{ 
    width:150px; 
	display:inline; 
	float:left; 
	position:relative; 
	font-weight:bold;
	}
.catpop li{
	line-height:20px; 
	position:relative; 
	padding:0 0 0 6px; 
	margin:0;
	text-align:left; 
	border-right:1px solid #CCC; 
	width:170px; 
	border-bottom:none; 
	background:#F6F6F6;
	height:24px;
	overflow:hidden;
	float:left;
	}
.catpop li a{
	padding:0 0 0 6px;
	margin:0;
	display:block;
	line-height:2em;
	border-bottom:none;
	}
.catpop li a:hover {
	background:none; 
	padding:0 0 0 6px;
	margin:0;
	color:#E47911;
	}
.col_2 li{
	border-right:none;
	width:120px;
	}