$(document).ready(function(){

$(document).pngFix();

$('#wizard .radio').dgStyle();
    if($.browser.mozilla || $.browser.safari) {
        $('.container_1, .container_2, .container_3').corner('3px');
    }
    $('.upload_preview_img').dropShadow({left: 3, top: 13});
    
    $('#ProductPrices table tr:even').not('.row_table_footer').addClass('even'); 
    $('#ProductPrices table tr:odd').not('.row_table_footer').addClass('odd');
    
    $('#DeliveryPrices table tr:even').not('.row_table_footer').addClass('even'); 
    $('#DeliveryPrices table tr:odd').not('.row_table_footer').addClass('odd'); 
    
       
});

function VoucherPreview() {
    $('#voucher_title').html($('#coupon_title').val());
    $('#voucher_from').html($('#coupon_name_from').val());
    $('#voucher_for').html($('#coupon_name_for').val());
    $('#voucher_value').html($('#coupon_value option:selected').text());
    $('#btn_preview_voucher a').fancybox(
        {
           'frameWidth': 600, 
           'frameHeight': 451,
           'hideOnContentClick': false 
        }
    );
}
