/*
 _________________________________________________________________________
|                  |                                                      |
|          Title:  |  Awesome Bar - Hide History From List                |
|    Description:  |  Only Shows Bookmarks and tags                       |
|         Author:  |  -=Ben=-                                             |
|   Date Created:  |  July 23, 2008                                       |
|   Last Updated:  |  August 13, 2008                                     |
|        Version:  |  1.0.0.1                                             |
|__________________|______________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


.autocomplete-richlistitem[type="bookmark"]
{
  /*
  background-color: #E3FCFE;
  color: #000000 !important;
  */
}

.autocomplete-richlistitem[type="favicon"]
{
  visibility: collapse !important;
}

.autocomplete-richlistitem[type="tag"]
{
  /*
  background-color: #FCFEE3;
  color: #000000 !important;
  */
}

.autocomplete-richlistitem:focus
{
  background-color: #0A246A !important;
  color: #FFFFFF !important;
}
