﻿

table {
    table-layout: fixed;
}

.thisone .fixed-table_header-wraper .fixed-table_header thead th {
    cursor: pointer;
    position: relative;
}

.thead_selectall {
    background: url(/images/selectall_export.png) no-repeat center;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    float: right;
    right: 15px;
}

.thead_unselectall {
    background: url(/images/unselectall_export.png) no-repeat center;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    float: right;
    right: 15px;
}

.remove_compare {
    background: url(/images/remove_compare.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: left !important;
    left: auto;
    position: center;
}

.add_compare {
    background: url(/images/add_compare.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: left !important;
    left: auto;
    position: center;
}

.noselect_export {
    background: url(/images/noselect_export.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: right !important;
    right: auto;
    position: center;
}

.select_export {
    background: url(/images/select_export.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: right !important;
    right: auto;
    position: center;
}
.fixed-table_body .wd {
    color: red;
}

.head_operation {
    width: 50px;
    float: right !important;
    right: 5px !important;
    top: 10px;
    position: absolute;
    word-wrap: break-word;
    display: inline-block;
}

.filtering {
    background: url(/images/filtering.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: left;
}

.head_sorting_none {
    background: url(/images/head_sorting_none.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: right;
}

.head_sorting_asc {
    background: url(/images/head_sorting_asc.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: right;
}

.head_sorting_desc {
    background: url(/images/head_sorting_desc.png) no-repeat center;
    background-size: 25px 25px;
    width: 25px !important;
    float: right;
}

#divModels {
    overflow: hidden;
    position: relative;
    /*min-height: 350px;*/
}

    #divModels b {
        display: block;
        width: 100%;
        height: 100%;
    }

li #nav_accessories a:hover {
    background-color: #dc291e;
}

.PhotosImg > div {
    display: table;
    float: left;
    width: 262px;
    height: 185px;
    margin: 10px 15px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #b1adad;
    position: relative;
}

    .PhotosImg > div > a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .PhotosImg > div > a > img {
            max-height: 185px;
            max-width: 262px;
            display: block;
            margin: auto;
        }

    .PhotosImg > div:hover {
        border: 1px solid #000;
    }

#divDocument {
    padding: 10px;
}

    #divDocument li {
        margin-bottom: 10px;
    }

    #divDocument ul li a {
        display: inline;
        text-decoration: none;
        border: none;
        font-size: 14px;
    }

    #divDocument ul li p {
        line-height: 14px;
    }
/*弹出筛选框按钮样式*/
.ui-button-text-only .ui-button-text {
    padding: .4em .5em;
}

.ui-dialog .ui-dialog-title {
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    font-stretch: inherit;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/images/ui-icons_ef8c08_256x240.png");
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -76px -224px;
}

.ui-dialog .ui-resizable-se {
    width: 18px;
    height: 14px;
}

#productremark {
    line-height: 1.5;
    width: auto;
    height: 60px;
    border: 1px solid #808080;
    overflow: auto;
    word-wrap: break-word;
    word-break: normal;
    padding: 10px 10px 10px 10px;
    background-color: white;
    margin-bottom: 10px;
}
/*弹出筛选框按钮样式*/
.ProModel li {
    float: left;
    padding: 0px 15px 0px 18px;
}

    .ProModel li a {
        color: #000;
    }

.existProductList {
    float: left;
    min-width: 125px;
}

.ProName {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 15px 1px 12px;
    color: #B53030;
}

#example tbody > tr:hover {
    background-color: #e3e3e3;
}
/*解决IE浏览器中table有2根y轴滚动条的问题*/
.DTFC_LeftBodyLiner {
    overflow-y: hidden !important; /*left:-7px !important;*/
}
/*talbe  th 按钮样式*/
.btn_bootstrap {
    display: block;
    text-align: center;
    padding-right: 25px;
    font-size: 15px;
    background: url('/images/filter.png')no-repeat scroll right top 0px;
    color: #FFF;
}

    .btn_bootstrap:hover { /*background-color: #656565;*/
        color: #FFF;
    }

.ss_div {
    width: 233px;
    height: 25px;
    margin-left: 5px;
    float: left;
    position: relative;
    border: 1px solid #b1adad;
}

.ss_txt {
    width: 185px;
    height: 25px;
    top: 0px;
    left: 0px;
    border: none;
    text-indent: 5px; /*border-right: 1px solid #b1adad;*/
}

.ss_btny {
    background: #ccc url('/images/top_input.png') no-repeat scroll right top;
    width: 28px;
    height: 25px;
    line-height: 25px;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
}

.ss_btnx {
    width: 19px;
    height: 17px; /*display: block;*/
    position: absolute; /*right: -21px;*/
    top: 5px;
    background: url("/images/icon_delete.png") no-repeat scroll;
    border: none;
    cursor: pointer;
    display: none;
}

.tdpadd {
    margin-right: 30px !important;
}

#floatExistProduct {
    position: absolute;
    display: none;
    background-image: url('/images/tip-bg.png');
    width: 280px;
    height: 130px;
    border-radius: 5px;
    background-repeat: no-repeat;
}

#modelloading {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    text-align: center;
}
