@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	border: 2px solid #999999;
	background-color: white;
	overflow:auto;
	display:none;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	position:relative;
	top:-15px;
	width:181px;
	height:37px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	line-height:12px;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #cccccc !important;
	z-index: 1012;
}

.iframeSuggest
{
	position: absolute;
	z-index: 100;
	filter:alpha(opacity:0.1);
}
.tipSearchContainer {
	width:370px;
	height:100px;
}
#tipAlert {
	visibility:hidden;
	color: #CC3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position:relative;
	top:-60px;
}

.hover {
	color:#682304;
	font-weight:bold;
}