@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	/*border: 1px solid #000000;
	background-color: #ffffff;*/
	height: 150px;
	overflow:auto;
	display:none;
	width: 350px;
	margin: 0px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*	color: #000000;*/
	z-index: 1010;
	position: relative;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding-left: 8px;
	padding-top: 2px;
	left: 0px;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #666666;
	padding-bottom: 2px;
	margin-bottom:5px;
	background-image: url(../img/mod-bg.gif);
	background-repeat: repeat-x;
}

#productMenu h3{
	color:#5CBEE9;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
	z-index: 1010;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #2cace2 !important;	/*z-index: 1010;*/
	color: #FFFFFF;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
#spryautosuggest1 {
	padding-left: 8px;
	padding-top: 2px;
}
