/**
 * 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;
	background:#fdfdfd;
}
#sidebar-nav .datetime{
	color:#ff7e00;
	padding-right:8px;
	font-size:16px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-shadow: 4px 3px 2px #bbb;
	margin-left:30px;
	
}
#sidebar-nav .block-title {
	height: 20px !important;
	background: url('../images/test2.gif') 0 0 repeat-x;
	border: 1px solid #dedede;
	padding: 4px 2px 2px;
}
#sidebar-nav .block-title span{
	display:block;
	width:40px;height:20px;
	padding-left:25px;
	font-size: 14px;
font-weight: bold;
color: #5B5A59;
	background:url('../images/home-logo.png') no-repeat
}
#sidebar-nav .block-title strong {
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: gray;
}
#sidebar-nav .block-content {
	background:#f5f5f5;
	padding: 6px 5px 6px 10px;
	border: 1px solid #ddd;
	
}
#sidebar-nav .block-content a {
	font-size:13px;
	color: #0D004C;
}
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 0;
}
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,
.thumb:hover{background:#ffffff;}
#iden1-2{}
.level1{float:left;height:250px;width:125px;margin-top:10px;padding-bottom:10px;}
.level0{height:20px;padding:5px 0px 5px 0px;position:relative}
div.level0:hover span.collapsible-wrapper0,div.level0:hover div.collapsible-wrapper0{opacity:0.5;}
.collapsible-wrapper0{background:url('../images/leftjiantou.gif') 98%  40%  no-repeat;padding-bottom:3px;}/* lisd.png */
.collapsible-wrapper0 span{margin-left:8px;}
.collapsible-wrapper1{width:55px;margin-top:10px;padding-left:25px;}
.collapsible-wrapper1 a{color:#fa8d45;text-decoration:none;}
.ul-thumb0 {
	position:absolute;z-index:1000;top:-13px;left:160px;width:545px;height:340px;
	
}
#iden2{background:url('../images/rrows.png') no-repeat;opacity:0.9}
#iden4,#iden6{background:url('../images/rrows2.png') no-repeat;opacity:0.9}
.collapsible-wrapper2 a{display:block;padding:4px 4px 4px 5px;}
#sidebar-nav  .collapsible-wrapper2 a:hover{
	padding:4px 4px 4px 5px;background:#f5c184;color:#000000;

}
#sidebar-nav .block-content .level1 .category_name{color:#222;font-size:15px;}
#sidebar-nav .block-content .level2 .category_name{
	color: #7d7a7a;
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-shadow: none;
}
#sidebar-nav .block-content .level2 .category_name:hover{color:#000000;}
.thumb{border-bottom:1px solid #ddd;}
.cwnav{border-right:none;background:#ffffff;}

/* >>> Sidebar Navigation ==================================================================== */
