/**
 * 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
 */

/* For Magento  1.3
label within container */
.yui-ac label
{
    float:left;
    height:21px;
    width:24px;
    overflow:hidden;
    text-align:left;
    text-indent:-999em;
}
/* For Magento  1.3
button within container */
.yui-ac button
{
    display:block;
    padding:0;
    margin:0;
    width:auto;
    vertical-align:middle;
    overflow:visible;
    border:0 none;
    cursor:pointer;
    background:none repeat scroll 0 0 transparent;
    color:#2F2F2F;
    font:12px/15px Arial,Helvetica,sans-serif;
}
.yui-ac button span
{
    display:block;
    height:21px;
    padding:0 0 0 3px;
    background:url("../images/aw_searchautocomplete/btn_search.gif") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    text-align:center;
    white-space:nowrap;
    font:bold 11px/21px Tahoma,Verdana,Arial,sans-serif;
}
.yui-ac button span span
{
    background-position:100% 0;
    padding:0 6px 0 3px;
}

/* results container */
#myContainer,
.yui-ac-container {
    position:absolute;
    z-index:999;
}
#sac-results{ display:block !important;}

/* results content */
.yui-ac-content {
	background: #04250a;
	border:solid 1px #1c5425;
	width: 248px;
	padding: 15px 15px 18px 15px;
    margin:0;
}

/* header within container */
.yui-ac-hd {
	color:#bdb776;
	font-size:12px;
	display:block;
	padding:0 0 14px 0;
	line-height:16px;
	text-transform:uppercase;
	border-bottom:#223f22 solid 1px;
	text-align:center;
}

/* item list (ul) container */
.yui-ac-bd {
}

/* items container*/
.yui-ac-content ul,
.header .form-search .search-autocomplete ul {}

/* result item */
.header .form-search .search-autocomplete ul > li,
.yui-ac-content ul > li
{
	margin:6px 0 0 0;
	padding:8px;
	cursor:pointer;
	min-height:68px;
    color:#556c4a;
	line-height:14px;
	background:#091d09;
}
.yui-ac-highlight { /* highlighted result item */
	background-color: #D5E4EB;
}
.searched-words { /* highlight of the words being searched */
	color:#297f00;
}
.search-autocomplete ul > li{text-align:left;}
.search-autocomplete ul > li p{text-align:justify;}
.search-autocomplete ul > li img{ margin:0 12px 0 0 !important;}
.search-autocomplete ul > li strong .std{ font-size:12px; color:#fdf7b3; font-weight:normal; padding:0 0 8px; line-height:14px; text-transform:uppercase;}
.search-autocomplete ul > li .std{ color:#556c4a; line-height:14px;}

.yui-ac-content ul > li:hover{
   background-color: #b9ba65;
}

.yui-ac-bd ul > li.selected{
    background-color: #b9ba65;
}

.yui-ac-bd ul > li.aw_hidden{
    background-color: white;
    border: medium none;
    margin: 0;    
    padding: 0;
    display: none;
}
.std ul.disc {
    float: left;
}