/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes ads from softpedia.com
*/

/* +++ changelog +++
April 18, 2009
- removed "autoevolution.com" ad again
March 6, 2009
- removed "autoevolution.com" ad
December 18, 2008
- original release
*/

@-moz-document domain(softpedia.com) {

/* Remove Ads */
a[href*="autoevolution.com"], TD[class="pagehead_op2"], TD[class="pagehead_h"] ,
#top > FORM:first-child + TABLE > TBODY > TR > TD:last-child > A > IMG ,
img[src*="http://www.softpedia.com/discounts/"],
IMG[src="http://www.softpedia.com/images/eraser2009free.png"]
{ 
    display: none !important; 
}

}