/** 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 */
#header .yui-ac { position: relative; }

.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; 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; top: 0; right: 0; width: 31.4%; }

/* results content */
.yui-ac-content { background-color: #fff; padding: 0; display: block; max-height: calc(100vh - 40px); overflow-y: scroll; }

@media only screen and (max-width: 1000px) { .yui-ac-content { margin-right: 0; } }

/* header within container */
.yui-ac-hd { color: #999999; margin-bottom: 4px; padding: 0 4px; border-bottom: dashed 1px #999999; text-align: left; font-style: italic; display: none; }

/* item list (ul) container */
.yui-ac-bd { color: #fff; }

.yui-ac-bd > ul { padding: 3px 0 0 0; margin-bottom: -6px; }

/* items container*/
.yui-ac-content table, .header .form-search .search-autocomplete table { background-color: #ffffff; border: none; }

/* result item */
.header .form-search .search-autocomplete li, .yui-ac-content td { border-bottom: solid 1px #C4C6C8; margin: 4px 0; padding: 4px; cursor: pointer; min-height: 85px; color: #2F2F2F; }

.yui-ac-highlight { /* highlighted result item */ background-color: #D5E4EB; }

.searched-words { /* highlight of the words being searched */ color: #f7941d; }

.search-autocomplete tr { text-align: left; }

.search-autocomplete tr p { text-align: justify; }

.yui-ac-content tr:hover { background-color: #D5E4EB; }

.yui-ac-bd table tr.selected { background-color: #D5E4EB; }

.yui-ac-bd table tr.aw_hidden { background-color: white; border: medium none; margin: 0; padding: 0; display: none; }

.std ul.disc { float: left; }

/*# sourceMappingURL=searchautocomplete.css.map */