/// <reference path="http://code.jquery.com/jquery-1.4.1-vsdoc.js" />
$(document).ready(function () {
    $('.bannermenu').closest('tr').remove();
    $('#Top1_ucLeftPane_ctl00_btnSearch').insertAfter('#Top1_ucLeftPane_ctl00_txtSearch');
    $("#Top1_ucLeftPane_ctl00_btnSearch").css('background', "url('/images/editor/magnifier.png') no-repeat").css('padding', '2px 2px 2px 18px');
    $("#Bottom1_RightPane_ctl00_btnShowBasket").css('background', "url('/images/editor/shopping-basket.png') no-repeat").css('padding', '3px 3px 3px 18px').css('width', '110px').css('margin-left', '2px');

    $("#Top1_ucLeftPane_ctl00_txtSearch").css('border', 'solid 1px #85b1de').css('width', '135px').css('height', '21px').css('margin-left', '2px').css('margin-right', '2px');

    $(":submit").css('background-color', '#f5f5f5').css('border', '1px solid #dedede');
    $(":submit").hover(function () {
        this.style.backgroundColor = "#CCE3F1";
    }, function () {
        this.style.backgroundColor = "#f5f5f5";
    });

    $("#Bottom1_RightPane_ctl02_tblInfo").after('<a href="/pi/LED_pære_GU10_3x1_watt_Varm_hvid_High_Power_LED_7701_.aspx"><img src="/images/editor/Reklamer/Banner_LED_8407.png" width=150 alt="Ny Kvalitets LED Pære" border="0"></a>').after('<a href="/pi/IHC_Control_Varmestyring_Temperatur_sensor_7545_1392.aspx"><img src="/images/editor/Reklamer/Banner IHCvarmestyring.png" width=150 alt="IHC Varmestyring" border="0"></a>');


});
