/* searchbox.view.css */

#searchbox {
	background: url('/fileadmin/images/searchbox_bg.gif') top left no-repeat;
	border: none;
	
	width: 164px;
	height: 17px;
	
	color:#666666;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0px 0px 5px;
}
#searchbox.inactive {
	color: #d9dadb;
}

.searchfield label {
	display: none;
}

input.searchbutton {
	visibility: hidden;
}

.tx-macinasearchbox-pi1 {
	position: absolute;
	margin:0px;
	padding:0px;
	bottom: 0px;
	right: 28px;
}


/*search list*/

.ac_results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px; /* This value is set in the javascript code, to match the width of the search box */
	background: #cccccc;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
}
.ac_results ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0px solid #aaa;

}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
}
.ac_results li {
	padding: 2px 5px;
}
.ac_results a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
}

.over {
	background: #fe0000;
	color:white;
	font-weight:normal;
}

