/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/*
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
.yui-skin-sam .yui-ac
	{
	position:relative;
	font-family:arial;
	font-size:100%;
	}

.yui-skin-sam .yui-ac-input
	{
	position:absolute;
	width:100%;}
	
.yui-skin-sam .yui-ac-container
	{
	position:absolute;
	top:1.6em;
	width:400;
	}
.yui-skin-sam .yui-ac-content
	{
	position:absolute;
	width:100%;
	border:1px solid #808080;
	background:#fff;overflow:hidden;
	z-index:9050;
	}
.yui-skin-sam .yui-ac-shadow
	{
	position:absolute;
	margin:.3em;
	width:100%;
	background:#000;
	-moz-opacity:0.10;opacity:.10;filter:alpha(opacity=10);
	z-index:9049;
	}
	
.yui-skin-sam .yui-ac-content ul
	{margin:0;padding:0;width:100%;}

.yui-skin-sam .yui-ac-content li
	{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;}
	
.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight
	{background:#B3D4FF;}
.yui-skin-sam .yui-ac-content li.yui-ac-highlight{background:#FC8600;color:#FFF;font-weight:bold;}


#autosearch { z-index:9001; } /* z-index needed on top instances for ie & sf absolute inside relative issue */
.autocomplete { padding-bottom:0em;width:100%; }/* set width of widget here*/
.autocomplete .yui-ac-highlight .sample-quantity,
.autocomplete .yui-ac-highlight .sample-result,
.autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
.autocomplete .sample-quantity { float:right; } /* push right */
.autocomplete .sample-result { color:#A4A4A4; }
.autocomplete .sample-query { color:#000; }
