#search_form {
display:block;
float:left;
margin:5px 0 0 0;
}
.btt_search {
display:block;
float:left;
}
input.search {
display:block;
float:left;
width:165px;
height:22px;
border:none;
color:#646567;
font-size:11px;
line-height:11px;
background:transparent url(../../../templates/img/searchbar.png) 100% 0 no-repeat;
}

.search_ident {
color:#E2007A;
font-weight:bold;
}
.notify_keywords {
 font-size:12px;
 font-weight:bold;
}
.autocompleter-choices {
position:absolute;
margin:1px 0 0 0;
padding:0;
width:370px;
white-space:normal;
font-size:10px;
line-height:12px;
}
.search_cont {
display:block;
width:330px;
padding:10px;
font-size:10px;
line-height:12px;
color:#A39F9F;
background:#fff; background:rgba(255,255,255,0.90);
-khtml-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
-khtml-box-shadow:rgba(0,0,0,0.5) 0 0 10px; -ms-box-shadow:rgba(0,0,0,0.5) 0 0 10px; -o-box-shadow:rgba(0,0,0,0.5) 0 0 10px; -moz-box-shadow:rgba(0,0,0,0.5) 0 0 10px; -webkit-box-shadow:rgba(0,0,0,0.5) 0 0 10px; box-shadow:rgba(0,0,0,0.5) 0 0 10px;
}
#search_spinner {
display:none;
position:absolute;
width:11px;
height:11px;
margin:5px 0 0 170px;
background:transparent url(../../../templates/img/globalsearch_spinner.gif) 0 0 no-repeat;
overflow:hidden;
}

a.search_ajaxnav:link, a.search_ajaxnav:visited {
display:block;
padding:10px;
}
a.search_ajaxnav:hover, a.search_ajaxnav:visited:hover {
text-decoration:none;
background:transparent url(../../../templates/img/back_paginator_01.png) 0 100% repeat-x;
}
a.search_ajaxnav strong {
color:#333333;
font-size:11px;
text-transform:uppercase;
font-weight:bold
}

.autocompleter-choices .autocompleter-selected {
background:transparent url(../../../templates/img/back_paginator_01.png) 0 100% repeat-x;
}

.autocompleter-choices span.autocompleter-queried {
display:inline;
float:none;
font-weight:bold;
}

.autocompleter-choices .autocompleter-selected span.autocompleter-queried {
color:#9FCFFF;
}

a.search_page_link:link, a.search_page_link:visited, span.search_page_link,
a.search_page_link_sel:link, a.search_page_link_sel:visited {
display:block;
width:10px;
height:10px;
margin:3px 5px 0 5px;
background:transparent url(../../../templates/img/page_mini_on_off.png) 50% -10px no-repeat;
font-size:10px;
cursor:pointer;
}
span.search_page_link, a.search_page_link:hover, a.search_page_link:visited:hover,
a.search_page_link_sel:link, a.search_page_link_sel:hover, a.search_page_link_sel:visited, a.search_page_link_sel:visited:hover {
background-position:50% 0;
text-decoration:none;
}

