@charset "utf-8";
/* CSS BlockSearch */

#blockquicksearch{
	width:190px;
	height:20px;
	position:absolute;
	top:146px;
	right:0;
	}
#blockquicksearch input#search_query{
	background:url(img/search_bg.png) no-repeat scroll 0 0;
	color:#666;
	border:none;
	width:155px;
	height:17px;
	padding:3px 25px 0 10px;
	margin:0;
	position:absolute;
	top:0;
	right:0;
	}
#blockquicksearch input:hover#search_query{
	background:url(img/search_bg.png) no-repeat scroll 0 -20px;
	}
#blockquicksearch input:focus#search_query{
	background:url(img/search_bg.png) no-repeat scroll 0 -20px;
	color:#000;
	}
#blockquicksearch input#button{
	background:url(img/search.png) no-repeat scroll 0 0;
	border:none;
	cursor:pointer;
	margin:0;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	right:8px;
	}
.ac_results{
	width:190px!important;
	margin-top:2px;
	border:1px solid #666!important;
	}
