
/* Функция */

div.mselect {
	cursor: default;
}

div.mselect ul {
	z-index: 1000;
	position: absolute; 
	margin: 0px; 
	padding: 0px;
}

div.mselect ul li {
	list-style-type: none; 
	white-space: nowrap;
	margin: 0px; 
}

div.mselect div.selected span.caption {
}

div.mselect div.selected td.caption {
	white-space: nowrap;
	overflow: hidden;
}

/* Дизайн */

div.mselect ul li.hover {
	background-color: #eaeaea;
}

div.mselect div.selected {
	border: 1px solid black;
	padding: 4px;
}

div.mselect ul {
	border: 1px solid black;
	border-top: 0px;
}

div.mselect ul li {
	padding: 4px;
}

div.mselect {
	background-color: white;
}

div.mselect ul {
	background-color: white;
}