/*
 * UrbanOutfitters CleanUp
 *
 * Author      : cow1787
 * Updated     : February 23rd, 2009
 * Website     : http://www.marklemmons.com
                 http://userstyles.org/styles/15289
 * Description : 

-Cleans up a few things around the site. 
-Removes footer
-Removes tell a friend and share this product on reviews page
-Cleans up the Reviews tab

 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("urbanoutfitters.com"),
               url-prefix("reviews.urbanoutfitters.com") {

/* Main Site */

#added_tellafriend, #tellafriend, .continueshopping, #utility_connect, #connect, #footer_copyright, #footer_privacy, #footer_terms, #footer_terms, #footer_sitemap, #footer_careers, #footer_phone, #arcSniff
{display: none !important;}

/* Product page/reviews */

.BVtop1000ContributorIcon, .BVtop1000ContributorTitle, .BVReviewSocialBookmarkingSection, .BVStandaloneNavHeaderPrint, #BVStandaloneProductDetailsLinkFooter, .BVpageRenderSuccess, .BVBadge, .BVBadgeBlock, .BVStandaloneReviewSortRowLabel, .BVStandaloneRatingWrapperBuyAgain, .BVStandaloneHeaderProductDescription, .BVStandaloneHeaderTextTitle, .BVStandaloneNoReviews
{display: none !important;}

}