﻿.searchItem
{
	background-color:#F8FEFE;
	left:0px; 
	width:240px; 
	height:400px;
	position:absolute; 
	top: 0px; 
	z-index:1;
	BORDER: #666 1px solid;
	overflow-y:auto;
}
.item_normal
{
	BORDER-left: #666 1px solid;
	BORDER-right: #666 1px solid;
    width:218px;
    line-height:18px;
    background-color:#F8FEFE;
    overflow:hidden;
}
.itemBg
{
	BORDER-left: #666 1px solid;
	BORDER-right: #666 1px solid;
    cursor:default;
    background-color:#F8FEFE;
    line-height:18px;
    width:218px;
}
.item_high
{
    BORDER-left: #666 1px solid;
	BORDER-right: #666 1px solid;
    background-color:#f60;
    cursor:default;
    width:218px;
    line-height:18px;
    color:white;
}
.item_button
{
	BORDER-left: #666 1px solid;
	BORDER-right: #666 1px solid;
	BORDER-bottom: #666 1px solid;
    text-align:right;
    background-color:#e0e0e0;
    width:218px;
    line-height:20px;
    color:#000;
    font-weight:bold;
    cursor:hand;
}
.suggest_hidden
{
    display:none;
}