@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;
|
height: 75px;
|
overflow:auto;
|
display:none;
|
width: 250px;
|
margin: 0px;
|
cursor: pointer;
|
}
|
|
.showSuggestClass .hideSuggestClass{
|
display: block !important;
|
}
|
|
.showSuggestClass .hoverSuggestClass{
|
background-color: #CCCCCC !important;
|
}
|
|
.iframeSuggest
|
{
|
position: absolute;
|
z-index: 1010;
|
filter:alpha(opacity:0.1);
|
}
|