/**
 * 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 {
  background: #231f20 none repeat scroll 0 0;
  position: static;
  z-index: 999;
}

/* results content */
.yui-ac-content {
  font-size: 12px;
  margin: -4px 0 0 -0.6px;
  padding: 0;
  width: 100%;
}

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

/* item list (ul) container */
.yui-ac-bd {
  color: #fff;
}
/* items container*/
.yui-ac-content ul, .header .form-search .search-autocomplete ul {
  border: medium none;
}
/* result item */
.header .form-search .search-autocomplete ul > li, .yui-ac-content ul > li {
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 14px 5px;
}
.yui-ac-highlight { /* highlighted result item */
	background-color: #D5E4EB;
}
strong.searched-words, .std strong.searched-words {
  color: #e9731d;
  font-weight: 100;
}
.search-autocomplete ul > li{text-align:left}
.search-autocomplete ul > li p{text-align:justify}


.yui-ac-bd ul > li.selected,.yui-ac-content ul > li:hover {
  background-color: #e9731d;
}
.yui-ac-bd ul > li.selected .std strong.searched-words,.yui-ac-bd ul > li:hover .std strong.searched-words {
  color: #000;
}

/* .yui-ac-content ul > li:nth-child(odd) { background-color: #f5f5f5;} */


.yui-ac-bd ul > li.aw_hidden{
    background-color: white;
    border: medium none;
    margin: 0;    
    padding: 0;
    display: none;
}
.std ul.disc {
    float: left;
}

.ellipsis, .ellipsis p {
  height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis .std ul {background:none; padding:0; margin:0;}
.ellipsis .std ul li {
  background: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-sm-2.search-price {
  height: 45px;
  overflow: hidden;
}

.search-name.ellipsis {
  height: 50px;
 
}
.search-imgwrp {
  padding:2px 0 0 9px;
}
.search-name {
  font-size: 15px;
  text-align: center;
}
.search-imgwrp img{margin:3px 8px 0 0; padding:0;}
.pad0 {padding:2px 0px 4px 4px;}
#sac-results .price-box {
  margin: 0;
}
#sac-results .price-box .old-price ,#sac-results .price-box .price-excluding-tax,#sac-results .price-box .price-including-tax .label{display:none;}