$(document).ready(function(){
$('input#v65-product-wishlist-button').replaceWith('<input type="submit" id="v65-product-wishlist-button" class="graybutton" name="btnaddtowishlist" alt="Add to Wishlist" value="Add to Wishlist" title="Add this item to my Wishlist">');
$('td[background="/v/vspfiles/templates/eastcoasttvs/images/PBox_Opt_Back.gif"]').remove();
$('td[background^="/v/vspfiles/templates/eastcoasttvs/images/PBox_Border_"]').remove();
$('td img[src^="/v/vspfiles/templates/eastcoasttvs/images/PBox_Border_"]').parent().remove();
$('td[background="/v/vspfiles/templates/eastcoasttvs/images/expand_tab_left.gif"]').remove();
$('td[background="/v/vspfiles/templates/eastcoasttvs/images/expand_tab_right.gif"]').remove();
$('td[background^="/v/vspfiles/templates/eastcoasttvs/images/DBox_Border_"]').remove();
$('td img[src^="/v/vspfiles/templates/eastcoasttvs/images/DBox_Border_"]').parent().remove();
$('td img[src="/v/vspfiles/templates/eastcoasttvs/images/RBox_Border_Left_Top.gif"]').parent().closest("table").addClass('ReviewBox');
$('td img[src="/v/vspfiles/templates/eastcoasttvs/images/RBox_Border_Left_Top.gif"]').parent().remove();
$('input.vCSS_input_addtocart').replaceWith('<input type="submit" class="largebutton blackbutton" name="btnaddtocart" alt="Add to Cart" value="Add to Cart" title="Add this item to my Cart" id="addtocart">');
$('img.vCSS_img_email_a_friend').replaceWith('<span class="graybutton">Email a Friend</span>');
$('img.vCSS_img_larger_photo').replaceWith('<span class="graybutton">Larger View</span>');
$('img.vCSS_img_history_off').replaceWith('<span class="blackbutton">Turn History Off</span>');
$('img.vCSS_img_history_on').replaceWith('<span class="blackbutton">Turn History On</span>');
$('img.vCSS_img_history_clear').replaceWith('<span class="graybutton mediumbutton">Remove</span>');
$('#Header_ProductDetail_ProductDetails').siblings("td[width='90%']").remove();
$('img.vCSS_img_icon_free_shipping').replaceWith('<span class="freeshipping">This item qualifies for Free Shipping!</span>');
$('img[src="/v/vspfiles/templates/eastcoasttvs/images/buttons/btn_reviews_yes.gif"]').replaceWith('<span class="graybutton smallbutton">Yes</span>');
$('img[src="/v/vspfiles/templates/eastcoasttvs/images/buttons/btn_reviews_no.gif"]').replaceWith('<span class="graybutton smallbutton">No</span>');
$('img[src="/v/vspfiles/templates/eastcoasttvs/images/Icon_Help_Options.gif"]').replaceWith('<span class="optionshelp"><sup>?</sup></span>');
$('img[src="/v/vspfiles/templates/eastcoasttvs/images/buttons/btn_addtowishlist_remove.gif"]').replaceWith('<span class="graybutton mediumbutton">Remove from Wishlist</span>');
$('img.vCSS_img_line_group_features').remove();
$('img.vCSS_img_heading_history').after('<span class="title">Recently Viewed</span>').remove();
$("td").filter(function() { return $(this).html() === '&nbsp;'; }).remove();
$('table.ReviewBox tbody tr td table tbody tr td i:contains("By:")').each(function(){
    $(this).html($(this).html().split("By:").join(""));
});
$('input[type="checkbox"], input[type="radio"]').after("<span />");
$('input#addtocart').parents('table:has("table table table input#addtocart"):first').addClass('addtocartbox');
});
$("td#Header_ProductDetail_ProductDetails, td#Header_ProductDetail_TechSpecs, td#Header_ProductDetail_ExtInfo").removeAttr("background");
$(function() {
if ($.trim($("div#ProductDetail_ProductDetails_div2 table tbody tr").text())=="") {
        $("div#ProductDetail_ProductDetails_div2").css("border", "0px");
        $("div#ProductDetail_ProductDetails_div").css({'border-bottom-left-radius' : '5px', '-moz-border-bottom-left-radius' : '5px', '-webkit-border-bottom-left-radius' : '5px', 'border-bottom-right-radius' : '5px', '-moz-border-bottom-right-radius' : '5px', '-webkit-border-bottom-right-radius' : '5px'});
    }
});
