$(function() {

	$('#shop ul li.tree-level-1').corner('5px');
	$('#interact #quick-search').corner('12px bottom');
	$('#footer').corner('12px top');
	$('#content.catalogdetail #information div.section').corner('12px');
	$('#content.catalogdetail #related-products ul').corner('12px');
	$('#content.cataloglist h1').corner('12px');


	
	$('#content.catalogdetail #information div.section table tr:even').addClass('even');
	$('#content.catalogdetail #related-products table tr:even').addClass('even');
	$('#content.cart form[name=cart] table tbody tr:even').addClass('even');
		
	$('#interact #quick-search #keyword').one("focus", function() {
		$(this).attr('value', '');
	});
	
	
	
});
