/**
 * cart_slider.css
 *
 * @package cart slider
 * @copyright Copyright 2010-2017 Andrew Berezin eCommerce-Service.com
 * @copyright Copyright 2003-2017 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: search_ajax.css 1.0.0 11.08.2017 13:17:19 AndrewBerezin $
 */

.search_ajax .ui-state-hover,
.search_ajax .ui-widget-content .ui-state-hover,
.search_ajax .ui-widget-header .ui-state-hover,
.search_ajax .ui-state-focus,
.search_ajax .ui-widget-content .ui-state-focus,
.search_ajax .ui-widget-header .ui-state-focus {
	background: #ffffff;
	font-weight: normal;
	color: #212121;
  border: none;
}

.ui-widget-content.search_ajax {
  background: #ffffff;
}

.search_ajax_row a {
  clear: both;
  display: block;
  background: #ffffff;
  line-height: normal;
}

.search_ajax_row a:hover {
  clear: both;
  display: block;
  background: #ffffff;
}

.search_ajax_row {
  clear: both;
  display: block;
  background: #ffffff;
}

.search_ajax_row:hover {
  clear: both;
  display: block;
  background: #ffffff;
}

.search_ajax_category {
  border: none;
  font-weight: bold;
/*  width: 100%; */
  display: block;
  padding: 0px 10px 0px;
  color: #a0a0a0;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #f7f7f7;
  cursor: auto;
  clear: both;
}

.search_ajax_highlight {
  font-weight: bold;
  color: #000000;
}

.search_ajax_result {
  clear: both;
  display: block;
}

.search_ajax_result:hover {
/*  background: #f7f7f7; */
  border: none;
}
.search_ajax .ui-menu-item {
  background: #ffffff;
}
.search_ajax .ui-menu-item:hover {
  background: #ffffff;
  border: none;
}
.search_ajax .ui-menu-item:active {
  background: #ffffff;
  border: none;
}
.search_ajax .ui-menu-item a:hover {
  background: #ffffff;
  border: none;
}

.search_ajax_thumbnail {
  display: inline-block;
  float: left;
  margin: 2px 10px 2px 0px;
  text-align: center;
  width: 35px;
}
.search_ajax_overhidden {
  display: block;
  overflow: hidden;
}
.search_ajax_title {
  display: block;
/* color: #0288d1; */
/*  font-weight: bold; */
  font-weight: normal;
  font-size: 12px;
/*  margin-top: 3px; */
  line-height: normal;
}
.search_ajax_description {
  display: block;
  margin-top: 5px;
  color: #747474;
}
.search_ajax_price {
  float: left;
/*  margin-top: 6px; */
/*  font-weight: bold; */
  font-weight: normal;
}
.search_ajax_price .price-old {
  display: inline;
  margin-left: 12px;
  font-size: 12px;
}
.search_ajax_price .price, .search_ajax_price .price-new {
  font-size: 12px;
  line-height: normal;
}
.search_ajax_search_advanced {
  margin: 10px 10px 10px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

ul.search_ajax {
  max-height: 800px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html ul.search_ajax {
  height: 800px;
}
