﻿@import url(Shop-NewsList1_Part.css?public);
/*——*/
.TuanListBox
{
    background: #fff;
    height: 100%;
    border: solid 1px #AFD1E8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 6px 10px #CEF0FF inset;
}
.TuanList
{
    padding: 25px 0 5px 31px;
}
.TuanList .item
{
    width: 221px;
    padding-left:11px;
    height: 240px;
    overflow: hidden;
    margin-right: 20px;
    float: left; *height:234px;
}
.TuanList .item .con1
{
    width: 210px;
    padding-bottom: 6px;
}
.TuanList .item .con1 img
{
    width: 210px;
    height: 157px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow:2px 2px 2px rgba(0,0,0,.2);
}
.TuanList .item .con2
{
    width: 210px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
.TuanList .item .con3
{
    padding-top: 7px;
    width: 210px;
    height: 33px;
}
.TuanList .item .con3 td.td_al
{
    font-size: 18px;
    line-height: 33px;
    font-family: Arial;
    color: #c00;
}
.TuanList .item .con3 td.td_ar
{
    width: 84px;
}
.TuanList .item .con3 td.td_ar a
{
    width: 84px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(/s/img/w/1/Shop-1/TuanBuyBtn_orange.gif) no-repeat 0 0;
}
.TuanList .item .con3 td.td_ar a:hover
{
    color: #fff;
    text-decoration: none;
    background-position: 0 -33px;
}
.TuanList .item .con3 td.td_ar a span
{
    display: block;
    padding-left: 37px;
}
.TuanList .item .con4
{
    position: absolute;
    width: 210px;
    margin-top: 127px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    background: url(/s/img/g/SlideTitleBg.png) repeat-x 0 0; /*display: none;*/
    _filter: Alpha(Opacity=60);
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.TuanList .item:hover .con4
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.TuanList .item .con4 span
{
    padding-left: 10px;
}
/*——*/
.SearchPriceBar
{
    padding:10px 6px 10px 12px;
    margin-top:10px;
    background:#FFF5E5;
    border:solid 1px #F5D6AA;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:none;
    box-shadow:0 0 1px #fff inset,0 3px 3px rgba(111,111,111,.1);
}
.SearchPriceBar .td1 td
{
    color:#666;
    padding:0 3px;
}
.SearchPriceBar .td1 td .inp2
{
    border-color:#83BCDE
}
.SearchPriceBar .td2 div
{
    text-align:right;
}
.SearchPriceBar .td2 div img
{
    cursor:pointer;
    filter: Alpha(Opacity=40);-moz-opacity: 0.4;opacity: 0.4;
}
.SearchPriceBar .td2 div img:hover
{
    filter: Alpha(Opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
/*——*/