/**
 * 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 {
	margin-bottom: 15px;
	position:relative;
	margin-left:-15px;
}
#sidebar-nav .block-title {
	border: 0 none !important;
	height: 18px !important;
	padding: 4px 3px 2px;
	color: #b1885b;
}
#sidebar-nav .block-title strong {
	font: 24px;
	font-weight:300;
	

}
#sidebar-nav .block-content {
	padding: 8px 0px 8px 0px;
	overflow: auto;
}
#sidebar-nav .block-content a {
	text-decoration:none;
}
#sidebar-nav .category_name {
	text-decoration:none;
}
ul#sidebar-nav-menu > li {
	background: url('../images/bkg_block-sidebarnav-layered-dd.gif') 0 100% repeat-x;
	list-style: inside disc;
	padding: 5px 5px 5px 0;
}
ul#sidebar-nav-menu > li:last-child {
	margin-bottom: 5px;
}
/*
ul#sidebar-nav-menu > li > ul {
	margin-left: 5px;
}
*/
ul#sidebar-nav-menu .level0 {
/*	padding-left: 10px; 
	line-height:18px; */
	font-size:11.5px;
	color:#a26b49;
	/* text-transform:uppercase; */
}
ul#sidebar-nav-menu li .level0 {
/*	padding-left: 10px; */

}
ul#sidebar-nav-menu .level0 .level1 {
/*	padding-left: 10px; */
	line-height:18px;
	color:#737272;
}
.level0 a {color:#a26b49; font-size:14px; line-height: 20px; text-transform:uppercase; font-weight:500;}
.level1, .level1 .collapsible-wrapper a {color:#737272; font-size:12px; line-height: 20px; text-transform:none; font-weight:300;}
.level2, .level2 .collapsible-wrapper a {color:#737272; font-size:11px; line-height: 18px; text-transform:none; font-weight:300;}
ul#sidebar-nav-menu li ul {
/*	padding-left: 10px; */
	font-weight: normal;
	margin-top:10px;
	font-size:11px;
	line-height:18px;
	color:#737272;
	
}
#sidebar-nav ul.ul-thumb {
	padding-left: 0;
}
ul#sidebar-nav-menu > li.parent > ul.ul-thumb {
	padding-left: 0px;
	background:none;
}
#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 ==================================================================== */
