/* CSS Search */

#search {
	width: 200px;
	background-color: #7C1A1B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;		
	color: white;
}

#search .searchfield {
	height: 20px;
	width: 160px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px dotted #D0D0D0;
	color: #9F9F9F;

	margin: 0 0 10 20;
}

#searchResult {
	width: 200px;
	height: 200px;
	border: 1px dotted #D0D0D0;
	padding: 5px;
	background-color: #E9E9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#resultList {
	min-height: 200px;
	height: 200px;
	background-color: #E9E9E9; 
	font-size: 10px; 
	margin-top: 5px;

	overflow:auto;
	overflow-x: hidden !important;
	overflow-y: auto !important;

	border-style: none; 
}

#resultListItem,
#resultListItem:hover {
	padding: 2 0 0 2;
	height: 18px;
	color: black;
	text-decoration: none;
	background-color: #E9E9E9; 
	cursor: pointer;
}

#resultListItem:hover {
	background-color: #7C1A1B;
	text-decoration: underline;
	color: white;
}

#searchResults h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7C1A1B;
	margin: 0 0 5 0;
}
