﻿.search_mini
{
	float:left;
	width:242px;
	background:url('../images/search_bg.gif') top left no-repeat;
	padding:0px 0px 0px 30px;
	height:27px;	
	overflow:hidden;	
}
.search_mini input.searchtext
{
	border:0px;
	width:164px;
	height:19px;
	text-align:center;	
	margin:3px 10px 0px 0px;	
	float:left;
	overflow:hidden;
}
.search_mini input.searchbutton
{
	background:url('../images/yellow_search_button_bg.gif') top left no-repeat;
	width:66px;
	color:#000000;
	text-align:center;
	border:0px;
	font-size:11px;
	cursor:pointer;
	padding:6px 0px;	
	margin:0px;
	float:left;
	position:relative;
	overflow:hidden;
	font-weight:bold;
	
}
/*Auto suggest styles*/	
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}
.ac_results li {
	padding: 2px 5px;
	color: #101010;
	text-align: left;
	clear:both;
	font-size:11px;
	font-family:Verdana;
}
.ac_over {
	cursor: pointer;
	background-color: #E6F5FC;
}
.ac_match {
	text-decoration: underline;
	color: black;
}
/*Search mini new archive layout*/
.search_mini_archive
{
	float:left;
	width:260px;
	margin:0px 0px 20px 0px;
	border-top:1px dotted #c0c0c0;	
	border-bottom:1px dotted #c0c0c0;	
	padding:10px 10px 20px 0px;
	height:20px;
	overflow:hidden;
	background:#E6F5FC;
}
.search_mini_archive input.searchtext
{
	margin:3px 5px 0px 0px;
	height:18px;
	width:160px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
}
.search_mini_archive input.searchbutton
{
	background:url('../images/racing_search_button_bg.gif') bottom left no-repeat;
	width:59px;
	color:#ffffff;
	text-align:center;
	border:0px;
	font-size:11px;
	cursor:pointer;
	padding:4px 0px 5px 0px;
}
