/**
 * 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-2010 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

.yui-ac { /* styles for entire widget */
    float:right;
    line-height:21px;
}
.yui-ac label { /* label on the left */
    float:left;
    padding:0 5px 0 0;
    font-size:12px;
    font-weight:bold;
}
.yui-ac input { /* mini input */
    float:left;
}
.yui-ac button {
    float:left;
    margin:0;
    padding:0;
    border:0 none;
    width:auto;
    overflow:visible;
    background:none repeat scroll 0 0 transparent;
    color:#2F2F2F;
    font:12px/15px Arial,Helvetica,sans-serif;
    vertical-align:middle;
    cursor:pointer;
}
.yui-ac button span {
    cursor:pointer;
    background:url("../images/aw_searchautocomplete/bkg_btn-small.png") no-repeat scroll 0 0 transparent;
    color:#555555;
    float:left;
    font:bold 11px/25px Tahoma,Verdana,Arial,sans-serif;
    padding:0 0 0 6px;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    height:23px;
    line-height:21px;
}
.yui-ac button span span {
    background-position:100% 0;
    padding:0 15px 0 9px;
    background-image:url("../images/aw_searchautocomplete/bkg_btn-small.png");
    height:23px;
    line-height:21px;
}
.yui-ac-container { /* results container */
    position:relative;
    left:46px !important;
    top:21px !important;
    z-index:999;
    border:none;
}
.yui-ac-content { /* results content */
    position:absolute;
    background-color: #FFF;
	border:solid 2px #C4C6C8;
	width: 300px;
	padding: 5px;
    margin:0;
}
.yui-ac-hd { /* header within container */
	color:#999999;
	display:block;
	margin-bottom:4px;
	padding:0 4px;
	border-bottom:dashed 1px #999999;
	text-align:left;
	font-style:italic;
}
.yui-ac-bd { /* item list (ul) container */
}

/* items container*/
.yui-ac-bd ul {
    border:none;
}
/* result item */
.yui-ac-bd li {
	border:1px solid #C4C6C8;
	margin:4px 0;
	padding:4px;
	cursor:pointer;
	min-height:85px;
	width: 270px !important;
}
.yui-ac-highlight { /* highlighted result item */
	background-color: #D5E4EB;
}
.searched-words { /* highlight of the words being searched */
	color:red;
}
/*#myInput {
	margin-right:4px;
	padding:2px;
	border:1px solid #B6B6B6;
	width:212px;
	font:12px arial,helvetica,sans-serif;
	vertical-align:middle;
	text-align:left;
}*/
.header .form-search .search-autocomplete {
    position:relative;
    left:24px !important;
    top:22px !important;
    z-index:999;
}
.form-search .search-autocomplete ul {
    border:none;
}
.form-search .search-autocomplete li {
    border:1px solid #C4C6C8;
}