.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:101;	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	*padding: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	overflow: hidden;
	*line-height:1em;
}

.ac_skip li {
	margin: 0px;
	padding: 2px 5px;
	display: block;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	overflow: hidden;
}

.ac_results strong {
	font-family:verdana;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	/*background:#E5CF3D;*/
	text-decoration:underline;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #A7B0B9;
	color: HighlightText;
}

#go
{
	background-color:#fff;
	background:url("images/gosearch.gif") no-repeat;
	padding:0;
	margin:0;
	display:block;
	float:right;
	height:24px;
	width:24px;
	border:0;
	z-index:1;
	top:-22px;
	position:relative;
	cursor:pointer;
	right:20px;
}

#skip
{
	padding:0;
	margin-right:10px;
	font-family:verdana;
	font-size:8px;
	font-weight:normal;
	color:#000;
	float:right;
	cursor:default;
	width:100px;
	
}
.contSearch {
	font-family:verdana;
	font-size: 14px;
	font-weight: normal;
	color:#000;
}

.blur {
	color:#000;
}

#itemno
{
	margin:0;
	float:left;
	padding:0px;
	width:140px;
	*width:23%;
	color:#000;
	font-style:italic;
	overflow-x:auto;
	
}
#itemnoHead
{
	margin:0;
	float:left;
	padding:0;
	width:140px;
	*width:140px;
	color:#990033;
	font-style:normal;
	font-weight: bold;
	
}
#descHead
{
	margin:0;
	float:left;
	padding:2px 0 2px 0;
	width:200px;
	color:#990033;
	font-style:normal;
	font-weight: bold;
	
}
#desc
{
	margin:0;
	float:right;
	padding:0px;	
	width:440px;
	*width:75%;
	overflow-x:auto;
	
}


