
.alimail_header_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    background: -moz-linear-gradient(top, #E9E9E9, #F9F9F9);
    background: -webkit-linear-gradient(top, #E9E9E9, #F9F9F9);
    background: -o-linear-gradient(top, #E9E9E9, #F9F9F9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#E9E9E9', endColorstr='#F9F9F9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E9E9E9, endColorstr=#F9F9F9)";
    *background-color: #F1F1F1;
    border-bottom: 1px solid #dddddd;
}


.alimail_header_logo {
    position: absolute;
    left: 13px;
    top:5px;
    width: 200px;
    height: 33px;
    background-image: url("/base/images/alibaba/logo.png");
    background-repeat: no-repeat;
}

.alimail_header_split {
    position: absolute;
    top: 8px;
    left: 225px;
    height: 26px;
    border-right: 2px solid #999999;
}
.alimail_header_des {
    position: absolute;
    top: 12px;
    left: 240px;
    width: 72px;
    height: 19px;
    background-image: url("/base/images/helper.png");
    background-repeat: no-repeat;

}

.alimail_category {
    position: absolute;
    left: 0;
    top: 45px;
    bottom: 0;
    width: 240px;
    -moz-box-shadow: 0 0 4px 0 rgba(119,119,119,0.2);
    -webkit-shadow: 0 0 4px 0 rgba(119,119,119,0.2);
    -o-box-shadow: 0 0 4px 0 rgba(119,119,119,0.2);
    border-right: 1px solid #d9d9d9;
    overflow: auto;
    z-index: 10;
}

.alimail_result_detail {
    position: absolute;
    left: 240px;
    top: 45px;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    zoom: 1;
}

.alimail_result_has_pagebar {
    margin-bottom: 40px;
}

.alimail_result_pagebar {
    position: absolute;
    bottom: 0;
    left: 240px;
    right: 0;
    height: 40px;
}




.textbox_wrap {
    background-color: #FFFFFF;
    position: relative;
    padding: 0 5px;
    zoom: 1;
}

.textbox_place {
    position: absolute;
    top: 5px;
    left: 8px;
    line-height: 28px;
    height: 28px;
    color: #dddddd;
}

.textbox_inner {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    zoom: 1;
}

.textbox_input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    *float: left;
}

.field_border {
    border: 1px solid #DCDCDC;
}

.alimail_search_input_wrap {
    position: absolute;
    left: 85px;
    top: 36px;
    width: 480px;
}

.alimail_search_wrap {
    position: relative;
    margin: 30px 0 10px 30px;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 2px;
    width: 730px;
    height: 110px;
}

.alimail_search_result_wrap {
    position: relative;
    margin: 0 0 10px 30px;
    padding-left: 16px;
    background-color: #fffbcc;
    border: 1px solid #f7f4cc;
    border-radius: 2px;
    width: 714px;
    line-height: 35px;
}

.alimail_result_list {
    position: relative;
    padding: 0 45px 0 45px;
}

.alimail_search_label {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    line-height: 40px;
    top: 36px;
    left: 15px;
}

.alimail_search_submit_wrap {
    position: absolute;
    left: 585px;
    top:36px;
}
.alimail_search_submit {
    height: 38px;
    background-color: #3995d4;
    border: 1px solid #3790cc;
    border-radius: 3px;
    color: #ffffff;
    width: 130px;
    cursor: pointer;
}

.alimail_result_list_ul {
    overflow:auto;
}

.alimail_result_list_li {
    position: relative;
    font-size: 0;
}

.result_list_li_content {
    padding-left: 10px;
}

.result_list_dot {
    position: absolute;
    left: 3px;
    top: 14px;
    width: 3px;
    height: 3px;
    background-image: url("/base/images/dot.png");
    background-repeat: no-repeat;
}

.alimail_result_dot {
    position: absolute;
    left: 46px;
    top: 14px;
    width: 3px;
    height: 3px;
    background-image: url("/base/images/dot_black.png");
    background-repeat: no-repeat;
}

.alimail_result_list_item{
    color:#3498db ;
    line-height: 30px;
    font-size: 12px;
}

.fs12 {
    font-size: 12px;
}


.alimail_category_item {
    line-height: 35px;
    padding-left: 30px;
    color: #444;
    display: block;
}

.alimail_category_item_sel {
    background-color: #c2e0f4;
}

.alimail_category_item:hover {
    background-color: #f4f4f4;
}

.alimail_category_item_sel:hover {
    background-color: #c2e0f4;
}

.alimail_category_split {
    border-top: 1px solid #dcdcdc;
}

.alimail_result_title {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.result_list_li_content p {
    margin: 6px 0;
}


.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1em;
    border-radius: 3px;
}

.button:hover {
    text-decoration: none;
    zoom: 1;
}

/*
.button:active {
    position: relative;
    top: 1px;
    right: -1px;
    zoom: 1;
}
*/

.button_middle {
    font-size: 12px;
    line-height: 28px;
    width: 50px;
    text-align: center;
}

.button_tinge {
    border: 1px solid #DFDFDF;
    background: -moz-linear-gradient(top, #FFFFFF, #F7F7F7);
    background: -webkit-linear-gradient(top, #FFFFFF, #F7F7F7);
    background: -o-linear-gradient(top, #FFFFFF, #F7F7F7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#F7F7F7');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#F7F7F7)";
    *background-color: #F1F1F1;
}

.button_tinge:hover {
    background: #F7F7F7;
}

.pagebar_text_wrap {
    position: absolute;
    left: 500px;
    top: 5px;
    width: 80px;
    line-height: 30px;
}

.alimail_page_prev {
    position: absolute;
    top: 5px;
    left: 580px;
}

.alimail_page_next {
    position: absolute;
    top: 5px;
    left: 640px;
}

.pagebar_nav_wrap {
    position: absolute;
    left: 700px;
    top: 5px;
    width: 100px;
    line-height: 30px;
    text-align: center;
}

.pagebar_nav_input_wrap {
    position: absolute;
    left: 30px;
    top: 0;
    width: 30px;
    height: 20px;
    padding: 5px 0;
}

.pagebar_nav_input {
    position: absolute;
    left: 30px;
    top: 0;
    width: 30px;
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
}

.nav_wrap_first {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    margin-right: 5px;
}

.nav_wrap_last {
    position: absolute;
    left: 70px;
    top: 0;
    line-height: 30px;
}

.alimail_result_pagebar .nav_btn_disable {
    background: #d6d6d6;
}

.alimail_return {
    color: #3498DB;
}