﻿body
{
    background: #b3e1f9 url(/s/img/w/1/Shop-1/BodyBg_a.jpg) no-repeat center 0;
}
.VipIntro
{
    padding: 216px 30px 10px;
    background: url(/s/img/w/1/Shop-1/VipBg.jpg) no-repeat center 0;
}
.VipIntro table
{
    background: #B7DEF5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset,0 0 10px rgba(0,0,0,.2);
}
.VipIntro table tr
{
}
.VipIntro table th
{
    height: 40px;
    text-align: center;
    font-weight: bold;
    color: #444;
    background: #DEF5FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 20%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DEF5FF), to(#AEE0F9));
    background-image: -webkit-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: -moz-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: -ms-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: -o-linear-gradient(#DEF5FF, #AEE0F9);
    background-image: linear-gradient(#DEF5FF, #AEE0F9);
}
.VipIntro table th div
{
}
.VipIntro table th.th0
{
}
.VipIntro table th.th1
{
}
.VipIntro table th.th2
{
}
.VipIntro table th.th3
{
}
.VipIntro table th.th4
{
}
.VipIntro table td
{
    height: 40px;
    text-align: center;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}
.VipIntro table td div
{
}
.VipIntro table td.td0
{
    font-weight: bold;
    color: #666;
}
.VipIntro table td.td0 div
{
    padding-right: 10px;
    text-align: right;
}
.VipIntro table td.td1
{
}
.VipIntro table td.td2
{
}

.VipIntro table td.td3
{
}

.VipIntro table td.td4
{
}
/*——*/
#NoticeDiv
{
    padding-top: 20px;
}
#NoticeDiv td
{
    padding: 5px 6px;
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#NoticeDiv td:first-child
{
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#NoticeDiv td:last-child
{
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
/*——*/