/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Hide Search and Clear Toolbar on Downloads Window    |
|    Description:  |  Clear and Search toolbar at bottom is now gone       |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  July 10, 2008                                        |
|   Date Updated:  |  July 11, 2008                                        |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#search > #clearListButton
{
  display: none !important;
}

#search > #searchbox
{
  display: none !important;
}