/* block top search */
#pos_search_top{
    left: 0;
    padding-top: 30px;
    position: absolute;
    top: 0;
}
#pos_search_top label {
    float: left;
    font-family: RobotoCondensedRegular;
    font-weight: normal;
    line-height: 38px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
#pos_search_top p {padding:0;}
#pos_search_top #pos_query_top {
    border: medium none;
    display: inline;
    float: left;
    height: 35px;
    padding: 0;
    width:205px;
	background:#f5f5f5;
}

#pos_search_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(img/bg_search_submit.png) repeat-x 0 0 #101010;
	float: left;
	height: 25px;
}
form#searchbox{
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ccc;
    display: inline;
    float: left;
    height: 39px;
    width: 100%;

}
form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#pos_query_block{
	border: 1px solid #CCCCCC;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
    height: 18px;
	margin-top:10px;
}
form#searchbox input#search_button{padding: 1px 4px;}
.pos_search{
 display: inline;
}
form#searchbox .pos_search{
	float:left;display:inline;
	width:100px;
	margin:0 0 0 -3px;
}
form#searchbox .pos_search .btn-group{
	width:100%;
}
form#searchbox .pos_search .btn-group .btn-default{
    background: none repeat scroll 0 0 #f5f5f5;
    border: medium none;
    color: #555555;
    font-family: 'Rokkitt',serif;
    font-size: 13px;
    height: 35px;
    padding: 0 3px;
    width: 100%;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
#pos_search_top .submit_search{
	color: #666;
    float: right;
    height: 35px;
    position: relative;
    width: 60px;
	background:url("../../../images/icon_search.png") no-repeat scroll center center;
}
#pos_search_top .submit_search .btn{
    border: medium none;
    height: 35px;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    width: 100%;
	background:none;
}
#pos_search_top .submit_search i{
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
	display:none;
    width: 100%;
}

.ac_loading {
    background: white url('img/ajax-loader.gif') right center no-repeat;
}
.ac_results {
    text-align: left;
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}
.form-control:focus{
	box-shadow:0 0 0 ;
	border-color:#ccc;
}
@media (max-width: 980px) {
	form#searchbox{
	}
	#pos_search_top label {
		display:none;
	}
	form#searchbox{
		padding:1px;
	}
	form#searchbox .pos_search{
		margin:0;
	}
	form#searchbox{
		width:100%;
	}
}
@media (min-width: 767px) and (max-width: 980px) {
	#pos_search_top #pos_query_top {
		width:96px !important;
	}
	#pos_search_top .submit_search {
		width: 15px;
	}
}
@media (max-width: 767px){
	form#searchbox{
		display: block;
		float: none;
		margin: 0 auto;
		width: 290px;
	}
	#pos_search_top{
		padding-top: 30px;
		position: relative;
	}
	#pos_search_top #pos_query_top {
		width: 57%;
	}
	#pos_search_top .submit_search {
		width: 20px;
	}
}