/**
 * 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; float:left; /*width:210px;*/ padding:0 0 0 5px}
#sidebar-nav .block-title{border:0 none !important; /*height: 18px !important;
	background: url('../images/bkg_block-sidebarnav-title.gif') 0 0 no-repeat;*/
	/*background:url(../images/titleBg.gif) no-repeat left top; height:25px; width:180px;*/
padding: 9px 15px; width:100%; background-color:#9bd000; /*-webkit-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; border-radius:4px*/}
#sidebar-nav .block-title strong{font:bold 16px/18px Helvetica; color:#333333}
#sidebar-nav .block-content {
	/*background: #DEE5E8 url('../images/bkg_block-sidebarnav-actions.gif') 0 0 repeat-x; border: 1px solid #C4C1BC;
	padding: 6px 9px;
	
	overflow: auto;*/
}
#sidebar-nav .block-content a {
	/*color: #010101;*/
}
ul#sidebar-nav-menu  li {
	/*background: url('../images/bkg_block-sidebarnav-layered-dd.gif') 0 100% repeat-x;
	list-style: inside disc;
	font-weight: bold;
	padding:8px 15px;*/
	background:url(../images/catlibg.gif) no-repeat left bottom;
	float:left; /*width:210px;*/ width:95%; list-style-type:none
}
ul#sidebar-nav-menu > li:last-child{background:none; margin-bottom:5px}
/*
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: #1472ad;
}
#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 ==================================================================== */
ul#sidebar-nav-menu > li.parent a{ background:url(../images/dropdownArrow.gif) no-repeat right 15px;}
ul#sidebar-nav-menu li ul li.parent > a{ background:url(../images/dropdownArrow.gif) no-repeat right 10px !important;}

.slider .tabcontent{ overflow:hidden;}
