/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
/* jQuery UI Autocomplete @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default;padding:0px;font-family:Arial, Helvetica, sans-serif;border: 1px solid #C3C3C3;height: 105px; overflow:auto; overflow-x: hidden;}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.srchSuggest .ui-menu {
	list-style:none;
	padding: 0px;
	margin: 0;
	display:block;
	float: left;border: 1px solid #c3c3c3
}
.srchSuggest .ui-menu .ui-menu {
	margin-top: -3px;
}
.srchSuggest .ui-menu .ui-menu-item {
	margin:0;
	padding: 0 11px 0 0;
	/*zoom: 1;*/
	float: left;
	clear: left;
	width: 100%;
	font-size:10.5px;
}
.srchSuggest .ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:3px 7px;
	/*zoom: 1;*/
	/*height:15px;*/
	color:#000;
	margin:0px;
	border:solid 0px;
}
.srchSuggest .ui-autocomplete li:hover{background:#117ceb;}
.srchSuggest .ui-menu .ui-menu-item a.ui-state-hover,
.srchSuggest .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;color:#fff;
	cursor:pointer;background:#117ceb;
}
.srchSuggest .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background: #117ceb; font-weight: normal; color: #212121;}
/* Segment List Specific Styles */
.srchSuggest .dataprov{float:right;color:#939292; font-style:italic; margin-right:10px;}
.srchSuggest .ui-menu .ui-menu-item a:hover .dataprov{color:#d6d4d4;}
.srchSuggest a.button span{
	height:13px;
}
.srchSuggest input.ui-autocomplete-input {
    height: 16px;
    margin: 1px 0px;
}
/* Custom Styles*/
#segmentList_srchSug_menuWrap li{
	width:420px;
}
#segmentList_srchSug_menuWrap li a{
	padding:3px 5px;
}
#segmentList_srchSug_menuWrap li a span.segmentOption{
	float:left;
	width:335px;
}
#segmentList_srchSug_menuWrap li span.dataprov{
	width:60px;
	margin-right:15px;
	text-align:right;
}
