﻿/* menu */
.menu, .carbox, .all-sort, .all-sort .mt .extra, .all-sort h3, .all-sort s, .all-sort .close {
    background: url(/image/nav-sort.gif) no-repeat;
}

.menu {
    width: 1190px;
    height: 50px;
    background-position: 0 1px;
    background-repeat: repeat-x;
    margin: 0 auto 0 auto;
    z-index: 1000;
}

.carbox {
    width: 226px;
    height: 50px;
    float: right;
    background-position: 0 -152px;
}

.searcbox {
    width: 334px;
    height: 31px;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 15px;
    display: inline;
    background: url(/image/searchbox.gif) no-repeat;
}

.searcbox-input {
    width: 100%;
    height: 31px;
    padding-left: 5px;
    padding-right: -5px;
}
/*all-sort*/
.all-sort {
    float: left;
    width: 211px;
    height: 50px;
    background-position: 0px -101px;
    position: relative;
    z-index: 11;
   
}

    .all-sort .mt {
        height: 24px;
        padding: 14px 12px 12px 16px;
        line-height: 24px;
        cursor: pointer;
        overflow: hidden;
    }

        .all-sort .mt strong {
            float: left;
            font-size: 14px;
            color: #630;
        }

        .all-sort .mt .extra {
            float: right;
            overflow: hidden;
            width: 22px;
            height: 22px;
            background-position: -214px -52px;
        }

    .all-sort .mc {
        display: none;
        position: absolute;
        top: 45px;
        overflow: visible;
        width: 203px;
        padding: 0 3px 0;
        border: solid #C40000;
        border-width: 0 1px 1px;
        background: #FEF8EF;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
    }

    .all-sort .item {
        width: 203px;
        height: 32px;
        border-top: 1px solid #FDE6D2;
    }

    .all-sort .fore {
        border-top: none;
    }

    .all-sort span {
        display: block;
        width: 203px;
        position: relative;
        z-index: 1;
    }

    .all-sort h3 {
        font-size: 14px;
        width: 140px;
        height: 30px;
        padding-left: 20px;
        border: solid #FEF8EF;
        border-width: 1px 0 1px 1px;
        background-position: -241px -57px;
        font-weight: normal;
         margin-top: -1px;
    }

        .all-sort h3 a:link, .all-sort h3 a:visited {
            display: block;
            height: 30px;
            line-height: 30px;
            color: #333;
        }

        .all-sort h3 a:hover, .all-sort h3 a:active {
            color: #1B578A;
        }

    .all-sort s {
        display: block;
        position: absolute;
        top: 10px;
        left: 182px;
        width: 13px;
        height: 13px;
        background-position: -218px -106px;
    }

    .all-sort .item .i-mc {
        display: none;
        position: absolute;
        left: 163px;
        top: 0;
        width: 700px;
        border: 1px solid #c30;
        background: #FFF9EF;
        overflow: hidden;
    }

    .all-sort .item dt {
        padding: 3px 6px 0 0;
        font-weight: bold;
    }

    .all-sort .item dd {
        padding: 3px 0 0;
        overflow: hidden;
        zoom: 1;
    }

    .all-sort .subitem {
        float: left;
        width: 464px;
        min-height: 400px;
        padding: 0 4px 0 8px;
    }

        .all-sort .subitem dl {
            border-top: 1px solid #FFEFD7;
            padding: 6px 0;
            overflow: hidden;
            zoom: 1;
        }

        .all-sort .subitem .fore {
            border-top: none;
        }

        .all-sort .subitem dt {
            float: left;
            width: 80px; /*二级分类宽度*/
            line-height: 22px;
            text-align: right;
            color: #c00;
        }

        .all-sort .subitem dd {
            float: left;
            width: 376px; /*孙宽度*/
        }

        .all-sort .subitem em {
            float: left;
            height: 14px;
            margin: 4px 0;
            line-height: 14px;
            padding: 0 8px;
            border-left: 1px solid #ccc;
            font-style: normal;
            white-space: nowrap;
        }

    .all-sort .fr {
        background: #fff;
        width: 194px;
        padding: 0 15px 2010px 15px;
        margin-bottom: -2000px;
        float: right;
    }

        .all-sort .fr dl {
            padding-bottom: 0;
        }

    .all-sort .mc .extra {
        padding: 7px 8px;
        background: #FDF1DE;
        border-top: 1px solid #FDE6D2;
    }

.all-sorthover {
    background-position: 0 -50px;
}

    .all-sorthover .mt .extra {
        background-position: -214px -75px;
    }

    .all-sorthover .mc {
        display: block;
    }

.all-sort .hover span {
    z-index: 13;
    width: 160px;
}

.all-sort .hover h3 {
    font-size: 14px;
    border: solid #c30;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
    background: url(/image/nav-sort.gif) #FFF9EF no-repeat -241px -57px;
    font-weight: bold;
}

.all-sort .hover s {
    display: none;
}

.all-sort .hover .i-mc {
    display: block;
    z-index: 12;
}

.all-sort .item dd {
    padding-bottom: 6px;
}

.all-sort .subitem {
    height: 600px;
}

.all-sort .close {
    position: absolute;
    top: 6px;
    left: 674px;
    z-index: 14;
    width: 19px;
    height: 19px;
    background-position: -216px -125px;
    cursor: pointer;
}

.i-search {
    width: 100%;
    height: 100%;
    color: #808080;
    cursor: pointer;
    background:none;
    border:0px;

}
