/*
Copyright (c) 2004 by Nick Leeper (aka lucky33)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#searchNowDIV {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
    padding-right: 1px;
    padding-left: 5px;
    background: #f9f9f9;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
	text-align: left;
	float: right;
	position:fixed;
	top: 0px;
    width: 23%;
}
#searchNowDIV-s {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0 auto;
    padding: 5px;
    background: #fff;
    border: 0;
	text-align: center;
}
#searchNowDIV a { color: #666; }
#searchNowDIV a:hover { color: #000; }
#searchNowForm {
    display: inline;
	margin: 0 auto;
	padding-left: 5px;
}
#searchNowForm-s {
    display: inline;
	margin: 0 auto;
}
#searchNowBox {
	width: 50%; /*160px*/
	margin-left: 8px;
	padding: 1px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	font: 11px Tahoma, Verdana, Arial, sans-serif;	
}
#searchNowSubmit {
	display: none;
	margin: 0;
}
#searchNowResults {
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #AAA;
	margin: 0 0 0 2px;
	padding: 2px;
}
#searchNowResults ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#searchNowResults li {
	font: 11px Verdana, Arial, sans-serif;
	background-image: none;
	border: 1px solid #FFF;
	margin: 1px;
	padding: 2px;
}
#searchNowResults li a {
	color: #333;
}
#searchNowSelected {
	color: #333;
	background-color: #BFCCD9;
	border: 1px solid #AAA !important;
}
#searchNowSelected a:link, #searchNowSelected a:visited, #searchNowSelected a:hover {
	color: #333;
	border: 0;
}
#searchNowPages, #searchNowDetails {
	font: 11px Verdana, Arial, sans-serif;
	text-align: right;
	background-color: #E6EBF0;
	border-top: 1px solid #EEE;
	margin: 3px 0 0 0;
	padding: 3px 0 2px 0;
}
#searchNowDetails {
	text-align: left;
	color: #FFF;
	background-color: #003366;
	border-top: 0;
	border-bottom: 1px solid #EEE;
	margin: 0 0 3px 0;
	padding-left: 2px;
	padding-bottom: 3px;
}
#searchNowDetails a {
	color: #FFF;
}
#searchNowPages a {
	color: #333;
	margin: 0 2px 0 8px;
}