@charset "UTF-8";

/* DO NOT CHANGE STYLES MARKED "REQ" UNLESS YOU KNOW WHAT YOU ARE DOING!! */

ul.cs-select { /* THE REPLACEMENT SELECT BOX CONTAINER */
	display: block; /* REQ */
	position: relative; /* REQ */
	padding: 0; /* REQ */
	margin: 0; /* REQ */
	list-style: none; /* REQ */
	margin-right: 2px;
	width: 69px;
	height: 24px;
	cursor: default;
}
ul.cs-select li.current { /* THE SELECTION OBJECT */
	position: relative; /* REQ */
	height: 24px; /* NORMALLY THE SAME AS ul.cs-select */
	padding-left: 7px;
	margin-right: 5px;
	width: 63px;
	line-height: 24px;
	font-size: 12px;
	color: #333333;
}

ul.cs-select ol { /* THE DROP-DOWN BOX */
	display: block; /* REQ */
	position: absolute; /* REQ */
	padding: 0; /* REQ */
	margin: 0; /* REQ */
	list-style: none; /* REQ */
	overflow: auto; /* REQ */
	z-index: 1; /* REQ */
	background: #FFFFFF;
	border: 2px outset #CCCCCC;
	width: 69px;
	height: 150px;
}
li.cs-option { /* THE REPLACEMENT OPTIONS */
	padding-left: 5px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	color: #333333;
	/* FOR IMAGES USE text-indent: -9999px; */
}
ul.cs-select ol li.cs-highlight { /* THE HIGHLIGHTED OPTION */
	background: #E1002E;
	color: #FFFFFF;
}


/* CUSTOM STYLES */
.findinn fieldset ol li ul.cs-select {
	padding: 0;
	list-style: none;
}
.findinn fieldset ol li .cs-select ol li.cs-option {
	float: none;
}
