/* START AUTOCOMPLETE */
.ac_holder{
	position:relative;
	
}
.ac_field{	
	background-image:url(../images/autocomplete/autocomplete_leftcap.gif);
	background-position:right center;
	background-repeat:no-repeat;
	width: 270px;
}
.ac_field_busy{
	background-image:url(../images/autocomplete/autocomplete_spinner.gif);
	background-position:right center;
	background-repeat:no-repeat;
	width: 260px;
}

div.autocomplete
{
	position: absolute;
	background-image: url(../images/autocomplete/ac_pointer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	padding: 10px 0 0 0;
}

div.autocomplete div.ac_header,
div.autocomplete div.ac_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	overflow: hidden;
	width: 258px;
}
div.autocomplete div.ac_footer
{

	width: 258px;
}

div.autocomplete div.ac_header div.ac_corner,
div.autocomplete div.ac_footer div.ac_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	/*background-image: url(images/autocomplete/ul_corner_tl.gif);*/
	background-color: #eee;
	background-position: top left;
	background-repeat: no-repeat;
	width: 270px;
	filter:alpha(opacity=90);
	opacity:.90;
}
div.autocomplete div.ac_footer div.ac_corner
{

	width: 270px;
}
div.autocomplete div.ac_header div.ac_bar,
div.autocomplete div.ac_footer div.ac_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #eee;
	width: 270px;
	filter:alpha(opacity=90);
	opacity:.90;
}


div.autocomplete ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #eee;
	width: 270px;
	filter:alpha(opacity=90);
	opacity:.90;
}

div.autocomplete ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
	width: 270px;
}

div.autocomplete ul li a
{ 
	/* community text */
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color: #222;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 260px;
	border-bottom:1px solid white;
}
div.autocomplete ul li a:hover
{
	background-color: #222;
}
div.autocomplete ul li.ac_highlight a:hover
{

	background-color: #1999C6;
}

div.autocomplete ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: normal;
}

div.autocomplete ul li a span small
{
	/*city text*/
	font-weight: normal;
	font-size:9px;
	color: black;
}

div.autocomplete ul li.ac_highlight a span small
{
	/*city text on hover*/
	color: black;
}

div.autocomplete ul li.ac_highlight a
{
	/*community text on hover*/
	color: white;

	background-color: #1999C6;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autocomplete ul li.ac_highlight a span
{
	
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autocomplete ul li.ac_highlight a span em 
{
	color: silver;
}

div.autocomplete ul li a .tl,
div.autocomplete ul li a .tr
{
	background: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autocomplete ul li a .tr
{
	right: 0;
}

div.autocomplete ul li.ac_highlight a .tl
{
	left: 0;
	/*background-image: url(../images/autocomplete/hl_corner_tl.gif);*/
	background-position: bottom left;
}

div.autocomplete ul li.ac_highlight a .tr
{
	right: 0;
	/*background-image: url(../images/autocomplete/hl_corner_tr.gif);*/
	background-position: bottom right;
}
div.autocomplete ul li.as_warning
{
	text-align: center;
}
div.autocomplete ul em
{
	font-style: normal;
	color: #336699;
}

div.autocomplete ul a:hover em 
{
	font-style: normal;
	color: silver;
}
/* END AUTOCOMPLETE */