@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: 132px;
	height: 21px;
	cursor: default;
}
ul.cs-select li.current { /* THE SELECTION OBJECT */
	position: relative; /* REQ */
	height: 21px; /* NORMALLY THE SAME AS ul.cs-select */
	padding-left: 7px;
	margin-right: 5px;
	width: 132px;
	line-height: 24px;
	font-size: 11px;
	color: #999;
	font-family: "AvantGarde Medium",Verdana,sans-serif;
	font-weight: 200;
}

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: #000;
	border: 1px solid #382f1e;
	width: 132px;
	height: 150px;
}
li.cs-option { /* THE REPLACEMENT OPTIONS */
	padding-left: 5px;
	font-size: 11px;
	font-family: "AvantGarde Medium",Verdana,sans-serif;
	font-weight: 200;
	height: 16px;
	line-height: 16px;
	color: #999;
	/* FOR IMAGES USE text-indent: -9999px; */
}
ul.cs-select ol li.cs-highlight { /* THE HIGHLIGHTED OPTION */
	background: url(../img/select-exp_active.jpg) no-repeat;	
	color: #999;
}


/* 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;
}