/*
* Author: Claude Pattyn
* Updated: 23rd January 2010
* http://apps.facebook.com/friendsforsale/users/show/81906595
*
* Description: Friends For Sale Improvements
*/

/* Hide Ads on Facebook and Friends For Sale! */
@-moz-document domain("facebook.com") {
.UIStandardFrame_SidebarAds {display:none;}
}
@-moz-document url-prefix("http://apps.facebook.com/friendsforsale") {
.gam {display:none;}
}

/* Hide Help Note/Box on Dashboard */
@-moz-document url-prefix("http://apps.facebook.com/friendsforsale") {
.help_note{display:none;}
.help_box{display:none;}
.explanation_note{display:block;}
}

/* Highlight elements in feeds*/
@-moz-document url-prefix("http://apps.facebook.com/friendsforsale"){
.app_content_7019261521 .comment_own + .news { background-color: #F9D3F1 !important; } 
.app_content_7019261521 .poke_own + .news { background-color: #D7C8FF !important; } 
.app_content_7019261521 .reward_own + .news { background-color: #C5F9B4 !important; }
.app_content_7019261521 .free_cash_other + .news { background-color: #D4E9FF !important; }
.app_content_7019261521 .free_cash_own + .news { background-color: #C5F9B4 !important; }
.app_content_7019261521 .purchase_other + .news { background-color: #FCFDB3 !important;}
.app_content_7019261521 .ownership_other + .news { background-color: #FFD8A1 !important;}
.app_content_7019261521 .billion_owner_icon_other + .news { background-color: #FF6565 !important;}
.app_content_7019261521 .billion_pet_icon_own + .news { background-color: #FF6565 !important;}
}

/* Bigger Picture in Pet Store & Hot Buys */
@-moz-document url-prefix(http://apps.facebook.com/friendsforsale/users){
.app_content_7019261521 li.user-item .photo { height: auto !important; } 
}

/* Hide unnecessary actions in Hot Buys */
@-moz-document url-prefix(http://apps.facebook.com/friendsforsale/users/clearance){
.app_content_7019261521 li.user-item .actions { display:none; }
}

/* Bigger Post Comment Box */
@-moz-document url-prefix(http://apps.facebook.com/friendsforsale/users/) {
.textarea { height: 200px !important; }
}