.results 
{
	z-index: 11;
	margin-left: 0px;
	margin-top: 14px;
	padding: 0px;
	border: 1px solid #858b92;
	background-color: Window;
	overflow: hidden;
}
.results ul 
{
	width: 100%;
	list-style-position: inside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.isIE6 .results ul, .isIE7 .results ul 
{
	margin-left: -15px;
}
.results iframe 
{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_loading 
{
	background : url('/images/autocomplete_indicator.gif') right center no-repeat;
	background-color: transparent;
}
.ac_input {}
.results li 
{
	list-style-position: inside;
	list-style: none;
	position:relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}
.results a, .results a:link, .results a:visited, .results a:active
{
	color: #0b71d1;
	text-decoration: none;
}
.results a b
{
	color: #0b71d1;
}
.over, .results li:hover
{
	background-color: #e4e4e4;
}
.over a, .over a:link, .over a:visited, .over a:active
{
	color: #ff0000;
}
.over a b
{
	color: #ff0000;
}
.over_mouse
{
	background-color: #e4e4e4;
}
.over_mouse a, .over_mouse a:link, .over_mouse a:visited, .over_mouse a:active 
{
	color: #ff0000;
}
.over_mouse a b
{
	color: #ff0000;
}
.price
{
	color: #ff0000;
	font-weight: bold;
}
.img {}
.results table
{
	width: 500px;
	/*
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	*/
}
.results table .td1
{
	width: 50px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	background-color: #ffffff;
}

.results table .td2
{
	width: 430px;
	vertical-align: middle;
	text-align: left;
}
.results table .td3
{
	width: 85px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}

.results div table
{
	width: 572px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 0;
	border-collapse: collapse;
}
.results div td
{
	text-align: middle;
	font-size: 11px;
	font-family: arial;
	/*font: menu;*/
	color: #ffffff;
	padding: 3px 8px 3px 4px;
	width: 100%;
	background-color: #ff0000
}
.results div a, .results div a:link, .results div a:visited, .results div a:active
{
	font-family: arial;
	/*font: menu;*/
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}
.results div a:hover
{
	text-decoration: none;
}
