/* Search box wrapper */

#search_box_large input {
	float: left;
}

#search_box_large input.submit {
	margin-left: 3px;
}

#search_box_large {
	margin-bottom: 6px;
}

/* Search box on results page */

#search_keywords_large {
	width: 350px;
}

/* Search suggestions */

#search_sp_suggestions {
	margin-top: 8px;
}

#search_sp_suggestions a {
	font-weight: bold;
}

/* Results for each engine are in DIV panes */

.search_preview {
	margin-bottom: 20px;
}

/* Search results */

#search_results {
	margin-top: 15px;
}

li.search_result {
	margin-bottom: 15px;
}

a.search_actions {
	line-height: 20px;
	width: auto;
}

a.search_actions.primary {
	font-weight: bold;
}

.search_view_all {
	margin-top: 15px;
	margin-bottom: 30px;
}

.search_view_all a {
	font-weight: bold;
}

/* Keyword highlight SPAN */

.search_highlight {
	background-color: #FFFF99;
}

/* Autosuggest */

#search_box_small.tagbox ol li {
	width: 183px;
}

#search_box_large.tagbox ol li {
	width: 358px;
}

.tagbox ol  {
	position: absolute;
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;
	z-index: 200;
	margin-top: 25px;
}

.tagbox ol li em {
	color: #000;
	font-weight: bold;
	font-style: normal;
}

.tagbox ol li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}

.tagbox ol li a:hover, .hl {
	background: #E4E4E4;
}

.tagbox-lkup {
	width: 100%;
}