@charset "UTF-8";
/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	background-color: #EEEEEE;
	height: 75px;
	overflow-y: scroll;
	display:none;
	width: 274px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
}

.suggestion_box {
	border-bottom: 1px solid #CCCCCC;
	width: 230px;
	padding: 0px 0px 0px 25px;
	display: block;
	overflow:hidden;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
	
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.SpryHiddenRegion {
	display: none;
	}


#searchsuggestions {
	position:absolute;
	width: 274px;
	height: 75px;
	overflow-y: scroll;
	top: 20px;
	left: 0px;
}
