/**
 * 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: 2px #333 solid;
	width: 350px;
	padding: 5px;
}
.yui-ac-highlight {
	background-color: #E4EAEC;
}
.yui-ac .result {
	padding: 3px;
	position:relative;
	height:47px;
}
.yui-ac .name {
	padding-left: 5px;
	width: 287px;
	position:absolute;
	top:0;
	left:52px;
	font-size: 12px;
}
.yui-ac .name .old-price {
	display: none;
}
.yui-ac .name .special-price .price-label {
	font-size: 11px;
	}
.yui-ac .name .special-price .price{
	font-size: 11px;
	}
.yui-ac .img {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	border:1px solid black;
	background-color:black;
	color:white;
}
.yui-ac .imgtext {
	position:absolute;
	width:58px;
	top:50%;
	text-align:center;
}
.yui-ac img {
	width:45px;
	height:45px;
	margin-right:4px;
}
.yui-ac-hd {
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color: #666;
	display:block;
	font-style:italic;
	margin-bottom:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:0;
	text-align:left;
	font-size: 11px;
}
.yui-ac-bd ul li .regular-price {
	font-size: 11px;}
.yui-ac-bd ul li .regular-price .price-label{
	font-size: 11px;
	display: none;}
.yui-ac-bd ul li .regular-price .price {
	font-size: 11px;}