#oc-select {
	min-height: 0;
}

#oc-select ul {
	padding: 0px;
	margin: 0px;
	overflow-x: auto;
	overflow-y: auto;
	//!max-width: 100px;
}

#oc-select input {
	width: 100%;
	background: #FFB;
	border: 1px solid #AF4035;
	outline: none;
}

#oc-select input.underline {
	text-decoration: underline;
}

#oc-select li {
	cursor: pointer;
	overflow-x: visible;
	white-space: nowrap;
	display: block;
	padding: 0px 10px;
	text-decoration: none;
	background: #FFD;
	color: #000;
	border: 1px solid #AF4035;
	height: 20px;
	line-height: 20px;
	max-height: 20px;
	border-top: none;
}

#oc-select li.current {
	background: #FF9;
	border-right-width: 3px;
}

input.oc-select {
	background-repeat: no-repeat;
	background-image: url(../img/select.png);
	background-position: 0px center;
}
