@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: auto;
	overflow:auto;
	display:none;
	width: 176px;
	margin: 3px;
	cursor: pointer;
	z-index: 1011;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1011;
	filter:alpha(opacity:0.1);
}
.container {
width : 300px;
height : 100px;
border : 1px solid #dddddd;
padding-left : 5px;
}
#other {
margin-left : 48px;
}
#name_prd {
	position : absolute;
	left : 20px;
	top : 19px;
}
#with_position_relative {
position : absolute;
}

