.spw_left {float:left; width:40%;padding-left:20px; padding-top:10px;}
.spw_right {float:right; width:50%}
#searchpagewrapper {margin-left:30px;background-color:rgba(0,51,102,.9)}
#searchpagewrapper  h2, #searchpagewrapper  p {color:#ddd;}

.ac_results {
	padding: 0px;
	border: 0px solid black;
	background-color:rgba(255, 255, 255, 0.90);
	overflow: hidden;
	z-index: 99999999;
	width:365px !important;
	height:330px !important;
	margin-top:5px !important;
	margin-left: -4px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	max-height:330px !important;

}

.ac_results li {
	margin: 0px;
	padding: 5px 10px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size:130%;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;

}

.ac_loading {
	background: white url('fileadmin/templates/css/images/ajax-loader.gif') right center no-repeat; 
}

.ac_odd {
	background-color: rgba(255, 255, 255, 0.8);
}

.ac_over {
	background-color: rgba(0,51,102, 0.95);
	color: #ddd;
}

/****************************************
	CSS 3 SEARCH FORM BY CAMERON BANEY
    Design Blog: http://blog.cameronbaney.com 
	Twitter: @cameronbaney
****************************************/

.searchform {
	background: dddddd; /* Fallback color for non-css3 browsers */
	width: 365px;
	float:right;
	margin-right:20px;
	margin-top:0px;
	
	/* Gradients */
	background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
	background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
	
	/* Rounded Corners */
	border-radius: 0px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	
	/* Shadows */
	box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3); 
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

/*** TEXT BOX ***/
.searchform input[type="text"]{
	background: #fafafa; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
	background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
	
	border: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,.8);
	font-size: 16px;
	margin: 4px;
	padding: 5px;
	width: 250px;
	
	/* Rounded Corners */
	border-radius: 0px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	
	/* Shadows */
	box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

/*** USER IS FOCUSED ON TEXT BOX ***/
.searchform input[type="text"]:focus{
	outline: none;
	background: #fff; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

/*** SEARCH BUTTON ***/
.searchform input[type="submit"]{
	background: #336699;/* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(51,102,153)), color-stop(0.15, rgb(19,76,133)), color-stop(0.88, rgb(11,66,122)), color-stop(1, rgb(0,51,102)));
	background: -moz-linear-gradient( center top, rgb(51,102,153) 0%, rgb(19,76,133) 15%, rgb(11,66,122) 88%, rgb(0,51,102) 100%);
	
	border: 0;
	color: #eee;
	cursor: pointer;
	float: right;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	margin: 4px 4px 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 84px;
	outline: none;
	
	/* Rounded Corners */
	border-radius: 0px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	
	/* Shadows */
	box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
/*** SEARCH BUTTON HOVER ***/
.searchform input[type="submit"]:hover {
	background: #003366; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(71,122,173)), color-stop(0.15, rgb(39,96,153)), color-stop(0.88, rgb(31,86,142)), color-stop(1, rgb(20,71,122)));
	background: -moz-linear-gradient( center top, rgb(71,122,173) 0%, rgb(39,96,153) 15%, rgb(31,86,142) 88%, rgb(20,71,122) 100%);

}
.searchform input[type="submit"]:active {
	background: #336699; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
	background: -moz-linear-gradient( center bottom, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
}
