﻿#wrapper
{
    width: 720px;
    overflow: hidden;
    margin: 0 auto;
}
#container
{
    position: relative;
    width: 720px;
    overflow: hidden;
    _margin-left: 5px;
}
.grid
{
    width: 228px;
    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: 208px;
    display: block;
    background: #F7F7F7 url(/s/img/g/load_4.gif) no-repeat center;
}
.grid .imgholder img:hover
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.grid strong
{
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    padding: 8px 7px 0 10px;
}
.grid u
{
    display: block;
    background: url(/s/img/w/1/Shop-u-1/videoico.gif) no-repeat center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: 119px 0 0 20px;
    filter: Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none;
}
.grid p
{
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
    padding: 4px 6px 7px 10px;
}
.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/playico.gif) no-repeat 0 0;
    padding-left: 14px;
}
/*——*/
.NoData
{
    padding: 100px 0 100px 250px;
}
.NoData div
{
    background: url(/s/img/g/sigh_6.gif) no-repeat 0 center;
    height: 80px;
    line-height: 80px;
    color: #999;
    padding-left: 90px;
}
/*——*/
.VideoListWhere
{
    padding: 0 0 6px 18px;
}
.VideoListWhere li
{
    width: 136px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 8px 8px 0 0;
}
.VideoListWhere li a
{
    display: block;
    padding-left: 11px;
    color: #fff;
    border: solid 1px #398BB4;
    background: #4697C1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62B4DE), to(#4A9CC5));
    background-image: -webkit-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -moz-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -ms-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -o-linear-gradient(#62B4DE, #4A9CC5);
    background-image: linear-gradient(#62B4DE, #4A9CC5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.VideoListWhere li.on a
{
    color: #ddd;
    background: #333;
    border-color: #000;
}
.VideoListWhere li a:hover
{
    color: #fff;
    background: #555;
    border-color: #444;
}
/*——*/