﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

    a:link, a:visited {
        font-size: 12px;
        text-decoration: none;
    }

.mallCategory {
    width: 70px;
}

    .mallCategory .border {
        pointer-events: none;
        width: 70px;
        height: 60px;
        position: absolute;
        display: none;
    }

        .mallCategory .border .mask-top {
            width: 70px;
            height: 38px;
            background-image: url('../img/bg_trans.png');
        }

        .mallCategory .border .mask-bottom {
            width: 70px;
            height: 30px;
            background-image: url('../img/bg_trans.png');
        }

.catList li {
    overflow: hidden;
    /*border-bottom: 1px solid #333b40;*/
}

.catList .item {
    height: 68px;
    line-height: 70px;
    text-align: center;
}

.catList .title-icon {
    display: block;
    height: 38px;
    line-height: 60px;
    overflow: hidden;
}

.catList .title-icon i{
    font-size: 28px;
    color:#DCDCDC;
}

.catList .item a {
    overflow: hidden;
    display: block;
    color: #DCDCDC;
    height: 30px;
    line-height: 26px;
    font-size: 13px;
}

.cat-subcategory {
    position: absolute;
    top: 29px;
    left: 70px;
    border-top: 1px solid #142a40;
    border-right: 1px solid #142a40;
    border-bottom: 1px solid #142a40;
    box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    -moz-box-shadow: 5px 5px 10px #ccc;
    background: #fcfcfc;
    display: none;
}

.shadow {
    position: relative;
}

    .shadow a {
        color: #666;
    }

        .shadow a:hover {
            color: #c81623;
        }

.shadow-left {
    float: left;
    display: inline;
    min-height: 100px;
    _height: 100px;
}

    .shadow-left li {
        float: left;
        margin-top: 5px;
        padding-bottom: 5px;
        width: 430px;
        /*background: url(../img/listbg.gif) left bottom no-repeat;*/
        line-height: 24px;
        
    }

    .shadow-left .line{
        border-bottom:1px solid #CCCCCC;
        margin-right:20px;
    }

        .shadow-left li a {
            display: inline-block;
            margin-right: 19px;
            white-space: nowrap;
        }

.shadow-left-title {
    font-weight: bold;
    background: none !important;
    padding-bottom: 0 !important;
}

.shadow-left-no-bottom-line {
    background: none !important;
}

.entity-main {
    padding: 0 0 0 20px;
    height: 100%;
}
