﻿@import url(Shop-NewsList1_Part.css?public);
/*——*/
#wrapper
{
    width: 810px;
    overflow: hidden;
    margin: 0 auto;
}
#container
{
    position: relative;
    width: 810px;
    overflow: hidden;
    _margin-left: 5px;
}
.grid
{
    width: 258px;
    overflow: hidden;
    background: #fff;
    margin: 5px;
    float: left;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px rgba(111,111,111,0.3);
    -moz-box-shadow: 0 0 5px rgba(111,111,111,0.3);
    -webkit-box-shadow: 0 0 5px rgba(111,111,111,0.3);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    _margin-left: 0;
    _margin-right: 10px;
}
.grid:hover
{
    border-color: #5FA5E0;
    box-shadow: 0 0 5px #5FA5E0;
    -moz-box-shadow: 0 0 5px #5FA5E0;
    -webkit-box-shadow: 0 0 5px #5FA5E0;
}
.grid .imgholder
{
    padding: 10px 10px 0;
}
.grid .imgholder img
{
    width: 238px;
    display: block;
    background: #F7F7F7 url(/s/img/g/load_4.gif) no-repeat center;
}
.grid .author
{
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 34px;
    overflow: hidden;
    margin: 17px 0 0 18px;
}
.grid .author img
{
    width: 30px;
    height: 30px;
    padding: 1px;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.grid .author a img:hover
{
    border-color: #999;
}
.grid strong
{
    width: 218px;
    position: absolute;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 2;
    overflow: hidden;
    margin: 167px 0 0 10px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid strong a, .grid strong a:hover
{
    color: #fff;
}
.grid u
{
    text-decoration: none;
    display: block;
    position: absolute;
    width: 238px;
    margin: 167px 0 0 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    background: url(/s/img/g/SlideTitleBg.png) repeat-x 0 0;
    _filter: Alpha(Opacity=60);
}
.grid:hover u
{
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.grid .time
{
    padding: 6px 0 5px 10px;
    color: #999;
    height: 20px;
    overflow: hidden;
}
.grid .time b
{
    color: #f70;
    font-weight: normal;
}
.grid .time span
{
    margin-left: 8px;
}
.grid .activity
{
    padding: 6px 0;
    border-top: solid 1px #eee;
}
.grid .activity p
{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
    padding-left: 45px;
    background: url(/s/img/w/1/Shop-1/activity.gif) no-repeat 10px center;
    color: #888;
}
.grid .sell
{
    padding: 1px 0 0 9px;
    height: 63px;
    overflow: hidden;
}
.grid .sell a
{
    display: block;
    float: left;
    margin-right: 8px;
    width: 54px;
    height: 54px;
    overflow: hidden;
}
.grid .sell img
{
    width: 50px;
    height: 50px;
    border: solid 1px #ddd;
    padding: 1px;
}
.grid .meta
{
    text-align: right;
    padding: 8px 8px 8px 0;
    color: #555;
    background: #F7F7F7;
}
.grid .meta .col1
{
    background: url(/s/img/w/1/Tieba-1/ico3.gif) no-repeat 0 0;
    padding-left: 22px;
    margin-right: 13px;
}
.grid .meta .col2
{
    background: url(/s/img/w/1/Shop-1/home3.gif) no-repeat 0 0;
    padding-left: 16px;
}
/*——*/