/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Transparent Autocomplete List (and Search Bar)       |
|    Description:  |  Personalized image appear on autocomplete listings   |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  July 28, 2008                                        |
|   Date Updated:  |  November 28, 2008                                    |
|        Version:  |  1.0.0.1                                              |
|__________________|_______________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



#mainPopupSet #PopupAutoComplete
{
  opacity: .7 !important;
  -moz-border-radius: 0px 0px 1px 1px !important;
}

#mainPopupSet #PopupAutoComplete:hover
{
  opacity: .9;
  -moz-border-radius: 0px 0px 1px 1px;
}