@CHARSET "ISO-8859-1";

.values-reducer {
    background-image:url('/img/icons/vergrootglas.png');
    background-position: 138px 0px; 
    background-repeat:no-repeat;
	margin-top: 2px;
}

.double-list .controls button {
	margin: 4px 8px;
}

.double-list .controls button[value=right-before], .double-list .controls button[value=right-after] {
	margin: 4px 8px 4px 40px;
}

.double-list {
	margin-top: 2px;	
}
.double-list .list {
	width: 200px;
	height: 340px;
	float: left;
	overflow: auto;
	
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #AAA;
}
.double-list .controls {
	margin-top: 70px;
	float: left;
	text-align: center;
}

.double-list .value-reducers {
	margin-bottom: 1px;
}

.double-list .value-reducers .value-reducers-group {
	display: inline-block;
}

.double-list .controls .select-controls {
	margin-bottom: 12px;
}
	
.list > div {
	margin-top: 1px;
	padding-left: 2px;
	
}

.list .dlb-label {
	font-weight: 700;
	background-color: white;
}

.list .dlb-item {
	background-color: #E7E7E7;
	cursor: pointer;
}

.list .selected {
	background-color: #EEEEBB;
}

