/* guo tao added at March 17 2009 */
$(document).ready(function() {
	$('.product_info  table  tr , .connrdonnees tr').addClass('tr_even');
	/*if($('.product_info  table  tr td').length >1){
		$('.product_info  table  tr td:first-child ').css({textAlign:'right'});	
	}
	if($('.connrdonnees tr td').length > 1){
		$('.connrdonnees tr td:first-child ').css({textAlign:'right'});
	}
	$('.product_info  table  tr td:first-child , .connrdonnees tr td:first-child ').css({textAlign:'right'});
	$('.product_info  table  tr').mouseover(function(){
		$(this).addClass('tr_hover');
	});
	$('.product_info  table  tr').mouseout(function(){
		$(this).removeClass('tr_hover');
	});*/
	$('.saleCondition h4').click(function(){
	    if($(this).next('span').get(0).style.display == 'inline' || $(this).next('span').get(0).style.display == ''){
	        $(this).next('span').hide();
	    }else{
	       $(this).next('span').show(); 
	    }
	    
	})
	$('#ctl00_centerContent_txtEmail').focus(function(){
	    $('#ctl00_centerContent_CustomValidator1').html('');
	    $('#ctl00_centerContent_lblResult').html('');
	});
	
	$('#ctl00_centerContent_txtEmail').focus(function(){
	    $('#ctl00_centerContent_RegularExpressionValidator1').html('');
	    $('#ctl00_centerContent_lblResult').html('');
	});
});
