/**
 * @fileoverview 二级榜单含全部信息
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
/* 基本容器 {{{ */
.bangbox {
    clear: both;
    border: 1px solid #d6d6d6;
    padding: 1px;
    background-color: #fff;
    margin-bottom: 10px;
    background: -moz-linear-gradient(top, #f3f3f3, #fff 8%);
    background: -webkit-gradient(linear, 0 0, 0 8%, from(#f3f3f3), to(#fff));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#ffffff', gradientType='0'); 
    _overflow: none;
}

.col-main .bangbox {
    width: 786px;
}

.col-sub .bangbox {
    width: 146px;
}

.bangbox .bd {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bangbox .loading {
    min-height: 330px;
    _height: 720px;
    _overflow: auto;
}

.bangbox .bd .loading {
    min-height: 330px;
    height: 330px;
}

.bangbox .loading .pictures,
.bangbox .loading .text {
    visibility: hidden;
}
/* }}} */
/* Head {{{ */
.bangbox .hd {
    height: 35px;
    /* @REPEAT */
    /*background: #ebebeb url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) repeat-x 0 -964px\9;*/
    background: -moz-linear-gradient(top, #f4f4f4, #e4e4e4 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e4e4e4));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f4f4f4', endColorStr='#e4e4e4', gradientType='0'); 
    background-color: #f4f4f4;
    padding-bottom: 1px;
    overflow: hidden;
    color: #797979;
}

.bangbox .hd h3 {
    font-size: 16px;
    padding: 6px 15px 0;
    float: left;
    overflow: hidden;
    color: #424242;
}

.bangbox .hd .subbang li {
    float: left;
    padding: 12px 27px 8px;
    *padding-top: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.bangbox .hd .subbang li b {
    color: #797979;
    font-weight: normal;
}

.bangbox .hd .subbang li:hover b {
    text-decoration: underline;
}

.bangbox .hd .subbang li.current:hover b {
    text-decoration: none;
}

.bangbox .hd .subbang li.current{
    margin-top: 6px;
    background-color: #fafafa;
    padding: 2px 1px 0;
    color: #424242;
    -moz-box-shadow: 0 2px 3px 0 #bbb;
    -webkit-box-shadow: 0 2px 3px 0 #bbb;
    *border: 1px solid #ddd;
    *top: -1px;
    *margin-left: 2px;
    *border-bottom: none;
    *padding-top: 0;
}

.bangbox .hd .subbang li.current b {
    background: -moz-linear-gradient(top, #f1f1f1, #fafafa 70%);
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#f1f1f1), to(#fafafa));
    display: block;
    margin-top: 3px;
    padding: 1px 27px 8px;
    *padding-top: 7px;
    *margin-top: 0;
    color: #424242;
    font-weight: bold;
    background: #fff url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) repeat-x 0 -1090px\9;
}
/* }}} */
/* 切换 {{{ */
.bangbox .subhd {
    border-bottom: 1px solid #C7C7C7;
    padding: 8px 0;
}
.bangbox .subhd a {
    display: block;
    float: left;
}
.bangbox .switch {
    float: left;
}
.bangbox .pictures .switch {
    float: none;
    padding: 8px 0;
}
.bangbox .switch a:hover {
    text-decoration: none;
}
.bangbox .switch b,
.bangbox .switch span {
    display: block;
    float: left;
    width: 57px;
    height: 18px;
    line-height: 18px;
    padding-left: 20px;
    height: 16px\9;
    padding-top: 2px\9;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    _display: inline;
    background: #f3f3f3 url(//img04.taobaocdn.com/tps/i4/T1JlecXdhrXXXXXXXX-40-262.gif) no-repeat 999em 999em;
    cursor: pointer;
}
.bangbox .switch .current {
    color: #f57c05;
    border-color: #f57c05;
    background-color: #fff;
}
.bangbox .switch b.sellhot,
.bangbox .switch .sellhot span {
    background-position: -25px -199px;
}
.bangbox .switch b.sellup,
.bangbox .switch .sellup span {
    background-position: -25px -231px;
}
.bangbox .switch .brandhot {
    background-position: 0 -96px;
}
.bangbox .switch .brandup {
    background-position: -79px -96px;
}

.bangbox .switch b.sellhot.current,
.bangbox .switch .sellhot .current {
    background-position: -25px -216px;
}
.bangbox .switch b.sellup.current,
.bangbox .switch .sellup .current {
    background-position: -25px -247px;
}
/* use > for excluding IE6 */
.bangbox .switch > .focushot.current {
    background-position: 0 -71px;
}
.bangbox .switch > .focusup.current {
    background-position: -79px -71px;
}
.bangbox .switch > .brandhot.current {
    background-position: 0 -121px;
}
.bangbox .switch > .brandup.current {
    background-position: -79px -121px;
}
.bangbox .liststyle {
    float: right;
}
.bangbox .liststyle a {
    display: block;
    width: 76px;
    padding: 0 6px;
    color: #404040;
    border: 1px solid #a6a6a6;
}
.bangbox .liststyle a:hover {
    zoom: 1;
    background-color: #ffd;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ffffd3));
    background: -moz-linear-gradient(50% 0, #fff, #ffffd3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffd3');
    text-decoration: none;
}
.bangbox .liststyle a span {
    padding-left: 16px;
    height: 17px;
    line-height: 17px;
    _vertical-align: baseline;
    _padding-top: 3px;
    background: url(//img04.taobaocdn.com/tps/i4/T1JlecXdhrXXXXXXXX-40-262.gif) no-repeat -27px -169px;
    background-position: -27px -171px\9;
    _background-position: -27px -169px;
}
.bangbox .imagelists .liststyle a span {
    background-position: -27px -185px;
    background-position: -27px -187px\9;
    _background-position: -27px -185px;
}
/* fucking ie 6 {{{ */
.bangbox .current-sellhot b.sellhot {
    background-position: -25px -216px;
}
.bangbox .current-sellup b.sellup {
    background-position: -25px -247px;
}
.bangbox .current-focushot .focushot {
    background-position: 0 -71px;
}
.bangbox .current-focusup .focusup {
    background-position: -79px -71px;
}
.bangbox .current-brandhot .brandhot {
    background-position: 0 -121px;
}
.bangbox .current-brandup .brandup {
    background-position: -79px -121px;
}
/* }}} */
/* }}} */
/* 图片浏览 {{{ */
.bangbox .pictures {
    height: 305px;
    padding: 0 0 0 13px;
}

.bangbox .pictures ol li {
    float: left;
    margin-right: 14px;
    position: relative;
    width: 140px;
    overflow: hidden;
    _display: inline;
}

.bangbox .pictures ol li a.pic {
    border: 1px solid #e2e2e2;
    width: 138px;
    height: 138px;
}

.bangbox .pictures ol li h5 {
    width: 140px;
    height: 14px;
    overflow: hidden;
    padding: 8px 0 10px;
    line-height: 21px;
    font-weight: normal;
}

.bangbox .pictures ol li h5 a {
    color: #424242;
}

.bangbox .pictures ol li ul {
    color: #949494;
    line-height: 16px;
}

.bangbox .pictures ol li ul li {
    margin-top: -1px;
    padding: 1px 0;
    line-height: 18px;
    height: 18px;
    vertical-align: baseline;
    zoom: 1;
}

.bangbox .pictures ol li ul em {
    color: #f60;
    font-weight: bold;
    margin-right: 5px;
}

.bangbox .pictures ol li ul i.rate {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
    *top: -3px;
    _top: 3px;
}

.bangbox .pictures s.rate {
    margin: 3px 0 0 4px;
}

.bangbox .pictures .more {
    padding: 10px;
}

.bangbox .pictures i.trend {
    vertical-align: baseline;
    margin-top: -3px;
    top: 3px;
}
/* }}} */
/* 文本模式（关注，销售）×（上升，热门） {{{ */
.bangbox .text {
    min-height: 300px;
    width: 101%;
    _height: 300px;
}

.bangbox .text table {
    table-collapse: collapse;
    float: left;
    width: 197px;
    background-color: #fafafa;
}

.bangbox .text table thead th {
    border-right: 1px solid #fff;
}

.bangbox .text table td {
    border-right: 1px solid #e2e2e2;
}

.bangbox .text table thead th {
    font-weight: bold;
}

.bangbox .text table tbody td {
    height: 18px;
    padding: 5px 0;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed #e0e0e0;
    _padding-bottom: 0;
}

.bangbox .text table tbody tr:last-child td {
    border-bottom-style: solid;
}

.bangbox .text table tbody tr.current td {
    height: 118px;
    padding-bottom: 8px;
}

.bangbox .text table tbody td a.pic {
    margin: 10px 0 0 27px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    *display: none;
    *position: relative;
    *left: 27px;
    *margin-left: 0;
}

.bangbox .text table tbody tr.current td a.pic {
    *display: inline;
}

.bangbox .text table tbody td i,
.bangbox .text table tbody td em,
.bangbox .text table tbody td a{
    float: left;
    *display: inline;
}

.bangbox .text table tbody td a{
    display: block;
    width: 90px;
    height: 18px;
    line-height: 20px;
    overflow: hidden;
}

.bangbox .text table tbody td i.tc {
    margin: 0 5px;
}

.bangbox .text table tbody td em {
    margin-left: 3px;
    width: 43px;
    height: 18px;
    overflow: hidden;
    color: #a6a6a6;
}

.bangbox .text table tbody td i.rate {
    margin: 5px;
    float: right;
}

.bangbox .text table tfoot .more {
    margin: 5px 8px 5px 5px;
    float: right;
    _display: inline;
}

.bangbox .text table.brandhot thead td {
    border-right-color: #fff;
}

.bangbox .text th {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    overflow: hidden;
    color: #424242;
    background: -moz-linear-gradient(top, #f0f0f0, #e4e4e4 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e4e4e4));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f0f0f0', endColorStr='#e4e4e4', gradientType='0'); 
    background-color: #f1f1f1;
}
/* }}} */
/* 文本模式 品牌×（上升，热门） {{{ */
.bangbox .fulltext {
    /* 多出部分用来给子元素扩展覆盖 */
    width: 101%;
}

.bangbox .fulltext table {
    width: 396px;
    background-color: #fff;
}

.bangbox .fulltext th {
    background: -moz-linear-gradient(top, #fafafa, #f2f2f2 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f2f2f2));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#f2f2f2', gradientType='0'); 
    border-right: none;
}

.bangbox .fulltext table tbody td {
    _padding-bottom: 2px;
}

.bangbox .fulltext table tbody {
    border-right: none;
}

.bangbox .fulltext table tr.subhead th {
    filter: none;
    background: #fdfdfd;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #f3f3f3;
    color: #adadad;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
}

.bangbox .fulltext table thead th span {
    overflow: hidden;
    display: block;
    float: left;
    _display: inline;
}

.bangbox .fulltext table thead th .focus {
    width: 150px;
}

.bangbox .fulltext table thead th .grow {
    width: 54px;
}

/* 指示条 {{{ */
.bangbox .line {
    display: block;
    width: 100px;
    overflow: hidden;
}

.bangbox .line s {
    -webkit-transition: width 1s ease-out;
    background-color: #7fb8ff;
    width: 0;
    height: 4px;
    margin: 6px 0;
    display: block;
    _float: left;
    _overflow: hidden;
}
/* }}} */

.bangbox .fulltext table .line {
    float: left;
}

.bangbox .fulltext table .grow {
    display: block;
    float: left;
    position: relative;
    width: 57px;
    height: 20px;
    overflow: hidden;
}

.bangbox .fulltext table .grow em {
    width: 35px;
    overflow: hidden;
}

.bangbox .fulltext table .grow i.rate {
    margin: 5px 3px 5px 0;
}

/* 只有关注和品牌榜时把标题combo在一起 {{{ */
.bangbox .fulltext table.combo,
.bangbox table.combo thead {
    border-right: none;
}

.bangbox .fulltext table thead .subhead .subtitle {
    width: 120px;
    display: inline-block;
    margin-left: 10px;
    color: #424242;
    height: 1px;
    _margin-top: 7px;
}

.bangbox table.combo thead .subhead span i{
    display: inline-block;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 0 -1128px;
    width: 15px;
    height: 15px;
    position: relative;
    top: 5px;
    _top: 2px;
}

.bangbox table.combo thead .subhead .subtitle{
    height: auto;
}

.bangbox table.combo thead .subhead span.hot i{
    background-position: 0 -1144px;
}
/* }}} */
/* }}} */
/**
 * @fileoverview 无脚本时隐藏操作提示
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
/* 三级榜单-公用 {{{ */
.itemlist {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
    background-color: #fafafa;
}
.itemlist .items,
.itemlist .text {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.itemlist .items {
    float: left;
    padding: 0 8px;
    overflow: hidden;
    width: 577px;
    background-color: #fff;
    border-right: 1px solid #d5d5d5;
}
.itemlist .text {
    float: left;
    width: 192px; 
    height: 100%;
    border-left: 1px solid #d5d5d5;
    margin-left: -1px;
}
.itemlist .text table {
    width: 100%;
}
.itemlist .text table tbody td {
    border-right: none;
}
.itemlist .text table tbody td a{
    width: 95px;
}
.itemlist .subbd {
    width: 576px;
}
.itemlist .subbd li .pic img {
    border: 0 none;
}
.itemlist dl dd .rate {
    float: left;
    margin: 7px 0 0 5px;
    *margin-top: 5px;
}
.itemlist .subbd li dl dt a.title {
    color: #4576d5;
    height: 48px;
    line-height: 24px;
    text-decoration: none;
}
.itemlist .subbd li dl strong {
    padding-left: 32px;
    font-size: 20px;
    color: #ff5e3f;
    line-height: 25px;
    background: url(//img04.taobaocdn.com/tps/i4/T1_J1gXhliXXXXXXXX-40-262.gif) no-repeat 2px -48px;
}
.itemlist .subbd li dl dd {
    color: #808080;
    line-height: 22px;
}
.itemlist .subbd li dl dd em {
    padding-right: 3px;
    font-weight: 700;
    color: #ff7800;
}
.itemlist .subbd li dl .odd {
    float: left;
    width: 300px;
}
.itemlist .subbd li dl .odd span {
    float: left;
}
.itemlist .subbd li dl .even {
    float: left;
    padding-left: 20px;
    width: 148px;
}
.itemlist .shopName {
    margin-right: 3px;
    color: #808080;
    /* 中英文混排，受到父元素vertical-align影响 */
    zoom: 1;
    vertical-align: baseline;
    text-decoration: underline;
}
.itemlist .shopName:hover {
    color: #4576d5;
}
.itemlist s.shopInfo {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(//img04.taobaocdn.com/tps/i4/T1_J1gXhliXXXXXXXX-40-262.gif) no-repeat -12px -70px;
    _background-position: -12px -68px;
    margin-bottom: -2px;
    cursor: pointer;
}
.itemlist dl dd em {
    color: #ff7800;
    font-weight: bold;
    margin-right: 3px;
}
/* }}} */

/* 三级榜单-列表版 {{{ */
.lists .subbd li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    height: 92px;
}
.lists .subbd li .pic {
    float: left;
    display: block;
    padding: 5px;
    border: 1px solid #e2e2e2;
    width: 80px;
    height: 80px;
    text-decoration: none;
    position: relative;
}
.lists .subbd li .pic i {
    display: block;
    padding: 2px 10px 0 0;
    width: 14px;
    height: 22px;
    line-height: 12px;
    background: url(//img04.taobaocdn.com/tps/i4/T1_J1gXhliXXXXXXXX-40-262.gif) no-repeat 0 -25px;
    font-family: "Tahoma";
    font-size: 9px;
    /* 修复chrome不支持小于12px字体的问题 */
    -webkit-text-size-adjust: none;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.lists .subbd li .pic i.yello {
    background-position: 0 0;
}
.lists .subbd li dl {
    padding-left: 10px;
    float: left;
    width: 468px;
}
/* }}} */

/* 三级榜单-全屏列表版 {{{ */
.full .lists {
    margin-right: 0;
    width: 786px;
}
.full .lists {
    border: 0;
    width: 770px;
}
.full .lists .subbd {
    width: 770px;
}
.full .lists li {
    width: 770px;
}
.full .lists li dl {
    width: 668px;
}
.full .lists li dl dt {
    float: left;
    padding-right: 20px;
    width: 307px;
}
.full .lists li dl dt div {
    color: #808080;
}
.full .lists li dl dd {
    float: left;
    width: 75px;
    height: 92px;
}
.full .lists li dl dt a.title {
    display: block;
    line-height: 22px;
    white-space: normal;
}
.full .lists dl dd.sale,
.full .lists dl dd.upgrade,
.full .lists dl dd.price {
    position: absolute;
}
.full .lists dl dd.price {
    right: 276px;
}
.full .lists dl dd.sale {
    right: 120px;
}
.full .lists dl dd.upgrade {
    right: 18px;
}
.full .lists dl dd s.rate {
    margin-top: 6px;
    *margin-top: 7px;
}
.full .lists dl dd.upgrade span {
    float: left;
}
.full .lists li.listhd {
    padding: 1px 0;
    background-color: #f9f9f9;
    position: relative;
    height: 30px;
}
.full .lists li.listhd span {
    position: absolute;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #949494;
}
/* 参考价 */
.full .lists li.listhd span.price {
    left: 460px;
}
/* 本周销量 */
.full .lists li.listhd span.val {
    left: 575px;
}
/* 升降幅度 */
.full .lists li.listhd span.rate {
    left: 685px;
}
/* }}} */

/* 三级榜单-图片列表版{{{ */
.imagelists .subbd {
    margin-top: 5px;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
.imagelists .subbd li {
    float: left; 
    padding: 10px 11px;
    _padding-left: 10px;
    width: 169px;
    height: 248px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.imagelists .subbd li i {
    display: block;
    padding: 5px 18px 0 0;
    width: 22px;
    height: 35px;
    line-height: 14px;
    background: url(//img04.taobaocdn.com/tps/i4/T1_J1gXhliXXXXXXXX-40-262.gif) no-repeat 0 -130px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-family: "Tahoma";
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.imagelists .subbd li i.yello {
    background-position: 0 -88px;
}
.imagelists .subbd li .pic {
    float: none;
    padding: 0;
    border: 0 none;
    position: static;
} 
.imagelists .subbd li img {
    vertical-align: middle;
}
.imagelists .subbd li span {
    display: inline-block;
    color: #808080;
}
.imagelists .subbd li .name {
    display: block;
    margin: 5px 0 4px;
    color: #404040;
    height: 30px;
    line-height: 15px;
    font-size: 12px; 
    overflow: hidden;
}
.imagelists .subbd li .price {
    padding-left: 12px;
    width: 44px;        
    font-size: 20px/1.5;
    font-weight: 700;
    color: #f78613;
    height: 23px;
    line-height: 20px;
    background: url(//img04.taobaocdn.com/tps/i4/T1_J1gXhliXXXXXXXX-40-262.gif) no-repeat -17px -47px;
    text-align: baseline;

}
.imagelists .subbd li .sale {
    width: 110px;
    height: 23px;
    line-height: 20px;
    *line-height: 22px;
    text-align: right;
}
.imagelists .subbd li .rate {
    margin-left: 5px;
}
.imagelists .subbd li .upgrade {
    float: left;
}
.imagelists .subbd li .rate {
    float: left;
    margin-top: 5px;
    *margin-top: 3px;
}

.itemlist .imagelists s.shopInfo {
    margin-top: 3px;
    float: right;
}
/* }}} */

/* 三级榜单-图片全屏列表版{{{ */
.full .imagelists {
    width: 770px;
}
.full .imagelists .subbd {
    width: 768px;
}
/* }}} */

/* 三级榜单-文字列表版 {{{ */
.itemlist .textlists .subhd p {
    float: right;
    color: #949494;
}
.itemlist .textlist {
    width: 100%;
}
.itemlist .textlist th {
    border-bottom: 1px solid #ececec;
    background-color: #f9f9f9;
    height: 40px;
    color: #adadad;
}
.itemlist .textlist th .focus {
    margin-left: 250px;
    width: 170px;
    _margin-left: 125px;
    zoom: 1;
}
.itemlist .textlist tbody td {
    height: 49px;
    border-bottom: 1px solid #ececec;
}
.itemlist .textlist tbody td:hover {
    background-color: #fcfcfc;
}
/* reset for some absolute width/height icon */
.itemlist .textlist tr .line s {
    height: 4px;
    line-height: 4px;
    margin-top: 22px;
}
.itemlist .textlist tr .rate {
    height: 9px;
    line-height: 9px;
}
.itemlist .textlist tr .title,
.itemlist .textlist tr .focus,
.itemlist .textlist tr .grow {
    display: block;
    float: left;
    height: 49px;
    line-height: 49px;
}
.itemlist .textlist th .title,
.itemlist .textlist th .focus,
.itemlist .textlist th .grow {
    height: 20px;
    line-height: 20px;
}
.itemlist .textlist tr .title {
    width: 240px;
    overflow: hidden;
    margin-right: 10px;
    zoom: 1;
}
.itemlist .textlist tr .focus {
    width: 160px;
}
.itemlist .textlist tr .focus em,
.itemlist .textlist tr .focus span {
    float: left;
    _display: inline;
}
.itemlist .textlist tr .focus em {
    width: 50px;
    margin-right: 5px;
}
.itemlist .textlist tr .grow {
    width: 75px;
    position: relative;
    right: -10px;
    *position: static;
    _position: relative;
}
.itemlist .textlist tr .grow em {
    float: left;
    display: block;
    width: 45px;
    overflow: hidden;
    _width: 47px;
}
.itemlist .textlist tr .grow .rate {
    margin-top: 20px;
}
/* }}} */

/* 三级榜单-文字全屏列表版 {{{ */
.full .textlists {
    padding: 0 8px;
    width: 770px;
}
.full .textlists .textlist th .focus {
    margin-left: 340px;
    _margin-left: 170px;
}
.full .textlists .textlist tr .title {
    width: 330px;
}
.full .textlists .textlist tr .focus {
    width: 180px;
}
.full .textlists .textlist tr .grow {
    width: 110px;
}
.full .textlists .textlist tr .grow {
    position: relative;
    right: -70px;
}
/* }}} */
/**
 * @fileoverview 排行榜默认样式
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
#content {
    border-top: 3px solid #f60;
}

.more {
    display: block;
    clear: both;
    text-align: right;
}

.more a i {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #f60;
    float: left;
    margin: 5px 0 3px;
    color: #f60;
    overflow: hidden;
    *margin: 3px 0 5px;
    _border-style: dashed;
    _border-left-style: solid;
}

.more a {
    display: block;
    float: right;
    color: #f60;
}

.more a:hover {
    color: #f60;
}

.loading {
    background-image: url(//img01.taobaocdn.com/tps/i1/T1WjJOXl4cXXXXXXXX-160-67.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* 我要比价 */
.compare {
    display: block;
    clear: both;
    height: 20px;
    margin: 3px 0;
    width: 69px;
    text-indent: -999em;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3.png) no-repeat -158px 0;
    overflow: hidden;
}

/* 趋势图按钮 */
.trend {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    *top: -1px;
    left: 5px;
    cursor: pointer;
    vertical-align: text-top;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 0 -1162px;
}

/* 弹出层 */
.popup {
    position: absolute;
    z-index: 1000;
    background-color: #fff0d6;
    border: 1px solid #fec698;
    padding: 4px;
    -moz-box-shadow: 2px 2px 4px #e9e9e9;
    -webkit-box-shadow: 2px 2px 4px #e9e9e9;
}

.popup .wrapper {
    background-color: #fff;
}

.popup .loading object {
    visibility: hidden;
}

#footer {border-top:1px solid #D1D7DC;clear:both;margin:10px auto;padding-top:10px;text-align:center;}
#footer .foot-nav {display:block;height:20px;margin:0 auto;}
#footer .foot-nav a {margin:0 7px;}
#footer .ali-group {margin:5px auto;}
#footer .ali-group a {margin:0 1px;}

.blur {
    color: #bababa;
}

input:focus {
    outline-color: #6694e3;
}

/* IE下，这里会把页面撑开，因为容器没有定宽 */
.ks-suggest-container {
    width: 0px;
}

/* 重置掉loading请求 */
#site-nav .services .menu-bd {
    background: none;
}

/* 弹出层箭头 */
.popup .arrow i {
    display: block;
    position: absolute;
    left: -16px;
    top: 20px;
    border: 8px solid transparent;
    _border: 8px dashed #FFFFFF;
    border-right-color: #FEC698;
    _border-right-style: solid;
}

.popup .arrow i.inner {
    left: -14px;
    border-right-color: #FFF0D6;
}
/**
 * @fileoverview reset，grid，全局样式
 * @author 文河<wenhe@taobao.com> *
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
html{
    color:#404040;
    background:#FFF;
    overflow-y: scroll;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tohoma,arial,宋体,sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,
img {
    border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style:normal;
    font-weight:normal;
}

li {
    list-style:none;
}


caption,
th {
    text-align:left;
}

q:before,
q:after {
    content:'';
}

abbr,
acronym {
    border:0;
    font-variant:normal;
}

sup {
    vertical-align:text-top;
}

sub {
    vertical-align:text-bottom;
}

input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

input,
textarea,
select {
    *font-size:100%;
}

legend {
    color:#000;
}

a {
    color: #0063DC
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

/**
 * @module default hook
 */
.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\20";
    display: block;
    clear: both;
    height: 0;
}

.w960 {
    width: 950px;
}

/**
 * @module grid system
 */
.col-main {
    float: left;
    width: 100%;
}

.col-sub {
    float: left;
    position: relative;
    z-index: 10;
}

.grid-c2 .main-wrap {
    margin-left: 160px; 
}

.grid-c2 .col-sub {
    width: 150px;
    margin-left: -100%; 
}

.grid-c2,
.main-wrap,
.col-sub {
    *zoom: 1;
}

.grid-c2:after,
.main-wrap:after,
.col-sub:after {
    content: "\20";
    display: block;
    clear: both;
    height: 0;
}

a {
    color: #424242;
}

a:hover {
    color: #424242;
}
/**
 * @fileoverview 类目筛选
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
#categories {
    clear: both;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    background-color: #f8f8f8;
    padding: 3px;
}

#categories .wrapper {
    background-color: #fff;
    padding: 10px 25px;
    overflow: hidden;
}

#categories dl {
    position: relative;
    left: -30px;
}

#categories dt {
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 30px;
}

#categories dd {
    float: left;
    margin-left: 40px;
    line-height: 22px;
    height: 22px;
    /*overflow: hidden;*/
    white-space: nowrap;
    _overflow: hidden;
    _zoom: 1;
    _display: inline;
}

#categories dd a {
    color: #4567d5;
    white-space: nowrap;
}

#categories dd.current {
    color: #fff;
    background-color: #f8981d;
    padding: 0 7px;
}
/**
 * @fileoverview 面包屑
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
#crumbs {
    margin: 10px 0;
}

#crumbs dl dt,
#crumbs dl dd {
    float: left;
}

#crumbs dl dd {
    padding-right: 13px;
    margin-right: 6px;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 100% -1186px;
    *background-position: 100% -1188px;
}

#crumbs dl dd:last-child {
    background: none;
}

#crumbs dl dd a {
    color: #4576d5;
}

#crumbs dl dd a.current {
    color: #fff;
    background-color: #000;
}
/**
 * @fileoverview 自定义榜单入口
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions: 
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.gettop {
    float: right;
    margin-right: 2px;
    background: url(//img01.taobaocdn.com/tps/i1/T1kNdUXexIXXXXXXXX-111-34.png);
    width: 111px;
    height: 20px;
}

.tip {
    margin-top: 5px;
}

.tip span i {
    display: block;
    width: 14px;
    height: 14px;
    background: url(//img01.taobaocdn.com/tps/i1/T1kNdUXexIXXXXXXXX-111-34.png) 0px -20px;
    float: left;
    margin-top: 3px;
    overflow: hidden;
}

.tip span {
    padding-left: 6px;
}
/**
 * @fileoverview 热门榜单
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
#hotbang {
    margin: 8px 0 0 0;
    *margin: 8px 0 10px;
}

#hotbang .hd {
    border: 1px solid #e1e1e1;
    border-bottom-color: #858585;
    padding: 1px;
    height: 43px;
    background-color: #fbfbfb;
    position: relative;
    z-index: 1;
    color: #797979;
    background: #fafafa url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) repeat 0 -912px;
}

#hotbang h3 {
    margin: 15px;
    font-size: 14px;
    float: left;
    _display: inline;
    color: #424242;
}

#hotbang .hd s {
    display: block;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 999em 999em;
    height: 47px;
    width: 4px;
    position: absolute;
    z-index: 2;
    left: -1px;
    top: -1px;
    overflow: hidden;
}

#hotbang .hd s.l {
    background-position: 0 -860px;
}

#hotbang .hd s.r {
    left: auto;
    right: -1px;
    background-position: 100% -860px;
}

#hotbang .hd s.o {
    background: black;
    opacity: .15;
    filter: alpha(opacity=15);
    height: 3px;
    top: auto;
    bottom: -4px;
    width: 790px;
    z-index: 3;
}

#hotbang .bd {
    top: -10px;
    height: 320px;
    clear: both;
    background-color: #ececec;
    border: 1px solid #76758d;
    border-top: 0;
    overflow: hidden;
    display: none;
    position: relative;
    *top: 0;
    _height: 318px;
}

#hotbang .bd .subbd {
    border-left: 1px solid #76758d;
    height: 100%;
    float: left;
}

#hotbang .loading .subbd {
    border-left: 1px solid transparent;
    _border-left: none !important;
    _padding-left: 1px;
}

#hotbang .bd .subhd {
    clear: both;
    height: 27px;
    background-color: #87869c;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left: 1px solid #5d5c73;
    border-bottom: 1px solid #5d5c73;
    margin-left: -1px;
    _height: 23px;
    _overflow: hidden;
    zoom: 1;
}

#hotbang .bd .subhd .subhdwrap {
    padding: 1px;
    height: 25px;
    color: #d8d8e3;
    background: -moz-linear-gradient(top, #7b7a91, #6a6982 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7b7a91), to(#6a6982));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#7b7a91', endColorStr='#6a6982', gradientType='0'); 
}

#hotbang .bd .subhd h4 {
    padding: 5px 10px;
    _padding-top: 4px;
    float: left;
    position: relative;
    z-index: 1;
}

#hotbang .bd .pictures {
    width: 432px;
}

#hotbang .bd .text {
    width: 180px;
    _overflow: hidden;
    _display: inline;
}

#hotbang .bd .content {
    overflow: hidden;
}

#hotbang .bd .pictures .content {
    padding: 4px 0 4px 4px;
    background-color: #9392a3;
}

#hotbang .loading .pictures .content {
    background: none;
}

#hotbang .bd .pictures .content ol {
    margin-left: -1px;
}

#hotbang .bd .pictures .content ol li {
    width: 140px;
    height: 140px;
    float: left;
    margin: 0 3px 2px 0;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: center;
    overflow: hidden;
    *height: 142px;
    _display: inline;
}

#hotbang .bd .pictures .content ol li p {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    color: #cbcbcb;
    z-index: 10000;
}

#hotbang .bd .pictures .content ol li.hover p,
#hotbang .bd .pictures .content ol li:hover p {
    background: url(//img04.taobaocdn.com/tps/i4/T1UTJIXepAXXXXXXXX-40-40.png);
    display: block;
}

#hotbang .bd .text.grand {
    width: 173px;
}

#hotbang .bd .text.grand .subhd {
    margin-left: -1px;
    position: relative;
}

#hotbang .bd .text.grand .content {
    margin-left: -1px;
    border-left: 1px solid #d8d8d8;
}

#hotbang .bd .text ol {
    *padding-top: 2px;
}

#hotbang .bd .text ol li {
    padding: 5px;
    margin-bottom: 1.2px;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    -webkit-transition: background 300ms ease-out;
    *margin: -2px 0 0;
}

#hotbang .bd .text ol li.hover,
#hotbang .bd .text ol li:hover {
    background-color: #76758D;
}

#hotbang .bd .text ol li:hover a {
    color: #fafafa;
}

#hotbang .bd .text ol li i.tc {
    float: left;
    width: 25px;
}

#hotbang .bd .text ol li a {
    display: block;
    float: left;
    width: 125px;
    height: 18px;
    overflow: hidden;
}

#hotbang .bd .text ol li i.rate {
    float: left;
    margin: 5px 2px;
}

#hotbang .subbang {
    position: relative;
    z-index: 10;
}

#hotbang .subbang li {
    float: left;
    padding: 17px 20px;
    _padding-bottom: 0;
    cursor: pointer;
}

#hotbang .subbang li:hover b {
    text-decoration: underline;
}

#hotbang .subbang li.current:hover b {
    text-decoration: none;
}

#hotbang .subbang li b {
    color: #797979;
    font-weight: normal;
}

#hotbang .subbang li.current{
    margin-top: 6px;
    background-color: #fff;
    padding: 1px 1px 0;
    -moz-box-shadow: 0 2px 5px 0 #999;
    -webkit-box-shadow: 0 2px 5px 0 #999;
    position: relative;
    font-weight: bold;
    color: #424242;
    top: -1px\9;
    border: 1px solid #ddd\9;
    border-bottom: none\9;
}

#hotbang .subbang li.current s{
    position: absolute;
    left: 45%;
    top: 38px;
    z-index: 10;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
}

#hotbang .subbang li.current b {
    background: #fff url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) repeat-x 0 -1090px;
    display: block;
    padding: 10px 18px 9px;
    color: #424242;
    font-weight: bold;
}

/* loading */
#hotbang.loading .content {
    visibility: hidden;
}

#hotbang .pic ,
#hotbang.loading .bd .subbd {
    border: none;
}

#hotbang .bd .focus ol li a {
    width: 132px;
}
/**
 * @fileoverview 排行榜导航
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
#nav {
    border: 1px solid #FEC698;
    border-top: 0;
    padding: 0 1px;
    font-weight: bold;
    /*height: 376px;*/
    overflow: hidden;
}

#nav li a {
    display: block;
    height: 19px;
    padding: 12px 9px;
    background: #fffced url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) repeat-x 0 -812px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid #fedebb;
    zoom: 1;
    vertical-align: baseline;
    position: relative;
}

#nav li a:hover {
    text-decoration: none;
}

#nav li:last-child a {
    border-bottom: none;
}

#nav li i, 
#nav li s {
    float: left;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 999em 999em;
}

#nav li s {
    position: absolute;
    top: 16px;
    right: 5px;
    width: 13px;
    height: 12px;
    overflow: hidden;
    z-index: 1;
    background-position: -2px -387px;
}

#nav li.loading s {
    background: url(//img02.taobaocdn.com/tps/i2/T1pqhPXcBcXXXXXXXX-16-16.gif);
    width: 15px;
    height: 15px;
    top: 12px;
    right: 6px;
}

#nav li.current s {
    background-position: -2px -400px;
}

#nav li span {
    color: #a43b19;
    vertical-align: baseline;
}

#nav li.current a {
    background-color: #f99d22;
    background-position: 0 -765px;
}

#nav li.current a span {
    color: #fff;
}

#nav li i {
    width: 25px;
    height: 16px;
}

/* 首页 */
#nav li#index a {
    height: 16px\9;
}

#nav li#index i {
    background-position: 0 -33px;
}
#nav li#index.current i {
    background-position: 0 -12px;
}

/* 数码 */
#nav li#sm.current i {
    background-position: 0 -75px;
}
#nav li#sm i {
    background-position: 0 -55px;
}

/* 化妆品 */
#nav li#hzp.current i {
    background-position: 0 -116px;
}
#nav li#hzp i {
    background-position: 0 -96px;
}

/* 服饰 */
#nav li#fs.current i {
    background-position: 0 -159px;
}
#nav li#fs i {
    background-position: 0 -139px;
}

/* 母婴 */
#nav li#my.current i {
    background-position: 0 -200px;
}
#nav li#my i {
    background-position: 0 -180px;
}

/* 食品 */
#nav li#sp.current i {
    background-position: 0 -244px;
}
#nav li#sp i {
    background-position: 0 -224px;
}

/* 文体 */
#nav li#wt.current i {
    background-position: 0 -284px;
}
#nav li#wt i {
    background-position: 0 -264px;
}

/* 家居 */
#nav li#jj.current i {
    background-position: 0 -328px;
}
#nav li#jj i {
    background-position: 0 -308px;
}

/* 车|玩具|宠物 */
#nav li#ot.current i {
    background-position: 0 -368px;
}
#nav li#ot i {
    background-position: 0 -348px;
}
/**
 * @fileoverview 排序计数器
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */

/* picture count */
.pc {
    /* @NORMAL */
    background: transparent url(//a.tbcdn.cn/apps/bang/110623/images/topv3.png) no-repeat 999em 999em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 5;
    zoom: 1;
}

.pc.pc1 {
    background-position: 0 -147px;
}

.pc.pc2 {
    background-position: -41px -147px;
}

.pc.pc3 {
    background-position: -82px -147px;
}

.pc.pc4 {
    background-position: -123px -147px;
}

.pc.pc5 {
    background-position: -164px -147px;
}

.pc.pc6 {
    background-position: -205px -147px;
}

/* text count */
.tc {
    /* @ICON */
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 999em 999em;
    display: block;
    width: 18px;
    height: 18px;
    zoom: 1;
}

.tc.tc1 {
    background-position: 0 -477px;
}

.tc.tc2 {
    background-position: 0 -506px;
}

.tc.tc3 {
    background-position: 0 -535px;
}

.tc.tc4 {
    background-position: 0 -564px;
}

.tc.tc5 {
    background-position: 0 -593px;
}

.tc.tc6 {
    background-position: 0 -622px;
}

.tc.tc7 {
    background-position: 0 -651px;
}

.tc.tc8 {
    background-position: 0 -680px;
}

.tc.tc9 {
    background-position: 0 -709px;
}

.tc.tc10 {
    background-position: 0 -738px;
}

/* rate */
.rate {
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3icon.png) no-repeat 999em 999em;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.rate.up {
    background-position: -1px -415px;
}

.rate.draw {
    background-position: -1px -449px;
}

.rate.down {
    background-position: -1px -432px;
}
/**
 * @fileoverview 分页
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.pagination {
    height: 25px;
    font-family: Tahoma;
    float: left;
    position: relative;
    left: 50%;
    padding: 30px 0;
}

.page-bottom {
    position: relative;
    left: -50%;
}

* html .page-bottom {
    float: left;
}
 
.pagination a,
.page-info,
.page-start,
.page-end,
.page-break,
.page-skip,
.page-cur {
    float: left;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    min-width: 15px;
    padding: 0 5px;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    vertical-align: middle;
    font-family: Arial, SimSun;
    color: #4567d5
    _width: 15px;
}

.pagination a,
.pagination .page-start,
.pagination .page-end {
    border: solid 1px #ccc;
}

.pagination a:hover {
    border: solid 1px #F50;
    color: #f60;
    text-decoration: none;
}

.pagination .page-prev,
.pagination .page-next,
.pagination .page-end,
.pagination .page-start {
    width: auto;
    font-size: 12px;
    _padding-top: 1px;
    _height: 22px;
}

.pagination .page-cur {
    border: 1px solid #F50;
    font-weight: 700;
    color: #F50;
    background-color: #ffeee5;
}

.pagination .page-skip {
    color: #999;
    width: auto
}

.pagination .page-skip input {
    width: 30px;
    height: 18px;
    margin: 0 5px;
    border: solid 1px #999;
    vertical-align: top;
    *vertical-align: middle;
    font-family: Arial, SimSun;
    text-align: center;
}

.pagination .page-skip button {
    width: 37px;
    height: 23px;
    line-height: 12px;
    vertical-align: center;
    text-align: middle;
    margin: 0 0 0 5px;
    overflow: hidden;
    cursor: pointer;
}

#jumpto {
    _margin-top: -6px;
}

.pagination .page-prev span,
.pagination .page-next span {
    display: inline-block;
}

.pagination i.prev,
.pagination i.next {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid #fff;
    position: relative;
    overflow: hidden;
    top: 1px;
    _border-width: 4px;
    _top: -1px;
}

.pagination i.prev {
    border-right-color: #f60;
    right: 5px;
    _right: 4px;
}
    
.pagination i.next {
    border-right-color: #fff;
    border-left-color: #f60;
    left: 5px;
    _left: 4px;
}
/**
 * @fileoverview 宝贝产品图片统一样式，垂直水平居中
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
/**
 * 结构为：
 * <a class="pic"><img src=""/></a>
 */
a.pic {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    *display: block;
    *position: relative;
}

a.pic img {
    vertical-align: middle;
}

a.pic-80 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    *font-size: 71px;
}

a.pic-100 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    *font-size: 89px;
}

a.pic-110 {
    width: 110px;
    height: 110px;
    line-height: 110px;
    *font-size: 99px;
}

a.pic-120 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    *font-size: 110px;
}

a.pic-140 {
    width: 140px;
    height: 140px;
    line-height: 140px;
    *font-size: 124px;
}

a.pic-160 {
    width: 160px;
    height: 160px;
    line-height: 160px;
    *font-size: 142px;
}

a.pic-170 {
    width: 170px;
    height: 170px;
    line-height: 170px;
    *font-size: 152px;
}

a.pic-250 {
    width: 250px;
    height: 250px;
    line-height: 250px;
    *font-size: 182px;
}
.popup-container {
    position:absolute;
    display:block;
    background-color:transparent;
    *border-left:1px solid #999;
    *border-top:1px solid #999;
    width:270px;
    height:210px;
    z-index:9000;
    *zoom:1;
}
.popup-container iframe {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:-10;
    filter:mask();
}
.popup-container .content{
    border:1px solid #999;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
    position:absolute;
    background-color:#fff;
    overflow:hidden;
    *top:-2px;
    *width:269px;
    *height:211px;
    *border-top:1px solid #999;
    *border-bottom:1px solid #999;
    *border-left:none;
    *border-right:none;
    box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #999;
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
}

.popup-container s,
.popup-container i{
    position:absolute;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-width:6px;
}
.popup-sharpRight-topleft s{
    border-color:transparent transparent #999 transparent;
    border-style:dashed dashed solid dashed;
    top:-12px;
    *top:-14px;
    left:210px;
    /* For IE */
    left:207px\9;
}
.popup-sharpLeft-topleft s{
    border-color:transparent transparent #999 transparent;
    border-style:dashed dashed solid dashed;
    top:-12px;
    *top:-14px;
    left:25px;
    /* For IE */
    left:23px\9;
}
.popup-sharpLeft-topleft i,
.popup-sharpRight-topleft i {
    border-color:transparent transparent #fff transparent;
    border-style:dashed dashed solid dashed;
    top:-5px;
    left:-6px;
}
.popup-shopinfo {
    padding:8px;
}

/*多图浮动层*/
.popup-shopinfo {
    color:#666;
}
.popup-shopinfo div{
    margin-top:2px;
    margin-bottom:2px;
}
.popup-shopinfo em{
    color:#000;
}
.popup-shopinfo hr {
    padding-top:1px;
    margin-bottom:1px;
    clear:both;
    border-width:0 0 1px 0;
    border-style:dashed;
    border-color:#999;
    width:250px;
    height:1px;
}

.popup-shopinfo .shop-name{
    white-space:nowrap;
    overflow:hidden;
}
.popup-shopinfo .shop-tran{
    float:left;
    width:140px;
    white-space:nowrap;
    overflow:hidden;
}
.popup-shopinfo .shop-name a{
    color:#000;
    text-decoration: underline;
}
.popup-shopinfo .shop-rank{
    float:left;
    width:100px;
    overflow:hidden;
}
.popup-shopinfo .shop-addr{
    clear:left;
    float:left;
    width:140px;
    overflow:hidden;
}
.popup-shopinfo .shop-comm{
    float:left;
    width:100px;
    overflow:hidden;
}
.popup-shopinfo .bd{
    height:105px;
}
.popup-shopinfo .bd li{
    margin-top:3px;
    margin-bottom:3px;
}
.popup-shopinfo .shop-mark{
    width:120px;
    float:left;
    white-space:nowrap;
}
.popup-shopinfo .shop-mark span{
    margin-right:5px;
}
.popup-shopinfo .shop-mark strong{
    color:#0063DC;
    font-weight:normal;
    font-style:normal;
}
.popup-shopinfo .shop-avg{
    width:100px;
    float:left;
}
.popup-shopinfo .morethan,.popup-shopinfo .equalthan{
    color:#b30f00;
}
.popup-shopinfo .morethan em,.popup-shopinfo .equalthan em,.popup-shopinfo .lessthan em{
    display:inline;
    zoom:1;
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    background-color:#b30f00;
    color:#fff;
    padding:0 3px;
    margin-right:5px;
}
.popup-shopinfo .lessthan{
    color:#20730f; 
}
.popup-shopinfo .lessthan em{
    background-color:#20730f;
    color:#fff;
}
/**
 * @fileoverview 相关榜单
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.related {
    margin-top: 10px;
    width: 146px;
}

.related .hd {
    background: -moz-linear-gradient(top, #fafafa, #f2f2f2 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f2f2f2));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#f2f2f2', gradientType='0'); 
}

.related .hd h3 {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 8px 10px 0;
}

.related .bd {
    margin-top: 1px;
    border-top: 1px solid #e2e2e2;
    width: 131px;
    padding: 10px 5px 10px 10px;
    *padding-bottom: 0;
}

.related .bd li {
    clear: both;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    *margin-bottom: 8px;
}

.related .bd li.current {
    height: 118px;
}

.related .bd li i {
    float: left;
    margin-right: 5px;
    _display: inline;
}

.related .bd li i.rate {
    margin: 5px 0 0 8px;
}

.related .bd li a {
    overflow: hidden;
    display: block;
    float: left;
}

.related .bd li a.title {
    width: 90px;
    height: 18px;
}

.related .bd li a.pic {
    margin: 5px 0 0 22px;
    border: 1px solid #e2e2e2;
    height: 90px;
    width: 90px;
    line-height: 90px;
    *display: none;
    *position: relative;
    _left: -22px;;
}

.related .bd li.current a.pic {
    *display: block;
}

.related .more {
    margin-top: 10px;
    *margin-top: 5px;
}
/**
 * @fileoverview 头部信息
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
#logo {width:250px;padding:35px 0 5px}
#logo a{width:140px;height:35px;display:block;overflow:hidden;float: left;*zoom:1;}
#logo:after {
    content: "\20";
    display: block;
    clear: both;
    height: 0;
}
#logo img{display:block}
#logo #sublogo {
    width: 90px;
    height: 35px;
    background: url(//a.tbcdn.cn/apps/bang/110623/images/topv3.png) -159px -24px;
    text-indent: -999em;
    margin: 0;
}

.search-auto, 
.search-form .input, 
.search-tab li.selected, 
.search-tab li.selected .l, 
.search-tab li.selected .r, 
.search-form .l, 
.search-form form button, 
.search-form .r {
    /* @NORMAL */
    background: url(//img01.taobaocdn.com/tps/i1/T1.udLXn4aXXXXXXXX.png) repeat-x; 
}
#title:focus {
    border-color: auto;
}
.search-form{margin: -67px 0 0 250px;width:604px;position:relative;padding-top:26px;}
#index .search-form{ margin: 40px auto 0; width:591px; position:static;padding:0}
.search-form legend{display: none}

/*search-tab*/
.search-tab{position:absolute;left:0;top:0;z-index:2;}
#index .search-tab{position:static}
.search-tab li{float:left;text-align:center;height:26px;line-height:26px;padding:0 15px;position:relative;z-index:1;top:1px;line-height:28px\9;_line-height:26px;}
.search-tab li.selected .l, .search-tab li.selected .r{position:absolute;top:0;width:4px;height:26px;}
.search-tab li a{white-space:nowrap;outline:none;display:block}
.search-tab li.selected{background-position:0 -100px;}
.search-tab li.selected .l{background-position: -142px 0 ;left:0}
.search-tab li.first .l{background-position: -131px -40px;height:28px}
.search-tab li.selected .r{background-position: -146px 0;right:0}
.search-tab li.selected a{border:none;color:#333;font-weight:bold;}

.search-auto{padding:5px;background-position:0 -126px;width:594px;height:32px;position:relative;}
.search-auto .l,.search-auto .r{width:5px;height:42px;position:absolute;top:0}
.search-auto .l{background-position: -142px -26px;left:0}
.search-auto .r{background-position: -146px -26px ;right:0}
/*search-auto*/
.search-form form .input{float:left; width:463px;height:32px;background-color:#fff;background-position:0 -68px;position:relative}
.search-form form .input .l,.search-form form .input .r{position:absolute;top:0;width:3px;height:32px}
.search-form form .input .l{background-position: -136px -36px;left:0}
.search-form form .input .r{background-position: -139px -36px ;z-index:1;right:0;_right:-1px}/*IE6 奇数定位bug*/
.search-form form .input input{position:absolute;left:0;top:0;border:none;background:transparent;width: 290px;padding:7px 6px;padding:8px 6px 6px\9;height:18px;font:14px/18px verdana,tahoma,arial,宋体,sans-serif;}
.search-form form .allWidth input{width:451px;}
.search-form form button{background-position: 0 -36px; width: 131px;height:32px;text-indent:-9999px;border:none;float:left; cursor: pointer;}
.suggest-close-btn{color: #00f;text-decoration: underline;}
.suggest-container{margin-left:-1px;border:1px solid #ACBABD !important;}
input.blur{color:#bababa}    /*输入框失去焦点*/
/* }}} */

#content {
    margin-top: 20px;
}
/* 店铺星级 */
.rank {
    /* 重置掉一些措施 */
    padding: 0 !important;
    display:-moz-display-box;
    display:inline-block;
    *display:block;
    width: 0;
    height: 16px;
    vertical-align:text-top;
    *vertical-align: baseline;
    text-indent: -999em;
    overflow: hidden;
    /* @ICONS */
    background:url(//img01.taobaocdn.com/tps/i1/T1zihIXkxyXXXXXXXX.png) repeat-x scroll -999em -999em transparent;
}
.seller-rank-0 {
    width:0;
}
.seller-rank-1 {
    background-position:0 0;
    width:17px;
}
.seller-rank-2 {
    background-position:0 0;
    width:34px;
}
.seller-rank-3 {
    background-position:0 0;
    width:51px;
}
.seller-rank-4 {
    background-position:0 0;
    width:68px;
}
.seller-rank-5 {
    background-position:0 0;
    width:85px;
}
.seller-rank-6 {
    background-position:0 -32px;
    width:17px;
}
.seller-rank-7 {
    background-position:0 -32px;
    width:34px;
}
.seller-rank-8 {
    background-position:0 -32px;
    width:51px;
}
.seller-rank-9 {
    background-position:0 -32px;
    width:68px;
}
.seller-rank-10 {
    background-position:0 -32px;
    width:85px;
}
.seller-rank-11 {
    background-position:0 -64px;
    width:17px;
}
.seller-rank-12 {
    background-position:0 -64px;
    width:34px;
}
.seller-rank-13 {
    background-position:0 -64px;
    width:51px;
}
.seller-rank-14 {
    background-position:0 -64px;
    width:68px;
}
.seller-rank-15 {
    background-position:0 -64px;
    width:85px;
}
.seller-rank-16 {
    background-position:0 -100px;
    width:17px;
}
.seller-rank-17 {
    background-position:0 -100px;
    width:34px;
}
.seller-rank-18 {
    background-position:0 -100px;
    width:51px;
}
.seller-rank-19 {
    background-position:0 -100px;
    width:68px;
}
.seller-rank-20 {
    background-position:0 -100px;
    width:85px;
}
/**
 * @fileoverview 淘客思
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.talk{
    background-repeat: repeat-y;
    background-color: #fff;
    width: 25px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 50%;
    height: 150px;
    margin-top: -75px;
    z-index: 90000;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    _position: absolute;
}

.talk:hover{
    left: 2px;
}

.talk span{
    display:block;
}

.talk span a{
    display:block;
    word-wrap:break-word;
    word-break:normal;
    width:13px;
    text-align:center;
    color:#666;
    padding:8px 6px 10px;
    line-height:1.1em;
}

.talk span a:hover{
    color: #f50;
    text-decoration:none;
}

/**
 * 保留上边框，左旋转-45deg
 */
.talk span s {
    width: 0;
    height: 0;
    border: 4px solid #19377f;
    display: block;
    overflow: hidden;
    border-color: #19377f #fff #fff;
    margin: -6px 0 0 19px;
    _margin-left: 17px;
    transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg);  
    -o-transform: rotate(-45deg);  
    -webkit-transform: rotate(-45deg);  
    /* IE6下解析sizingMethod把后面的样式全部忽略了 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)";
    *filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476, SizingMethod="auto expand");
    zoom: 1;
}

.bang-talk {
    height: 162px;
}
/**
 * @fileoverview 价格趋势
 * @author 文河<wenhe@taobao.com>
 *
 * @license
 * Copyright (c) 2010 Taobao Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
#trend {
    width: 100px;
    height: 30px;
}
/*!2011-09-22 - 90fb6535b79e31050cf543303160f11852d67e9b*/