@charset "UTF-8";
.hideSuggestClass {
	background-color:#000;
	border:1px solid #242629;
	height: 75px;
	overflow:auto;
	display:none;
	width: 320px;
	margin: 0px;
	color:#FFF;
	z-index: 3010;
}
.showSuggestClass .hideSuggestClass {
	display: block !important;
}
.showSuggestClass .hoverSuggestClass {
	background-color: #1C1D1F !important;
	color:#000;
}
.iframeSuggest {
	position: absolute;
	z-index: 3010;
	filter:alpha(opacity:0.1);
}
.list {
	padding: 4px;
	cursor: pointer;
}
#lookContIn {
}
#lookContIn .hideSuggestClass {
	height: 250px;
	overflow:auto;
	display:none;
	width: 250px;
	color:#FFF;
	margin-top: 1px;
	overflow-x:hidden;
	margin-left: -1px;
}
#lookContIn .showSuggestClass .hideSuggestClass {
	display: block !important;
}
#lookContIn .showSuggestClass .hoverSuggestClass {
	background-color: #081319 !important;
	color:#000;
}
#lookContIn .iframeSuggest {
	position: absolute;
	z-index: 3010;
	filter:alpha(opacity:0.1);
}
#lookContIn .list {
	padding: 4px;
	cursor: pointer;
}
#lookContIn .list td, #lookContIn .list a { 
	/*color:#FFF;*/
	font-size:11px;
}
