$(document).ready(function() {
/*
  //ie6 float fix
  $(".contentpage").css("width", "930px");
  $(".contentpage").css("float", "left");
  $(".contentpage").css("margin-left", "10px");
  $(".vacancypage").css("float", "left");
  $(".vacancypage").css("margin-left", "20px");
  $(".vacancypage").css("width", "520px");

  //removes first border
  $("#menu ul").find("li:first").css("border-width", "0");

  
  
  //main special offers
  $(".specialoffersgridmain tr").each(function() {
    if ($(this).find("td").length > 1) {
      $(this).find("td:first").attr("align", "left");
      $(this).find("td:last").attr("align", "right");
    }
  });
*/

$("#tabs").ready(function() {
  $("#tabs").tabs();
  $("table.texttable tr:odd").css("background", "#e5e5e5");
  $("table.texttable td").css("border-left", "1px solid #bbbbbb");
  $("table.texttable tr").each(function() {
    $(this).find("td:first").css("border-left", "0px solid #cccccc");
    $(this).find("td:first").css("width", "25%");
  });
});

$("#searchcolumn").find(".combobox:last").css("background", "none");


$("ul.level1").find("li:last").css("background", "none");

});


//catalog navigation
	$("#catalognavigation").ready(function(){		
		$("ul.level2").find("li:last").css("border-bottom", "0px solid #cccccc");
		$("ul.level3>li:last").css("margin-bottom", "10px");
	});