@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: 1px solid #999999;*/
	/*background-color: white;*/
	height: 100%;
	overflow:auto;
	display:none;
	width: auto;
	margin: 4px;
	cursor: pointer;
	z-index: 1011;
}

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

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

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

#productMenu {
	border: 1px solid #999999;
	cursor: select;
	padding: 0px;
	position: absolute;
	top: 22px;
	left: 170px;
	background-color: white;
}
#productMenu table {
	margin: 0px;
}
#productSample {
	position: relative;
}
.hover {
	background-color: #CCCCCC;
}
.boxshot {
	position: relative;
	float: left;
	height: 32px;
	width: 32px;
	padding: 0px;
	overflow: hidden;
}
.boxshot img {
	position: absolute;
	width: 60px;
	height: 32px;
	left: -15px;
}
