.g-firstsearch
{
	background:url('../images/search/back-search-first.gif') repeat;
	width:30px;
	height:24px;
	float:left;
}
.g-prettysearch
{
	background:url('../images/search/back-search.gif') repeat;
	height:21px;
	border:0 none;
	font-size:14px;
	margin:0;
	right:10px;
	top:0px;
	padding-top:3px;
	width:110px;
	float:left;
}
.g-lastsearch
{
	background:url('../images/search/back-search-last.gif') repeat;
	width:9px;
	height:24px;
	float:left;
}

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #D31141;
}

/*					SEARCH PAGE 									*/
.head_search
{
	color:#425331;
	font-weight:bold;
	margin-bottom:4px;
	padding-bottom:2px;
	text-transform:uppercase;
	font-size:1.05em;
	font-weight:bold;
}

#keywords, #author
{
	width: 100%;		
}


/* Topic and forum Search */
.search-box {

	margin-left: 5px;
}

.search-box input {
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

/*					END SEARCH PAGE									*/

ul.searchresults {
	margin-top:5px;
	margin-right: 15px;
	list-style: none;
	text-align: left;
	/*border-top: 1px solid #ccc; */
/*	clear: both;*/
}

/* Jump to post link for now */
.searchresults
{
	/*width:500px; 
	padding-left:100px; */
}
.searchresults li
{
	display:inline;
	/*padding:0px 7px; */
}

/* changed by okravets on Mar-23; bug #75*/
#div_autocomplete_author {
	max-height: 200px;
	width: 200px;
	max-width: 200px;
	overflow: auto; 
	display: none; 
	z-index: 10;
}
#sorts {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	vertical-align : middle;
}
.auto_search_sel {
	background-color: #eee;
}
.auto_search {
	background-color: #fff;
}
/* End changed by okravets on Mar-23; bug #75*/