$(document).ready(function(){
	$(".post_tovar").parent("div").css("width", "337px");
	$(".post_tovar:odd").parent("div").css("float", "right");
//	$(".post_tovar:odd").parent("div").css("background-color", "#0000ff");
	$(".post_tovar:even").parent("div").css("float", "left");
//	$(".post_tovar:even").parent("div").css("background-color", "#ff0000");



	head = 100;
	right = $(".right").attr("offsetHeight");
	article = $(".subject_right_module").attr("offsetHeight");
	doc = $(".global").attr("offsetHeight");
	
	eq = eval(head+right+article);
	
	if(doc < eq){
		$(".global").css("height",eq);
	}
	
	
});
