/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.nav { 
	padding:30px 0 10px 10px; 
	z-index:999; 
	background:#fff;
	border:#F0F4DA solid 2px;
	
	
	}
#cat_hideshow, #designer_hideshow {
	width:85px;
	height:26px;
	float:left;
	text-align:center;

	
}
#cat_hideshow span, #designer_hideshow span {
	display:none;

	
}
.designer_tab_active {
	cursor:pointer;
	background:url(../images/tab_designer_active.jpg) no-repeat;
}
.designer_tab_notactive {
	cursor:pointer;
	background:url(../images/tab_designer_notactive.jpg) no-repeat;
}

.cat_tab_active {
	cursor:pointer;
	background:url(../images/tab_cat_active.jpg) no-repeat;
}
.cat_tab_notactive {
	cursor:pointer;
	background:url(../images/tab_cat_notactive.jpg) no-repeat;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
.nav li.over { z-index:99; }
.nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
.nav a { line-height:1.3em; }
.nav a:hover { display:block; text-decoration:none; }
.nav span { display:block; cursor:pointer; white-space:nowrap; }
.nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
.nav li {}
.nav li.active a {
	padding-left:22px;
	color:#eb5380;
	font-weight:700;
	background-image: url(../images/narrow_by_set.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fbffe7;
	width:80%;
}
.nav a { float:left; padding: 1px 0 1px 5px; }
.nav li.over a {}
.nav a:hover {}


/************ 1ST LEVEL RESET ************/
.nav ul li, .nav ul li.active {
	float:none;
	margin:0 0 0 30px;
	background-color:#fbffe7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E3E7D4;
	padding:0px;
	background-image: none;	
	
	}
.nav ul li.over {}
.nav ul li.last { background: padding-bottom:0; }

	
.nav ul a, .nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
.nav ul.level0 li a { background-image:none; font-weight:normal !important; padding:0; }


/************ 2ND LEVEL ************/
.nav ul {
	position: absolute;
	width:15em;
	margin-left:90px;
	left:-10000px;
	background-image: url(../images/bg_subcat.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	
}

/* Show menu */
.nav li.over > ul { left:0; }
.nav li.over > ul li.over > ul { left:100px; }
.nav li.over ul ul { left:-10000px; }


.nav ul li a:hover {
	background-color: #F2F5E3;
}
.nav ul li a, .nav ul li a:hover { !important; }
.nav ul span, .nav ul li.last li span { padding:3px 0px 4px 15px;}



/************ 3RD+ LEVEL ************/

.nav ul ul { top:5px; }

/*
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }
*/

/* Fix for the IE bug */

.nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}

#cat-nav {
	margin-left: 25px;
}