/* Pulldowns */
.Search{min-height: 1%;}
.Search:after{
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	content: "Pulldown";
}
.Search Form {
	float: left;
	width: 400px;
}
.SearchBox {
	float:right;
}
.SearchText {
	font-size: 80%;
	color: white;	    
}

.SearchButton {
	cursor: pointer;
	/*width: 24px;
	overflow: hidden;
	text-indent: 50px;*/

}
.SearchTel {
	float: right;
	text-align: right;
	color: #fff;
	padding-top: 2px;
}
.SearchTel a {
	color: #fff;
}
/* --------------- Search page ----------------------*/

.form-search label { 
	float:left; 
	color: #fff;
	font-size: 90%; 
	padding:9px 5px 0 0; 
}
.form-search input.input-text {
	float:left;
	width:212px;
	padding: 2px;
	margin: 5px 5px 5px 5px;
}
.form-search button.button { 
	height: 24px;
	display: block;
	float: left;
	border: none;
	cursor: pointer;
	background: url(../images/Search-button.png) no-repeat 6px 10px;
	width: 24px;
	overflow: hidden;
	text-indent: 50px;
}
.form-search button.button span { 
	background: none;
}
.form-search .search-autocomplete { z-index:999 !important; }
.form-search .search-autocomplete ul { border:1px solid #999; background-color:#f9f5f0; }
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#f6f6f6; }
.form-search .search-autocomplete li.selected { background-color:#ecf9ea; }
