﻿/*  商城有关的所有样式   */

/*  产品列表    */
.productList { font-family: tahoma,arial,宋体; }

/*  分类的介绍 (如果有的话)   */
.categoryintro { padding:5px 5px 10px; }

/*  商品筛选栏   */
.productFilter { border-top: 2px solid #EED97C; }
    .productFilter .title { background: url(../image/360buy/tit.gif) repeat-x left -215px; height: 28px; line-height: 28px; padding: 0px 12px; color: #C30; font-weight: bold; font-size: 14px; }
    .productFilter table { padding: 5px 10px 20px; }
        .productFilter table th { width: 80px; text-align: right; display: inline-block; padding: 5px 10px 0px 0px; vertical-align: top; }
        .productFilter table td { vertical-align: top; }
        .productFilter table .subCategory { display: inline-block; }
        .productFilter table label { display: inline-block; padding: 4px 6px; }
            .productFilter table label a { color: #005AA0; padding: 2px; }
                .productFilter table label a.current,
                .productFilter table label a:hover { background: #005AA0; color: White; }

/*  商品列表过滤栏 */
.productFilterBar { border: 1px solid #CCC; padding: 5px; background: #FFF; }
    .productFilterBar a.sort { display: inline-block; line-height: 20px; height: 20px; overflow: hidden; border: 1px solid #CDCDCD; padding: 0px 5px 0px 8px; background: url(../image/shop/filter.png) no-repeat left -20px; }
        .productFilterBar a.sort b { display: inline-block; width: 11px; height: 11px; background: url(../image/shop/filter.png) no-repeat 0px -55px; margin-left: 3px; }
    .productFilterBar a.sort-up, .productFilterBar a.sort-down { background-position: left top; color: #FF5500; }
        .productFilterBar a.sort-up b { background-position: -12px -55px; }
        .productFilterBar a.sort-down b { background-position: -36px -55px; }

/*  搜索没有找到内容    */
.searchNoQuery { text-align: center; font-size: 22px; color: #666; line-height: 64px; }
