/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Custom changes for keyword search in nav bar */
#main-nav .ajax_product_search_container { height:100%; background-color:#336699; float:right; }
	#main-nav .ajax_product_search_container span { margin:0; padding: 0; height:auto; }
#main-nav #ajax_product_search { display:block; width:240px; margin-top:9px; float:left; }
#main-nav #ajax_product_search .form-search { text-align:right; }
#main-nav #ajax_product_search .form-search label { color:#fff; }
#main-nav #ajax_product_search .form-search #ajax-search {width: 130px; }
#main-nav #ajax_product_search .form-search .button { display:none; }
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete { min-width:300px !Important; background-color: #fff;  z-index:999; border:1px solid #DDDDDD;}
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete ul { border:none; padding-left:0px; mix-width:200px; }
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete li { padding:10px 0; border-bottom:1px solid #ddd; cursor:pointer; background-image:none; text-align:left; width:100%; font-size:14px; /*margin-left:5px; line-height:20px; height: 30px;*/ background:none; height:auto; margin:0; }
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete li a { background:none; color:#6699CC; display:block; height:auto; }
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete li span.seach-image { padding-right:8px; float:left; }
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete li .amount { float:right; font-weight:bold; padding:0; padding-right:10px; }
#main-nav #ajax_product_search .form-search #ajax_search_autocomplete li.selected {}

#main-nav #ajax_product_search .form-search #ajax_search_autocomplete li .session-extra-data { clear:left; font-size:12px; margin-top:5px; color:#336699; }
/* END search Changes */