@charset "UTF-8";

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

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

.hideSuggestClass{
	border: 0px solid #999999;
	background-color: white;
	background: #8452b5
	height: 75px;
	overflow:visible;
	display:none;
	width: 500px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
}

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

.showSuggestClass .hoverSuggestClass{
	background-color: #ffffff !important;
	font-weight:bold;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.asresultlist { 
font-weight:bold;
color:#6C6;
font-variant:small-caps;
}
.asresultlist1 { 
font-weight:bold;
color:#099;
font-variant:small-caps;
}
.asresultlist2 { 
font-weight:bold;
color:#C00;
font-variant:small-caps;
}
.asresultlist3 { 
font-weight:bold;
color:#66C;
font-variant:small-caps;
}
