$(function(){
	// RSS Feeds
	$('table.amazon-table tr td:first-child, table.amazon-table tr th:first-child').addClass('category');
	$('#wrapper div.post div.post-entry ul.feeds tbody td b:first-child').addClass('first');
	$('#wrapper div.post div.post-entry ul.feeds a:has(img)').addClass('first');
	$('#wrapper div.post div.post-entry ul.feeds td:contains(List Price:)').addClass('prices');
	// Amazon by %
	$('table.amazon-table tr:even').addClass('odd');
	// Frontpage
	$('ul#list-posts li:even:not(.title)').addClass('odd');
	$('ul#list-posts li.title').prev().addClass('bottom');
	$('#linkshare-rss ul li:even').addClass('odd');
	// Fix for Overflow Hidden and Firefox
	$('div.post:first').addClass('first');
	$('div.post:last').addClass('last');
	$('div.post:even').addClass('odd');
});
