/* Don't display other Classifieds categories at the top of a listing page */
ul.top-level-categories.showcategoriesmainlist {
display: none !important;
}
/*Don't display category drop-down selector at the top of a listing page */
form.awpcp-category-selector {
display: none !important;
}
/*Don't display Tweet and Facebook Share at the bottom of a listing page */
.tw_button awpcp_tweet_button_div a.tw_button awpcp_tweet_button_div {
display:none !important;
}