$(document).ready(	
			function(){
				// for Opera & IE
				$('.menu-inner li:last-child').css('margin-right','0');				
				$(".content tr:first-child").after("<tr><td></td><td colspan='3'><small>Объем&nbsp;покупаемого&nbsp;материала:</small></td></tr>");
				$(".content table").after("<div class='clear' style='padding-bottom:1em'><b>*</b> &mdash; <small>Цены указаны с учётом доставки</small></div>");
				$('.content tr:nth-child(3)').css('border-bottom','6px solid #808080');
				$('.content tr:nth-child(3) td').css('padding-top','0');
				$('.content tr:nth-child(3)').css('font-weight','bold');
				$('.content tr:last-child, .content tr:first-child , .content tr:nth-child(2)').css('border-bottom','none');
				
				
				
			    $('#link-feedback').click(function()
					{	$('.big').fadeTo(200,0.3); $('#box-feedback').show();	});
			    $('#box-feedback-close').click(function()
					{	$('#box-feedback').hide(); $('.big').fadeTo(200,1);	});	


				$('.links').hover(		
				function()	{$('#' + this.id + '-block').css('background-color','#fff')},
				function()	{$('#' + this.id + '-block').css('background-color','transparent')}					
					);
				
				$('.blocks').hover(	
				function()	{$(this).css('background-color','#fff')},
				function()	{$(this).css('background-color','transparent')}					
					);
				

            }		
			);
