/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Transparent Awesome Bar Dropdown                     |
|    Description:  |  Makes the AwesomeBar transparent (see webpage behind)|
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  July 28, 2008                                        |
|   Last Updated:  |  July 9, 2009                                         |
|        Version:  |  1.0.0.2                                              |
|__________________|_______________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#mainPopupSet > #PopupAutoCompleteRichResult
{
  opacity: .8 !important;
  /* background: transparent !important; */
  -moz-border-radius: 1px !important;
  
}

#mainPopupSet:hover > #PopupAutoCompleteRichResult:hover
{
  opacity: 1 !important;
  /* background: transparent !important; */
  /* -moz-border-radius: 1px !important; */
  
}