/* List selector */

.items-selector {
	height: 250px;
	width: 350px;
	overflow: auto;
	list-style:none;
	padding:0;
	margin:0;
	border: solid 1px #ccc;
	background: #efefef;
}
div.ui-draggable,
.items-selector div {
	border: solid 1px #67db8d;
	background: #a2f9bf;
	padding: 4px;
	margin-bottom: 1px;
	cursor: pointer;
}

div.ui-draggable-dragging {
	background: #fcf176;
	width: 340px;
}

.items-selector div.selected {
	background: #fcf176;
}