@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: 142px;
	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: 142px;
	line-height: 24px;
	font-size: 10px;
	color: #382f1e;
	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: 3;*/ /* REQ */
	background: #e8e6e2;
	border: 1px solid #382f1e;
	width: 142px;
	height: 150px;
}


li.cs-option { /* THE REPLACEMENT OPTIONS */
	padding-left: 5px;
	font-size: 10px;
	font-family: "AvantGarde Medium",Verdana,sans-serif;
	font-weight: 200;
	height: 16px;
	line-height: 16px;
	color: #3c331f;
	background: url(../img/select-sort_rplcbg.jpg) no-repeat;
	/* FOR IMAGES USE text-indent: -9999px; */
}
ul.cs-select ol li.cs-highlight { /* THE HIGHLIGHTED OPTION */
	background: url(../img/select-sort_active.jpg) no-repeat;	
	color: #fff;
}


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