.selectlist-list {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
	border-top: 1px solid #bdbdbd;
	width: 300px;
}

.selectlist-item {
  font-weight: bold;
	background: #fff url(images/m-minus.png) no-repeat right center;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	cursor: pointer;
	padding: 2px 5px;
	margin: 0;
	line-height: 22px;
}

