/**
* @package ajax search
* @copyright Copyright 2003-2006 Rubik Integration Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: stylesheet_ajax_search.css version 1.0 2010-02-08 04:32:54Z cvhainb $
*/

div#suggestions{ position: absolute; left:0px; display:none; }
div#ajaxSearchData {position:relative; z-index:1000;width:100%; border:1px solid #ccc;}
div#ajaxSearchData .even {background:#fcefcf}
div#ajaxSearchData .odd {background:#cadff7}
div#ajaxSearchData .current{background:#f67f00 !important}
div.ajaxSearchItems {padding:2px;}
div.ajaxSearchItems .ajaxSearchItemsImage {padding:4px 2px;}
div.ajaxSearchItems h5 a, div.searchItems h5 a:hover, div.searchItems h5 a:visited {color:#0099FF;font-weight:bold;}
div.ajaxSearchProductsDescription {font-size:9px; color:#666;}
