/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { padding:0 20px; font-size:1.1em;background:url(../images/top_navi.gif) repeat-x top left;border:1px solid #1c79a9;font-family:Tahoma; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#FFFFFF; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#FFFFFF; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#FFFFFF;}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background-color:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* 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 { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }


/************** LEFT NAVIGATION **************/


#nav-left {
	float:left;
	/*margin-top:15px;*/
	padding:0;
	font-size:1em;
	clear:both;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav-left li { position:relative; text-align:left;	}
#nav-left li.over { z-index:999; }
#nav-left a,
#nav-left a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav-left span { display:block; cursor:pointer; white-space:nowrap; }
#nav-left li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav-left li { float:left;width:150px; }
#nav-left li.active a { color:#8d8080; }
#nav-left a {
	float:left;
	padding-left:0px;
	color:#000000;
	font-weight:normal;
	display:block;
}
#nav-left li.over a,
#nav-left a:hover { color:#8d8080; }
#nav-left li.over,
#nav-left li.active { 
	/*border:1px solid #bbb;
	background:#ececec;*/}

/************ 1ST LEVEL ************/
#nav-left ul li {
	/*background:url(../images/toolbar-rule.gif) repeat-x bottom;*/
}
#nav-left ul li,
#nav-left ul li.active,
#nav-left ul li.over { 
	float:none;
	border:none;
	margin:0;
	padding:0;
	padding-bottom:1px;
	text-transform:none;
	
}
#nav-left ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav-left ul li.last { padding-bottom:0; }
#nav-left ul li.active { margin:0; border:0; background:none; }
#nav-left ul a,
#nav-left ul a:hover {
	float:none;
	padding:0;
	background:none;
}
#nav-left ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav-left ul {
	position:absolute;
	width:150px;
	top:0px;
	left:-10000px;
	border:1px solid #bbb;
	border-bottom:2px solid #999;
	padding:3px 8px;
	background:#fce8eb;
	font-size:11px;
}

/* Show menu */
#nav-left li.over > ul { left:125px; }
#nav-left li.over > ul li.over > ul { left:125px; }
#nav-left li.over ul ul { left:-10000px; }

#nav-left ul li a { padding:3px 0; color:#8d8080 !important; }
#nav-left ul li a:hover { padding:3px 0; color:#918d85 !important; }

/************ 3RD+ LEVEL ************/
#nav-left ul ul { top:5px; }



/******************** ACCORDION MENU ***********************/
.treeview{
	/*border-bottom:1px solid #d3cbaa;*/
	}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding:0 0;
margin-bottom: 0px;
/*border-top:1px solid #d3cbaa;
border-bottom:1px solid #ffffd4;*/
/*background:url(../images/horiz_rule.gif) repeat-x bottom;*/
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:url(../images/closed.gif) 98% 12px no-repeat;
cursor: pointer !important;
/*background:url(../images/horiz_rule.gif) repeat-x bottom;*/
/*background-position:98% 12px;
background-repeat:no-repeat;*/
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
border-top:0px solid #f3e8bb;
border-bottom:0px solid #ffffd4;
/*background:none;*/

}
/******************** ACCORDION MENU ***********************/

.treeview li.submenu a,
.treeview li.submenu a:link,
.treeview li.submenu a:hover,
.treeview li.submenu a:active,
.treeview li.submenu a:visited{
	text-decoration:none;
	font-weight:bold;
	/*text-transform:uppercase;*/
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	padding:7px 0;
	display:block;
	/*line-height:240%;*/
}
.treeview li.submenu a:hover{
	/*background:#f2d346;*/
	color:#60a6d5;
	}
.treeview .submenu li.level1 {
	/*background:none;*/
}

ul .level0 {
	/*background:url(../images/horiz_rule.gif) repeat-x bottom;*/
}

.treeview .level0 a,
.treeview .level0 a:link,
.treeview .level0 a:hover,
.treeview .level0 a:active,
.treeview .level0 a:visited{
	text-decoration:none;
	font-weight:bold;
	/*text-transform:uppercase;*/
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	padding:7px 0;
	display:block;
	/*line-height:240%;*/
}
.treeview .level0 a:hover{
	/*background:#f2d346;*/
	color:#60a6d5;
	}

.treeview .level0 .level1 a,
.treeview .level0 .level1 a:link,
.treeview .level0 .level1 a:hover,
.treeview .level0 .level1 a:active,
.treeview .level0 .level1 a:visited,
.treeview .level0 .submenu a,
.treeview .level0 .submenu a:link,
.treeview .level0 .submenu a:hover,
.treeview .level0 .submenu a:active,
.treeview .level0 .submenu a:visited
{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	padding-left:20px;
	background:url(../images/cat-list-bullet.gif) no-repeat 10px center;
}
.treeview .level0 .level1 a:hover{
	/*background:#f2d346;*/
	color:#60a6d5;
	}


.treeview .level0 .level1 .level2 a,
.treeview .level0 .level1 .level2 a:link,
.treeview .level0 .level1 .level2 .levea:hover,
.treeview .level0 .level1 .level2 a:active,
.treeview .level0 .level1 .level2 a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	padding-left:35px;
	background:url(../images/cat-list-bullet.gif) no-repeat 25px center;
}
.treeview .level0 .level1 .level2 a:hover{
	/*background:#f2d346;*/
	color:#60a6d5;
	}

ul#side-nav li {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	}

ul#side-nav li.subcat {
	background:url(../images/horiz_rule.gif) repeat-x bottom;
	color:#000;
	margin: 0 -2px;
	display: block;
	font-family:Tahoma;
}
ul#side-nav li.subcat a {
	color:#000;
	display: block;
	padding: 6px 15px 6px 5px;
	font-size:11px;
	}
ul#side-nav li.subcat:hover {
	/*background-color:#fefefe;
	background-position: 0% -50px;
	background: url(../images/icon-open.gif) no-repeat 95% 10px;*/
}
ul#side-nav li.subcat ul li {
	padding-left:18px;
	/*line-height:2.0;*/
	/*background:#fff*/
}
ul#side-nav li.subcat ul li a {
	color: #000;
	/*font-weight: bold;
	font-size: .85em!important;
	background: url(../images/icon-open.gif) no-repeat 95% 10px;*/
	}
ul#side-nav li.subcat ul li:hover {text-decoration: underline;}
ul#side-nav li.subcat a ,
ul#side-nav li.subcat ul li a:hover {text-decoration: none;}

a.open, a.open:link, a.open:visited{
	color:#1e7ec8 !important;
}

a.open-img, a.open-img:link, a.open-img:visited{
	background: url(../images/icon-open.gif) no-repeat 100% 3px;
	color:#1e7ec8 !important;
}


.potential {
	background: url(../images/icon-closed.gif) no-repeat 100% 3px;
}

a.subopen, a.subopen:link, a.subopen:visited{
	color:#1e7ec8 !important;
}
a.subopen-img, a.subopen-img:link, a.subopen-img:visited{
	background: url(../images/icon-open.gif) no-repeat 100% 3px;
	color:#1e7ec8 !important;
}
a.subpotential, a.subpotential:link, a.subpotential:visited {
	background: url(../images/icon-closed.gif) no-repeat 100% 3px;
}

a.final, a.final:link, a.final:visited{
	color:#1e7ec8 !important;
}
