/* Scholastic 2008 */

jQuery(function() {
	var intHeight;
	jQuery(".lstRow").each(function() {
	intHeight=0;
		jQuery(this).find(".tout_Product").each(function() {
			intHeight=(jQuery(this).height()<intHeight)?intHeight:jQuery(this).height();
		})
		jQuery(this).find(".tout_Product .toutBottom").css({"height":intHeight+"px"});
	});
});


jQuery(function() {
	jQuery(".tbl_DownloadLink td:not(:last)").css({"width":"210px","paddingRight":"11px"});
});
