@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* Width sets width of results */
.hideSuggestClass{
	border: 2px solid #999999;
	background-color: white;
	height: 80px;
	overflow:auto;
	display:none;
	width: 237px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
}


.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCFF00 !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* ADD THIS TO RESULTSDIV ' position: absolute; ' TO SET POSITION TO OVERLAY RESULTS CONTENT */
/* CHECK POSITION WITH IE6 BEFORE USING THIS METHOD */
#resultsDIV {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border: none;
}
#mySuggest {
	float: left;
}

.dataCSS {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFCC;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
