﻿.yui-ac
{
	position: relative;
	font-family: arial;
	font-size: 10px;
}

/* styles for input field */
.yui-ac-input
{
	/*position: absolute; 	width: 100%;*/
}

/* styles for results container */
.yui-ac-container
{
	position: absolute;
	top: 1.6em;
	width: 100%;
	overflow: hidden;
	_clear: both;
}

/* styles for header/body/footer wrapper within container */
.yui-ac-content
{
	width: 242px;
	border: 1px solid #BD4F0E;
	background: #fff;
	overflow: hidden;
	z-index: 99999;
	margin-left: 30px;
	_left: -150px;
	color: #BD4F0E;
	max-height: 150px;
	_overflow: visible;
	overflow-x: hidden;
	overflow-y: auto;
}

/* styles for container shadow */
.yui-ac-shadow
{
	position: absolute;
	margin: .3em;
	width: 242px;
	background: #000;
	-moz-opacity: 0.10;
	opacity: .10;
	filter: alpha(opacity=10);
	z-index: 9049;
	margin-left: 35px;
	margin-top: 5px;
}

/* styles for results list */
.yui-ac-content ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}

/* styles for result item */
.yui-ac-content li
{
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	white-space: nowrap;
}

/* styles for prehighlighted result item */
.yui-ac-content li.yui-ac-prehighlight
{
	background: #B3D4FF;
}

/* styles for highlighted result item */
.yui-ac-content li.yui-ac-highlight
{
	background: #426FD9;
	color: #FFF;
}

#citycontainer
{
	position: absolute;
	z-index: 10;
	overflow: hidden; /*must have*/
	width: 300px /*must have for any value*/;
}
.left-box-content #citycontainer
{
	
	float:left;
	margin-top:5px;
		margin-left:-20px;
}

#citycontainer iframe
{
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute; /*must have*/
	top: 0; /*must have*/
	left: 30px; /*must have*/
	z-index: -10; /*must have*/
	visibility: collapse;
	filter: mask(); /*must have*/
	width: 30px; /*must have for any big value*/
	height: 30px /*must have for any big value*/;
}
