@charset "UTF-8";
/* CSS Document */

#infoLink{
	/*position: absolute;
	left: 0px;
	top: 60px;*/
	/*overflow: hidden;*/
	margin-top: 15px;
	z-index: 10;
}
			
#infoNav{
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding: 0;
}

	#infoNav li {
		/*position:relative;*/
		float:left;
		cursor:pointer;
		display:block;
		text-align: right;
		font-size: 14px;
	}
	
	#infoNav li > a {
		display: block;
		padding: 3px 26px 3px 0;
		font-size: 14px;
		color: #787878;
		text-decoration: none;
		font-weight: bold;
		/*height: 10px;*/
	}

	#infoNav li:last-child > a { padding-right: 0; }
	
	/* Remove right border on last main category nav */
	#infoNav #lastMainCat a{
		border-right: none !important;
	}
	
	#infoNav .sub_nav {
		position:absolute;
		top: 75px;
		left: 0;
		display: none;
		margin: 0;
		padding: 30px 0 0;
		width: 100%;
		background-color: #fff;

		background-image: url('/z_img/bg_gray.png');
		background-repeat: repeat-x;
		background-position: 0 29px;

		background-color: transparent;
		/*opacity: 0.90;
		filter: alpha(opacity=90);*/

		-webkit-box-shadow: 0px 10px 20px -7px rgba(102,102,102,1);
		-moz-box-shadow: 0px 10px 20px -7px rgba(102,102,102,1);
		box-shadow: 0px 10px 20px -7px rgba(102,102,102,1);
	}

	#infoNav .sub_nav #nav_menu {
		position: relative;
		padding: 20px 0 27px 0;
		background-color: #fff;
		width: 970px;
		margin: 0 auto;
		text-align: left;
	}

	#infoNav .sub_nav #prod_info_top_arrow {
		position: absolute;
		top: -11px;
		left: 420px;
		padding-left: 20px;
	}

	#infoNav .sub_nav .nav_col {
		padding-left: 0;
		margin-right: 23px;
		width: 182px;
		display: inline-block;
		vertical-align: top;
	}

	#infoNav .sub_nav .prod_info li a {
		font-weight: bold !important;
		color: #2857a9;
	}

	#infoNav .sub_nav .nav_col .title {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 6px;
		color: #2857a9;
	}

	#infoNav .sub_nav .nav_col:first-child { /*margin-left: 50px;*/ }


	#infoNav .sub_nav li{
		float: none !important;
		/*padding: 0 !important;*/
		border-bottom: none !important;
	}

	#infoNav .sub_nav li a{
		border-right: none !important;
		display: block;
		text-decoration: none !important;
		color: #000000;
		padding: 5px 9px 5px 0 !important;
		font-size: 14px !important;
		text-align: left !important;
		background-color: #fff;
		line-height: 1.25em;
	}

	#infoNav .sub_nav li:hover a, #infoNav .sub_nav .title a:hover {
		color: #5aa8f3 !important;
		background-color: #ffffff !important;
	}

	#infoNav .sub_nav .nav_col li {
		text-align: left;
	}

	#infoNav .sub_nav .prod_info li:first-child a {
		padding-top: 0 !important;
	}

	#infoNav .sub_nav .nav_col li a {
		font-weight: normal;
	}

	#infoNav .sub_nav .tv_col {
		width: 162px !important;
	}

	#infoNav .sub_nav .tv_col {
		color: #000;
	}

	#infoNav .sub_nav .tv_col a {
		color: #2857a9;
	}

	#infoNav .sub_nav .tv_col img{
		width: 162px;
	}

	#infoNav .store_location #prod_info_top_arrow {
		left: 895px;
	}

	#infoNav .about #prod_info_top_arrow {
		left: 745px;
	}

	#infoNav .store_location .nav_col, #infoNav .about .nav_col {
		margin-right: 6px;
	}




/*******************
* Right Navigation *
*******************/
#navCol{
	position: relative;
	width: 160px;
	float: left;
	z-index: 500;
	/*padding-left: 10px;*/
}	
	#nav{
		position: relative;
		top: -8px;
		margin: 0px;
		padding: 0px;
	}
	 
	#nav li {
		position:relative;
		cursor:pointer;
		display:block;
		color: #6d6e71;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		list-style: none;
		padding: 7px 14px 7px 10px;
		text-decoration: none;
	}

	#nav > li:hover {
		 background-color: #e0ebfa;
	}

	#nav > li:hover a{
		 color: #000;
	}

	#nav > li:hover .sub_nav, #infoNav > li:hover .sub_nav, #account:hover #accountDD {
		/*display: block;*/
	}

	#nav > li:target .sub_nav, #infoNav > li:target .sub_nav, #account:target #accountDD {
		/*display: block;*/
	}

	#nav .sub_nav {
		position:absolute;
		top:-4px;
		left: 160px;
		margin: 0px;
		padding: 7px 9px 7px 0;
		display: none;
		background-color: #e0ebfa;
		opacity: 0.97;
		filter: alpha(opacity=97);
	}
	
		
	#nav .sub_nav li{
		width: 216px;
		padding: 0 !important;
	}
	
	#nav .sub_nav li a{
		display: block;
		text-decoration: none;
		color: #000000;
		padding: 7px 20px !important;
		font-size: 14px !important;
		width: 185px;
		text-align: left !important;
		/*background-color: #eeeeee;*/
		background-color: #e0ebfa;
		font-weight: normal;
	}
	
	#nav .sub_nav li:hover a{
		color: #135fa7 !important;
		background-color: #f3f7fd !important;
	}
	
	.sub_nav .selected{
		
	}


@media (max-width: 992px){
	#navCol { padding-left: 10px; }
}
