/**
 * 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)
 */

#nav {
	font-size:12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	z-index:999; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:center;
	background-image: url(../images/header_nav_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 116px;
	height: 44px;
	margin-left: -4px;
	display: table-cell;
	vertical-align:middle;
	}
#nav li.active {  }
/* to prevent the li separator from showing through on mouseover on li */
#nav a {
	line-height:44px;
	padding-left: 8px;
	padding-right: 8px;
	}
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer;  }
#nav li ul span {white-space:normal; }
/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#f33; }
#nav a { color:white; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#f33; }
/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;

	top:25px;
	left:-10000px;
	display:none;
	border:solid 1px #899ba5; }
/* 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;}
/**
 * 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)
 */
#vert-nav { padding:3px 0 0; text-decoration:none; display: block; line-height: 15px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 50%; }
.layered-nav dl {
	margin-right: 0;
	margin-left: 0; }
.left-nav-container {
    margin-bottom: 5px;
}
.left-nav {  }
/***************VERTICAL**********************/
/*****ALL*****/
.vertical-nav-container {
	font-family: Verdana;
	background-color: #f6f6f6;
	padding-bottom: 10px;
	border-color: #cacaca;
	border-style: solid;
	border-width: 0 1px 1px; }
#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
    margin-top: 1px; /* lines */
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    background-color: #FFFFFF;
}
#vertical-nav ul li a {
	font-size: 11px;
	display: block;
	padding: 3px 3px 3px 13px;
	margin:0;
	text-decoration: none;
	height:17px;           /* hint for IE, alternatively remove whitespace from HTML */
    background-color: #f6f6f6;
	border-bottom: 1px solid white; }
#vertical-nav ul li .open {
	font-weight: bolder;
	text-decoration: underline;
	color:#023353
;
	border-bottom: 1px solid #e0e0e0; }
#vertical-nav .activesubsub, #vertical-nav .subopen {
	color: #023353;
	font-weight: bolder;
	text-decoration: none; }
#vertical-nav .final{
background-color:#f6f6f6;
}
#vertical-nav .potential {
	padding:3px 10px 3px 21px;
	background:#f6f6f6 url(../images/vert-nav-potential.gif) no-repeat 6px 7px;
	color:#2f2f2f; }
#vertical-nav .open {
	background-image: url(../images/vert-nav-open.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 6px 7px;
	padding-left: 21px; }
#vertical-nav ul ul li a {
	padding-left: 21px; }

#vertical-nav ul ul ul li a {
	padding-left: 20px;     /* indent level 2 */
}

#vertical-nav a {
  color:#626262;
}
#vertical-nav a:hover {
	color:#023353;
	font-weight: bold; }
#vertical-nav ul li ul li a {
	margin-bottom:0;
	margin-top:0;
border-bottom: 1px solid #e0e0e0;}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
.debug {border:1px solid red!important;}
.nav-aanbiedingen {
	visibility: hidden;
	margin-top: -40px; }
