/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.vertical-nav{
}
.nav_vert{
}
.vertical-nav-container{
    /* border-style:solid;
     border-width:0.5px;*/
     padding:5px 5px 5px 5px;
}
.vertical-nav-container h4{
/*background:#D5E8FF url(../images/layered_nav_narrowed_category_heading.gif) repeat scroll 0%;
border-color:#B9CCDD -moz-use-text-color;
border-style:solid none;
border-width:1px 0pt;*/
color:#1F5070;
font-size:1em;
font-weight:bold;
margin:0pt;
padding:3px 10px;
}

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}