@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.1 - Spry Pre-Release 1.5 x*/ 

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	border: 2px solid #999999;
	background-color: white;
	height: 60px;
	overflow:auto;
	display:none;
	width: 230px;
	margin: 0px;
	cursor: pointer;
	text-align:left;

}
.autotext {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}


.showSuggestClass .hideSuggestClass{
	display: block !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}
