/* ADOBE SYSTEMS INCORPORATED Copyright 2007 Adobe Systems Incorporated All Rights Reserved. 
 NOTICE:Adobe permits you to use, modify, and distribute this file in accordance with the
 terms of the Adobe license agreement accompanying it. If you have received this file from 
 a source other than Adobe, then your use, modification, or distribution of it requires the 
 prior written permission of Adobe.*/

/* Well Thankyou very much Adobe, don't mind if I do. Very kind of you. */

/************************************************/
/*****cfautosuggest.css*/
/***********************************************/
	div.autosuggest
	{
		position:relative;
		float:left;
	}

	input.autosuggestinput
	{
		z-index:0;
	}
	
	div.autosuggestcontainer 
	{	
		position:absolute;
		top:1.5em;
		width:100%;	
		color:black;
	}

    div.autosuggestcontainer .yui-ac-content
	{
		position:absolute;
		width:100%;border:1px solid white;
		background:#fff;overflow:hidden;
		z-index:9050;
	}

    div.autosuggestcontainer .yui-ac-shadow
	{
		position:absolute;
		margin:.3em;width:100%;
		background:black;
		z-index:9049;
	}

    div.autosuggestcontainer ul
	{
		padding:5px 0;
		width:100%;
		margin:0;
		padding:0;
	}

    div.autosuggestcontainer li
	{
		padding:0 5px;
		width:100%;
		cursor:default;
		white-space:nowrap;
		margin:0;
		padding:0;
	}

    div.autosuggestcontainer li.yui-ac-highlight
	{
		background:black;
	}

    div.autosuggestcontainer li.yui-ac-prehighlight
	{
		background:black;
	}

