﻿/*************** Search-Form *********************/
.SearchFormWrapper
{
	display: block;
	white-space: nowrap;
	padding: 1px 0px 0px 0px;
	margin: 0;
}

.SearchFormText
{
	border: 1px solid rgb(230,0,0);
	padding: 1px 1px 1px 2px;
	margin: 0;
}
.SearchFormButton
{
	vertical-align: middle;
	margin-right: 2px !important;
	padding-top: 1px !important;
	border: solid 1px red;
}


/**************** Search-Page *********************/
.SearchScopes
{
	text-align: center;
	white-space: nowrap;
}
.SearchScopes label
{
	margin-right: 4px;
}
.SearchControlHolder
{
	margin: 20px 0 10px 0;
	text-align: center;
}
.SearchSuggestions
{
}
.SearchSuggestions a
{
	font-weight: normal !important;
	text-decoration: underline !important;
}
.SearchSuggestionCount
{
	margin-left: 5px;
	color: Gray;
}
.SearchQueryCorrected
{
	font-style: italic;
	font-weight: bold !important;
}
.SearchResult
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.SearchResultSeparator
{
	margin-bottom: 10px;
}
.SearchHighlight
{
	font-weight: bold;
	background-color: rgb(250,230,230);
}
.SearchResultTitle, .SearchResultTitle a
{
	display: block;
	font-weight: bold !important;
	color: rgb(230,0,0);
}
.SearchResultDescription
{
	display: block;
}
.SearchResultUrl, .SearchResultUrl a
{
	color: rgb(51,102,204);
	font-weight: normal !important;
}
.SearchResultSize
{
	color: rgb(102,102,102);
}
.SearchResultBranding
{
	text-align: left;
}
.SearchResultStatus
{
	text-align: right;
	background-color: rgb(250,230,230);
}
.SearchPager
{
	text-align: right;
	background-color: rgb(250,230,230);
}
.SearchPager a, .SearchPager span
{
	margin: 0 10px 0 0;
}
.SearchPager span
{
	font-weight: bold;
}
.NoResult
{
	margin: 10px;
}

