jQuery(document).ready(function($) {
	/* make paymenticons behave properly */
	$('#paymenticons-box-content img').each(function(index) {
			$(this).css('height', '20px').css('margin-bottom', "4px").css('margin-right', '5px');
		$(this).css('float', 'left');
		if (index == 2) {
			$(this).after('<br>')
		}
	});
	$('.bodyPageId2 .CheckOutProceed').next('').hide();
	$('.bodyPageId2  .WishList').show();
});
