/* MENU */
#menu {
	background: #222222;
/*	margin-bottom: 8px;	*/
}	
	#menu .wrapper > ul {
		list-style: none;
		margin: 0; padding: 0;
	}
		#menu .wrapper > ul > li {
			float: left;
		}
			#menu .wrapper ul > li > a {
				color: #ffffff;
				text-transform: uppercase;
				height: 18px;
				font-size: 14px;
				display: block;
				padding: 16px 12px;
				border-right: 1px solid #000000;
			}
			
			#menu .wrapper > ul > li:first-child a {
				border-left: 1px solid #000000;	
			}
			
			#menu .wrapper > ul > li:hover a,
			#menu .wrapper > ul > li.selected a {
				background: #ffffff;
				color: #000000;	
			}

/*** SUBMENU ***/
#menu ul li .subs {
	display: 		none;
	position: 		absolute;
	left: 			0px;
	width: 			calc(100% - 22px);
	z-index: 		2000;
	background: 	#ffffff;
	padding:		10px;
	
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	border-top:	0px;
}
/*
.desktop #menu ul li:hover .subs {
	display: block;	
}
*/
	.desktop #menu .subs ul {
		float:left;
		list-style: none outside none;
		padding-left: 5px;
	}
		#menu .subs ul li {
			
		}
			#menu .subs .categorie-list a {
				padding: 5px 15px 5px 0px;
				color: #000000;	
				font-size:10px;
				border: 0px;
			}
				#menu .subs .categorie-list a span.title {
					padding-left:0px;				
				}
				#menu .subs .categorie-list a:hover span.title {
					color:#FF0004;
				}

	#menu .subs .categorie-list div.categories,
	#menu .subs.categorie-list div.categories div.cat-subs
	{
		width: 250px;	
	}
	
	#menu .subs .categorie-list div.categories
	{
		padding: 10px;
	}
	
		#menu .subs .categorie-list div.categories
		{
			float:left;
		}
	
		#menu .subs > .categorie-list 
		{
			margin-bottom: 20px;		
		}
	
		#menu .subs .categorie-list div.categories div.title.main {
			width: 100%;
			height: 13px;
			margin-bottom: 10px;
		}
		#menu .subs .categorie-list div.categories div.title.main a
		{
			font-size: 12px;
			font-weight: 700;
			text-transform: uppercase;
			display: block;
			/*	float: left;*/
		}		
			#menu .subs .categorie-list div.categories div.title.main a span {
				/*float: left;*/
				margin: 4px 3px 0 0;
				font-size: 11px;
			}
		
			#menu .subs .categorie-list div.categories div.title.main a:hover {
				color: #FF0004;
			}
		
			#menu .subs .categorie-list div.categories span.seperator
			{
			/*	float:left; */
				height: 14px;
				padding-right: 5px;
			}
			#menu .subs .categorie-list div.categories a
			{
		/*		float:left;*/
				padding: 0px 0px 0px 0px;
			}
			
#menu .wrapper .menu-product {
	float: right;
	padding: 20px;
	width: 315px;
	border-left: 1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	/*height: 280px;*/
    height: 305px;
}
#menu .wrapper .menu-wrapper {
	position:relative;
	bottom: 0px;
}
#menu .wrapper .menu-product h3 {
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	margin-bottom:15px;
}

.menu-product .displayed{
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-height:200px; 
}
.menu-product .menu-product-image{
	height:200px;
}
	
#menu .wrapper .menu-product a {
	background: url("/images/layout/btn_black.png") repeat-x scroll left center rgba(0, 0, 0, 1) !important;
	color: #FFFFFF !important;
	float:right;
}
#menu .wrapper .menu-product .price-block{
	top: 3px;
	position: relative;

}

	#menu .wrapper .menu-product .price{
		font-size:14px;
		color:#e90f12;
		font-weight:bold;
		padding-right:5px;
	}
	#menu .wrapper .menu-product .euro{
		font-size:14px;
		color:#e90f12;
		font-weight:bold;
	}
	#menu .wrapper .menu-product .exl-btw{
		font-size:10px;
		color:#b0b0b0;
/*		border-right:1px dotted #b0b0b0; */
		padding-right:25px;
		
	}
	
	
	#mobile-login,
	#mobile-register,
	#mobile-logout
	{
		display: none;
	}