/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Seacrhautocomplete
 * @copyright  Copyright (c) 2003-2009 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */


.search-autocomplete{
	border: none;
	position: absolute;
}

#myAutoComplete {
    width:30em;
    padding-bottom:2em;
}
/* styles for custom formatting */
.yui-ac{
}
.yui-ac-container {
	/*position: absolute;*/
	z-index: 999;
}
.yui-ac-content {
	background-color: #FFF;
	border: 1px #DDD solid;
	width: 300px;
	padding: 5px;
}
.yui-ac-highlight {
	background-color: #E4EAEC;
}
.yui-ac .result {
	padding: 5px;
	position:relative;
	height:77px;
}
.yui-ac .name {
	padding-left: 5px;
	width: 210px;
	position:absolute;
	top:0;
	left:79px;
}
.yui-ac .img {
	position:absolute;
	top:0;
	left:0;
	width:58px;
	height:58px;
	/*border:1px solid black;*/
	padding: .1em;
	background-color:black;
	color:white;
}
.yui-ac .imgtext {
	position:absolute;
	width:58px;
	top:50%;
	text-align:center;
}
.yui-ac img {
	width:75px;
	height:75px;
	margin-right:4px;
}
.yui-ac-hd {
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#999999;
	display:block;
	font-style:italic;
	margin-bottom:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:0;
	text-align:left;
}