#actiewindow { 
	min-width: 210px; 
	min-height: 80px; 
	background: #ebebeb; 
	position: absolute; 
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	left:40px;
	top:-20px;
	border:1px solid #c3c3c3;
	padding:0 0 10px 0;
	box-shadow: 0px 0px 10px 1px	#888;
	-moz-box-shadow: 0px 0px 10px 1px	#888;
	-webkit-box-shadow: 0px 0px 10px 1px	#888;
	z-index:10;
} 



#actiewindow:before { 
	content: ""; 
	position: absolute; 
	right: 100%; 
	top: 40px; 
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent; 
	border-right: 12px solid #ebebeb; 
	border-bottom: 8px solid transparent; 
	
}

#actiewindow.down:after { 
	content:""; 
	position: absolute; 
	top:-10px;
	left: 142px;; 
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d7d7d7;
}
#actiewindow.down:before, 
#actiewindow.newlm:before, 
#actiewindow.klaarzetfilter:before { 
	content:""; 
	border:none;
}
#actiewindow.multi:before { 
	top: 20px; 
}


#actiewindow a.link,
#actiewindow span.textlink	{
	display:block;
	height:20px;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:10px;
	padding-bottom:5px;
	color:#636363;
	font-weight:bold;
	border-bottom:1px solid #d3d3d3;
	font-size:12px;
}
#actiewindow a.link span,
#actiewindow span.textlink span	{
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	max-width:170px;
}
#actiemenu a.notbold {
	font-weight:normal;
}
#actiemenu a:hover{
	background-position: 0px -50px;
	color:#0D5BBF;
}
.submenu a span.actiesubmenu,
#actiemenu a span.actiesubmenu{
	display:inline-block!important;
	float:right!important;
	margin-right:10px;

} 
a.actieterugteruglink,
a.actieteruglink {
	font-size:12px;
	padding-left:7px;
	cursor:pointer;
}
#actiewindow div.actietopbar {
	position:relative;
	//	z-index:200;
	font-family:'Trebuchet MS';
	top:0px;
	padding: 7px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	height:30px;
	margins:0px;
	background-color:#d7d7d6;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	

}
#actiewindow div.close {
	display:block;
	font-size:24px;
	font-weight:bold;
	height:10px;
	float:right;
	margin-right:-5pxpx;
	margin-top:-10px;
	color:black;
	cursor:pointer;
}
#actiewindow div.close:hover {
	color:grey;
}

div#actiewindow div.subsubmenu,
div#actiewindow div.submenu {
	display:none;
	left:300px;
	width:210px;
}
