window.onload = function aa() {
    var textstyle = '';
    if ($.browser.msie) {
        textstyle += "";
        textstyle += "";
        $(".skype").css('margin', '-30px 0px 0px 200px');
        $(".display-yahoo-list .button_close").css('margin-left', '475px');

        //if ($.browser.version == "6.0") {
        //$(".display_yahoo").css('margin-left', '-35px'); 
        //}

    }
    if ($.browser.mozilla) {
        if ($.browser.version < "3.6.24")
            textstyle = "body{margin-top:-13px;}.position_btn_c {margin-left: 109px;margin-top: -14px;} #li_search{29px;padding-top: 5px;}";
        else
            textstyle += "#li_search, #li_search:hover {padding: 5px 0px 0px 0px;}.position_btn_m {margin:0px 0px 0px 39px;}";
    }
    if ($.browser.opera)
        textstyle = "";
    if ($.browser.chrome)
        textstyle = "body{margin-top:-13px;}";
    if ($.browser.safari) {
        textstyle += "body{margin-top:-13px;}.position_btn_m {margin: -1px 0px 0px 40px;}#li_search,#li_search:hover{padding-top:7px;}";
        textstyle += ".input-text,.input-text:focus,.input-text:hover{height: 25px;}.block-search {margin-top: -2px;}";
        textstyle += ".img_menu_layout_product {margin-top:113px;}.img_menu_layout_service {margin:78px 0px 0px -154px;}.info-hh-layout{font-size:12px;}";
    }

    try { var style = document.getElementById("change_layout_s").appendChild(document.createTextNode(textstyle)); } catch (e) { }
}
