/* ------------------------------------------------------------------------------------ *
| Search CSS FILE :: For GrossmuetteRevolution											|
| css/search.css																		|
| 																						|
| PROJECT :: www.grossmuetter.ch v1.0													|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
+ ------------------------------------------------------------------------------------- +
| Author: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group SEARCH :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.search {
	padding: 39px 0 0 0;
}

.search_container {
	height: 23px;
	padding: 0 0 0 0;
}

.search_container label {
	line-height: 16px;
	font-size: 14px;
	padding: 3px 0 4px 0;
	float: right;
}

input.search_input {
	font-size: 12px;
	font-family: Arial;
	line-height: 16px;
	letter-spacing: normal;
	color: #000;
	background: #e4dceb;
	width: 155px;
	margin: 0 5px 0 0;
	/*height: 20px;*/
	padding: 5px 10px 3px 10px;
	border: none;
	outline: none;
	float: right;
}

/*#spinner_search {
	visibility: visible;
	background: url(../images/nav/spinner.gif) left top no-repeat;
	height: 18px;
	width: 18px;
	float: right;
	margin: 2px 4px 0 0;
}*/

/* @end  = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = */

/* @group SEARCH RESULTS :: nfq :::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.search_menu_container {
	visibility: visible;
	width: 155px;
	float: left;
	position: absolute;
	right: 225px;
	z-index: 300;
	color: #f9d5d9;
	top: 67px;
	background: #e4dceb;
	padding: 0 10px 0 10px;
}

.search_menu {
	width: 180px;
	float: left;
}

.search_menu ul,
.search_menu li {
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.search_menu ul {
	margin-top: 0;
/*	padding: 10px 0;
*/}

.search_menu a {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	float: left;
	width: 175px;
	margin: 0 0 0 -10px;
	color: #777777;
	white-space: nowrap;
	overflow: hidden;
}

.search_menu a:hover,
.search_entry_selected a .search_entry,
.search_entry_selected a {
	color: #FFF;
	background: #7d559a;
}

.search_group,
li.search_results.search_entry_selected .search_group.error {
	color: #FFF;
	float: left;
}

.search_entry,
li.search_results.search_entry_selected .search_entry.error {
	font-size: 12px;
	color: #777;
	height: 24px;
	line-height: 24px;
}

li.search_results.search_entry_selected .search_entry,
li.search_results.search_entry_selected .search_group {
	color: #FFF;
}

a:hover .search_entry,
a:hover .search_group {
	color: #FFF;
}

/* @end  = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = */
