@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: 2px solid #999999;
	background-color: #666;
	height: 500px;
	overflow:auto;
	display:none;
	width: 290px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	left: -140px;
}

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

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

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

.prodDesc {
	width: 120px;
	height: 70px;
	float: left;
	border: solid 2px #999999;
	margin: 0px 4px 4px 0px;
	padding: 4px;
	position: relative;
	left: 0px;
}

.prodDesc img {
	width: 60px;
	height: 50px; 
	float: left;
}

.boxshot {
	padding: 0px;
	height: 64px;
	width: 64px;
	float: left;
	overflow: hidden;
	float: left;
}
.boxshot img {
	width: 117px;
	height: 64px;
	position: relative;
	left: -25px;
}
