/* styles for results container */
.yui-ac-container {
    position:absolute;width:150px;
}

/* styles for header/body/footer wrapper within container */
.yui-ac-content {
	position:absolute;
	width:100%;
	z-index:9050;
}


/* styles for results list */
.yui-ac-content ul{
	margin:0;
	padding:0;
	width:200px;
	background-color: #CC0000;
}

/* styles for result item */
.yui-ac-content ul li {
	cursor:default;
	color: #EEEEEE;
	clear: both;
	width: 100%;
	background-color: #CC0000;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}
.yui-ac-content ul li:hover {
	cursor:default;
	color: #CC0000;
	clear: both;
	width: 100%;
	background-color: #CCCC33;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
}
