.searchHolder {
	display: inline;
	float: left;
	width: 100%;
}

.searchLeft {
	display: inline;
	float: left;
}


.searchRight {
	display: inline;
	float: left;
}


.gs_search_input {
	color:#666;
	padding:4px;
	border:1px solid #666;
	width:350px;
	margin-right:20px;
	
}

.auto_suggest_list {
	border:1px solid #666;
	height:150px;
	overflow:auto;
	width:258px;
	margin-top:-1px;
	color:#666;
}

.auto_suggest_list a.auto_suggest_item:hover,
.auto_suggest_list a.auto_suggest_item:active,
.auto_suggest_list a.auto_suggest_item:link,
.auto_suggest_list a.auto_suggest_item:visited {

	padding:0 4px;
	color:#000;
}

.auto_suggest_list a.auto_suggest_item:hover {
	background:#ccc;
	color:#000; 
}


