/**
 * 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.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* <<< Sidebar Navigation ==================================================================== */
.sidebar-nav {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	/*margin: 6px 0 15px 0;*/
	z-index: 999;
}
.sidebar-nav-menu { margin-left:32px; margin-bottom:0px; margin-top:10px;}
.sidebar-nav .block-title {
	border: 0 none !important;
	height: 18px !important;
	padding: 7px 9px 2px;
}
.sidebar-nav .block-title strong {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	/* font: bold 13px/16px Arial, Helvetica, sans-serif; */
	text-transform: uppercase;
	color: #FFF;
}
.sidebar-nav .block-content {
	padding: 2px 9px;
	margin-left: -10px;
}
.sidebar-nav .block-content a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
ul.sidebar-nav-menu > li {
	list-style: inside disc;
	padding: 0;
}

ul.sidebar-nav-menu > li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
ul.sidebar-nav-menu > li:last-child {
	background: none;
	margin-bottom: 15px;
}
/*
ul.sidebar-nav-menu > li > ul {
	margin-left: 5px;
}
*/
ul.sidebar-nav-menu li ul {
/*	padding-left: 10px; */
	font-weight: normal;
}
.sidebar-nav li.active,
.sidebar-nav li.active > a,
.sidebar-nav li.active > .collapsible-wrapper > a {
	color: #000000;
}
.sidebar-nav ul.ul-thumb {
	padding-left: 0;
}
ul.sidebar-nav-menu > li.parent > ul.ul-thumb {
	padding-left: 10px;
}
.sidebar-nav li.thumb {
	list-style-type: none;
}
ul.sidebar-nav-menu > li.no-thumb,
ul.sidebar-nav-menu > li.thumb {
	margin-left: 0 !important;
	list-style-type: none;
}
.sidebar-nav img {
	border: 0 none !important;
	outline: 0 none !important;
}
.sidebar-nav span.product-count {
	color: #000;
}
/* >>> Sidebar Navigation ==================================================================== */
/* Collapse */
.sidebar-nav h3.categories { text-align:center; }
.sidebar-nav h3.apps { position:relative; left:20px; width:229px; margin-bottom:-10px; height:27px; color:white; /*background:transparent url('../images/sidebar-title-applications.jpg') no-repeat; text-indent:-999em;*/ cursor:pointer; border-bottom:1px solid black; padding-bottom:5px; }
.sidebar-nav h3.viewCollections { position:relative; left:20px; width:229px; margin-bottom:-10px; height:27px; color:white; color:white; /*background:transparent url('../images/viewbycollection.jpg') no-repeat;*/ cursor:pointer; /*border-bottom:1px solid black;*/ padding-bottom:5px; }
.sidebar-nav h3 a { /*color:white;*/ font-size:16px; text-decoration:none; display:inline-block; padding:4px 0 4px 10px; /*background:black url('../images/arrow.png') no-repeat 96% 10px; color:#A97B2B;*/ width:219px; }
.sidebar-nav h3.viewCollections { text-align:left; }

.sidebar-nav h3 a:hover { color:black; }
ul.sidebar-nav-menu > li a:hover { color:#A97B2B; }
.sidebar-nav h3.active a { /*background:black url('../images/arrowUp.png') no-repeat 96% 10px;*/ }