﻿.searchbox {
}


#LocalSearch h2 {
    color:#fff !important;
    padding:0 !important;
}

.searchbox-input
{
    width: 360px;
    height: 20px;
    border: none;
    margin: 0px 5px 0 0;
    padding: 5px;
    float: left;
	font-size:17px;
}

.searchbox-button
{
	cursor: pointer;
	float: left;
	background:none;
	background-image:url(/images/Search.gif);
	background-repeat:no-repeat;
	width: 120px;
	height: 30px;
	border:none;
	text-indent:-10000px;
	color: transparent;
	text-transform:capitalize;
}

.SearchTip 
{
    padding:15px 0 0 0;
}

.searchbox-clear
{
    clear: both;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: #fff;
	color: windowtext;
	overflow: auto;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin: 0;
	padding: 0;
    text-align: left; 
    list-style-type: none;
    font-size: 12px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #1d6f42;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	margin-bottom:1px; 
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #eaeaea;
	color : #1d6f42;
	padding : 5px;
	cursor: pointer;
	margin-bottom:1px; 
}