/**
 * 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) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

a.toggleme {
	background:none !important;
	cursor:pointer !important;
	float:right !important;
	font-size:10px !important;
	font-weight:normal !important;
}

.middle { background-color:white !important; }

div.base-mini ul {
	padding:5px 0;
}
div.base-mini ul li {
	padding:0 10px;
}
div.base-mini ul li a {
	display:block;
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

ul#leftbar-catlist {
	padding:5px 0;
}
ul#leftbar-catlist li {
	padding:0 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
}
ul#leftbar-catlist ul li.header,
ul#leftbar-catlist ul ul li.header {
	background-image:url(../images/icon_categories.gif);
	background-position:7px 0;
	background-repeat:no-repeat;
	border-bottom:1px solid #DDDDDD;
	color:#E26703;
	font-size:1em;
	font-weight:bold;
	margin:0 1px 5px;
	min-height:16px;
	padding:2px 8px 2px 25px;
}
ul#leftbar-catlist li a {
	float:left;
}
ul#leftbar-catlist li ul ul,
ul#leftbar-catlist li ul {
	background:#FFFFFF url(../images/base_mini_head_bg.gif) repeat-x scroll 0 0;
	border:1px solid #C4C1BC;
	display:none;
	left:165px;
	padding:5px 0;
	position:absolute;
	top:-1px;
	width:165px;
	z-index:1000;
}
ul#leftbar-catlist li.active a,
ul#leftbar-catlist li a:hover {
	color:#ff9000;
	text-decoration:none;
	font-weight:bold;
}
ul#leftbar-catlist li.parent:hover {
	border-color:#FFA300;
}
ul#leftbar-catlist li a:hover ul,
ul#leftbar-catlist li:hover ul {
	display:block;
}
ul#leftbar-catlist li a:hover ul ul,
ul#leftbar-catlist li:hover ul ul {
	display:none;
}
ul#leftbar-catlist ul li a:hover ul,
ul#leftbar-catlist ul li:hover ul {
	display:block;
}
ul#leftbar-catlist li.level1 {
}
ul#leftbar-catlist li.active ul li a {
	color:#1B4977;
}
ul#leftbar-catlist li.active ul li a:hover {
	color:#ff9000;
}

.citaat{
border-color:#2e2e2e;
border-style:dotted;
padding:0.25em 0 0.5em 0;
text-align:justify;
font-style:italic;
margin-left:2em;
margin-top:0.5em;
margin-bottom:0.25em;
border-width:1px 0px;
}