/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
  position: absolute;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0px 0 0 0;
}

/* IEXX compatinility */
* html div.autosuggest {
  padding-top:1px; 
}

/* Only IE7 compatibility */
*+html div.autosuggest {
  margin-top:12px;
  padding:0px;
}

div.autosuggest div.as_header
{
  margin-top:5px;
  position: relative;
  height: 3px;
  padding: 1px 0 0 0 ;
  border-top:1px solid #3383D4;
  border-left:1px solid #3383D4;
  border-right:1px solid #3383D4;
  background-color:#ffffff;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}
div.autosuggest div.as_footer
{
  position: relative;
  height: 3px;
  padding: 1px 0 0 0 ;
  border-bottom:1px solid #3383D4;
  border-left:1px solid #3383D4;
  border-right:1px solid #3383D4;
  background-color:#ffffff;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* Only IE7 compatibility */
*+html div.autosuggest div.as_header { margin-top:0px; }
* html div.autosuggest div.as_header { margin-top:5px; }

div.autosuggest div.as_footer
{
  /* border-bottom:1px solid #95a5c6; */
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
  position: absolute;
  top: 0;
  left: 0;
}
div.autosuggest div.as_footer div.as_corner
{
  
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
  height: 0px;
  overflow: hidden;
  background-color: #ffffff;
}


div.autosuggest ul
{
  list-style: none;
  margin: 0 0 -4px 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-left:1px solid #3383D4;
  border-right:1px solid #3383D4;
}

div.autosuggest ul li
{
  color: #3383D4;
  padding: 0;
  margin: 0 4px 4px;
  text-align: left;
}

div.autosuggest ul li a
{
  color: #000000;
  display: block;
  text-decoration: none;
  background-color: transparent;
  text-shadow: #000 0px 0px 5px;
  position: relative;
  padding: 0;
  width: 100%;
}
div.autosuggest ul li a:hover
{
  background-color: #3383D4;
  text-decoration:none;
}
div.autosuggest ul li.as_highlight a:hover
{
  background-color: #3383D4;
  text-decoration:none;
}

div.autosuggest ul li a span
{
  display: block;
  padding: 3px 6px;
  font-weight: normal;
}

div.autosuggest ul li a span small
{
  font-weight: normal;
  color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
  color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
  color: #fff;
  background-color: #3b5998;
  background-position: bottom right;
  background-repeat: no-repeat;
  text-decoration:none;
}

div.autosuggest ul li.as_highlight a span
{
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
  background-image: transparent;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
}
div.autosuggest ul li a .tr
{
  right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
  left: 0;
  background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
  right: 0;
  background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
  font-weight: bold;
  text-align: center;
}

div.autosuggest ul li.as_header
{
  font-weight: bold;
  font-size:14px;
  color:#FFFFFF;
  background:#999;
  padding-left:6px;
  padding-top:2px;
  padding-bottom:2px;
}

div.autosuggest ul em
{
  font-style: normal;
  font-weight:bold;
  color: #000000;
  background-color:#d8dfea;
}

.search_example {
  margin:0;
}
.search_bar {
  position:relative;  
  color:#000000;
  font-weight:bold;
  margin:8px 0px;
  padding:0;
  height:25px;
}
.search_bar form {
  display:inline;
} 
.search_bar input {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
} 
.search_bar ul {
  line-height:19px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:3px 0pt 0pt;
  padding:0pt;
  z-index:10000000;
} 
.search_bar li {
  color:#333333;
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin-left:5px;
  margin-right:0px;
  width:auto;
} 
.search_bar  input.search_txt {
  background:white url('/images/searchglass.png') no-repeat scroll 3px 4px;
  border:1px solid #7E9DB9;
  color:#000000;
  font-weight:normal;
  padding:2px 0px 2px 17px;
} 
.search_bar input.searchBtnOK {
  background:white none repeat scroll 0%;
  border:1px solid #7E9DB9;
  color:#000000;
  font-weight:bold;
  padding:1px;
} 

.search_response {
  position:relative;
  /*border:1px solid #408AD6;*/
  padding:10px;
  padding-left:60px;
  background:#ffffff url('/images/kghostview.png') no-repeat 5px 15px;
  width: 275px;
}

.search_response a {
        color: #D12E2E;
}

div.short_info {
        padding: 5px 0;
        font-size: .85em;
        line-height: 1.5em
}

div.short_url {
        padding: 5px 0;
        font-size: .85em;
        line-height: 1.5em;
}