@charset "utf-8";
/* top search */

.top-search-outer {
    position: absolute;
	width: 550px; 
	height:  46px;	
	top:  32px;
	left: 381px;
    background-color: transparent;
    z-index: 0;
}

.top-search-outer #search_field_inp { /* THIS IS THE SEARCH FIELD */							
	z-index: 2;
	position: absolute;
	top: 12px;
	padding: 2px 2px 2px 3px;
	left: 11px;   
	width: 325px;  
	height: 20px;
	border: solid 1px #6b808c;
	background: White url(/Content/img/backgrounds/search-input.png);
}
						
.top-search-outer select { 
    z-index: 2;
    position: absolute;
	top: 12px; 
	*top: 14px; /* IE6,7 (same should be applied to Safari PC) */	  
	left: 353px;
	width: 105px;
	height: 26px;		 	
	padding: 3px 1px 2px 5px;
	background: url(/Content/img/backgrounds/search-input.png) no-repeat; /* shadow */
	border: solid 1px #6b808c;
	color: #333;
}	

.top-search-outer div { /* rounded corners */
	position: absolute;
 	   width:  7px;
	  height: 46px;
  background: url(/Content/img/backgrounds/corners-search-box.png) no-repeat; /* rounded corners */
}

.top-search-outer div.corners-right { /* rounded corners */
	right: 0;	
	background-position: top right;
}

#sorry { /* no results found */
	margin: 20px;
	padding-left: 25px;
}   

div.no-results h2,
.business-articles h2 {	
 	color: #b45313;
    letter-spacing: 0;
    font-size: 16px;    
}

.no-results p {margin: 15px 0 0 7px;}

.no-results ul {
	list-style-type: disc;
    list-style-position: inside;
    padding-left: 15px;
}

.no-results ul li {
  padding-bottom: 0;
  padding-left  : 0;
  background-image: none; 
}

div.no-results h2,
.business-articles h2,
.did-you-mean,
.title {
	margin-left: 0; /* remove 200px left margin used on results page */
} 
 
 div.no-results h2 {
	margin-top: 0; /* removes 8px top margin used on "Articles" no results page */
} 

/* Autocomplete */

.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.cityTypeAheadDiv .ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .cityTypeAheadDiv .ui_autocomplete {
	height: 100px;
}


/* Autocomplete menu */

.ui-menu {
	background: #fff;
	border-bottom: 1px solid #95b0b7;
	border-left:0;
    border-right:0;
	list-style: none;
	margin: 0;
	padding:0!important; 	
    width: 332px;
    z-index: 10003!important;
}

a.ui-state-hover,
a.ui-state-active {
    color: #ff8a00;
}

.ui-menu ul {
    margin: 0;
    padding: 0;
}

li.ui-menu-item {
    background: #f4f6f7;
    border: 1px solid #95b0b7;
	border-top: none;
	border-bottom: none;
    color: #336699 !important;
    display: block;    
    _height: 25px;
    margin: 0;
    min-height: 25px;
	padding: 0;
	width: 330px!important;
}

li.ac_even {background: #fff}

ul.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 1px 5px;
    margin: 0;
    clear: both;
}

.ticker {
    display: block;
    width: 69px;
    float: left;
}

.company {
    display: block;
    width: 242px;
    float: right;
    line-height: 19px;
}

.city {
    display: block;
    width: 242px;
    line-height: 19px;
}