/**
 * 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)
 */

/* Left Nav */
/* #nav-left { font-size:12px; text-transform:uppercase; color:#666; padding:0; padding-left:10px;} */
#nav-left { font-size:12px; color:#666; padding:0;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
/* Left Nav */
#nav-left li { text-align:left; }
#nav-left li.over { z-index:999; }
#nav-left a,
#nav-left a:hover { display:block; text-decoration:none; }
#nav-left span { display:block; cursor:pointer; white-space:nowrap; }
#nav-left li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
/* Left Nav */
#nav-left li { display:block; margin:5px 0; }
#nav-left li.last { padding:0; margin:0; background:none; }
#nav-left li.active > a { color:#9A9A9A; /*background:url(../images/leftnav_categories_over_picto.gif) no-repeat left 2px;*/ }
#nav-left li.active > a { font-weight:bold;}
#nav-left li.parent > a { font-weight:bold;}
#nav-left a { color:#6ea3d2  /*background:url(../images/leftnav_categories_picto.gif) no-repeat left 2px;*/}
#nav-left li.over a,
#nav-left a:hover { /*background:url(../images/leftnav_categories_over_picto.gif) no-repeat left 2px;*/ }

/************ 1ST LEVEL ************/
/* Left Nav */
#nav-left ul li,
#nav-left ul li.active,
#nav-left ul li.last { margin-left:20px;}
#nav-left ul a,
#nav-left ul a:hover { padding:0; background:none; }
#nav-left ul li a { background:none; }
#nav-left ul li.level1 a { background:none; }


/************ 2ND LEVEL ************/


/* Show menu */
/*
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
*/


/* Left Nav */
#nav-left ul { display:none; }

/* Show menu */
/*#nav-left li.over > ul { left:0; }
#nav-left li.over > ul li.over > ul { left:100px; }
#nav-left li.over ul ul { left:-10000px; }*/
#nav-left li.active > ul,
#nav-left li.open > ul { display:block; }
#nav-left li.active > ul a,
#nav-left li.active > ul a:hover { background:none; }
#nav-left li.active > ul li.active a,
#nav-left li.active > ul a:hover { color:#9A9A9A; }

#nav-left ul li a:hover { color:#cc0500; }
#nav-left ul span, #nav ul li.last li span { display:block; cursor:pointer; white-space:nowrap; font-size:11px; }

#facebook-like-button{
	float: left;
	margin-left: auto;
	margin-right: auto;
    margin: 3px 10px 0 0;
	width:100px;
	position: relative;
	text-align: right;
}
.network-fb{float:left;}
