/* BASIC css start */
div#container {  margin-top: 50px;}



#menu {
    overflow: hidden;
    margin: 20px 3%;
}
#menu li {
    position: relative;
    float: left;
    height: 35px;
    text-align: center;
    background: #F3F3F3;
    border-radius: 7px;
    margin-right: 10px;
    padding: 1px 15px;
    background: #f3f3f3;
}
#menu li:first-child{display:none;}
#menu li a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #646464;
    font-size: 15px;
    line-height: 35px;
    height: 36px;
}
#menu li.on{background:#000}
#menu li.on a { color: #fff; }
.subMenu{}
.subMenu ul{}
.subMenu ul li{}
.subMenu ul li a{}


.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#fefefe; border-bottom:1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}



.page_location {
    padding: 5px 5px;
    text-align: right;
}
/* BASIC css end */

