/*
	Various styles - Because of IE7 not being able to handle the useful selectors mostly
	Copyright © 05/08/11 Jake Nicholson (www.eskdale.net)
*/

(function(styles){
	$.fn.styles = function(){
		var winHeight = $(window).height();
		$('#wrapper').css('min-height',(winHeight-261)+'px');
		$('#topNav #shopNav > ul > li:nth-child(5)').addClass('lastone');
		$('#content .product:nth-child(5n)').addClass('last');
		$('#tabSwitcher #divs > div .product:nth-child(5n+1)').addClass('clear');
		$('#footer .left ul li:nth-child(4n+1)').addClass('clear');
	};
})(jQuery);
