// JavaScript Document
    $(document).ready(function() {
        //$('.colors_descriptionbox').hide();
        //$("form#vCSS_mainform table").eq(0).addClass("red");
        //$('.red').after($('.colors_pricebox').detach());
        //               $("table").eq(29).addClass("red");
        //               $('.red').hide();
        //               $("table").eq(22).addClass("yellow");
        //               $('.yellow').hide();
        //               $('#v65-product-related').show();
        //               $('.pricecolor colors_productprice').show();
        //               $('#v65-cart-total-estimate').show();
        //                $('#savedPayment').show();
        //                $('#divbtnSubmitOrder').show();
        //                $("table").eq(29).show();
        $('#price').after($('.test').detach());
        $('#price').after($('#v65-product-reviews').detach());
        $(".colors_pricebox table").eq(0).addClass("red");
        $('.red').after($('#noOptions').detach());
        $(".colors_pricebox").eq(1).addClass("blue");
        $('.blue').after($('#middle').detach());
//        if ($('#options_table').length) {
//            $(".colors_pricebox table").eq(1).addClass("blue");
//            $('.blue').after($('#middle').detach());

//        }
//        else {
//            $(".colors_pricebox table").eq(0).addClass("red");
//            $('.red').after($('#middle').detach());
//        
//        }
    });
