/* CSS Document */

#bbcSearch * {
  color:#042952; font-family:arial; font-size:13px;
}

#bbcSearch {
  position:relative; background-color:#badafa; border:1px solid #3d3de7; width:200px;
}

#bbcSearch dl{
  background-color:#fff; margin:0 5px 5px 5px; position:relative; width:200px; 
}

#bbcSearch dl dd {
  background:#badafa; border:1px solid #042952; display:none; margin:0 5px; overflow:hidden; position:absolute; width:190px; margin-left: 0;
}

#bbcSearch dl dt {
  position:relative; overflow:hidden; text-indent:15px; white-space:nowrap; width:189px; margin-top: 0; margin-left: 0;
}

#bbcSearch input {
  border:0; margin:5px 5px 5px 26px; height:16px; width:169px;
}

#bbcSearch a { 
  cursor:pointer; text-decoration:none; 
  font-weight:normal;
}
#bbcSearch a:hover { 
  font-weight:bold;
}

#bbcSearch a.loading, #bbcSearch a.home{
  display:block;
  background:transparent url(../gfx/anim_loading_sm.gif) 50% 50% no-repeat;
  position:absolute;
  top:5px;
  left:5px;
  height:16px;
  width:16px;
}

#bbcSearch a.home {
  background-image:url(../gfx/bbcfavicon.ico);
}

#bbcSearch dl dt a.bookmark {
  background:transparent url(../gfx/delicious.gif) 0 50% no-repeat;
  left:2px; height:1.2em; position:absolute; top:0;width:12px;
}

#bbcSearch dl dt.odd { 
  background-color:#e7e7e7; 
}

#bbcSearch dl dd p { 
  margin:5px; font-size:87%; 
}

