/* CSS Document */
.Container01{
    background: url(../images/bg-b-01.jpg) top left no-repeat;
    width: 970px;
    height: 316px;
    position: relative;
    overflow: hidden;
}

.BottomCon01{
    background: url(../images/bg-b-02.jpg) top left no-repeat;
    width: 970px;
    height: 13px;
}
.SlideCard{
    font-size: 1.1em;
    background: url(../images/bg-b-f.gif) bottom left no-repeat;
    padding: 0px 0px 18px 0px;
}
.SlideCard .Slide {
    text-align: center;
    margin: 0px 0px 0px 0px;
}
.TxtSty01 {
    font-weight:bolder;
    text-align:center;
    color:#3f435c;
    font-size: 1.1em;
}
.TxtSty04 {
    font-weight:bolder;
    text-align:center;
    color:#3f435c;
    font-size: 1.1em;
    padding: 13px 0px;
}
.SlideCard .TxtSty02 {
    font-weight:bolder;
    text-align:center;
    color:#00abec;
    height: 20px;
}

.TxtSty03{
    font-weight:bolder;
    font-size:1.1em;
    text-align:center;
	line-height: 18px;
}
.TxtSty03 a{
    text-decoration: underline;
}
.LinkFooter{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    height: 14px;
    margin: 20px 5px 0px 5px;
}
.LinkFooter ul{
    float:right;

}
.LinkFooter ul li{
    display:inline;
    padding-left: 10px;
}
.LinkFooter ul li a{
    color:#a2a0a3;
    font-weight:bolder;
    font-size: 1.1em;
}
.LinkFooter ul li a:hover{
    text-decoration:underline;
}
.Privacy{
   float:left;
    font-size: 1.1em;
    font-weight:bolder;
   
}
.Privacy a{
     color: #a2a0a3;
}
.Privacy a:hover{
    text-decoration:underline;
}
.CopyRight{
    color: #a2a0a3;
    padding: 12px 15px;
    font-size: 1.0em;
    font-weight:bolder;
}


ul.ListBox {
    width: 100%;
    overflow: hidden;
}
    ul.ListBox li {
        float: left;
    }
    ul.ListBox .Item {
        width:315px;
        height:260px;
        float: left;
        margin-left: 5px;
        margin-right: 1px;
        display: inline;
    }
        ul.ListBox li .Box01 {
            background:url(../images/bg-box01.gif) no-repeat top left;
        }
        ul.ListBox li .Box02 {
            background:url(../images/bg-box02.gif) no-repeat top left;
        }
        ul.ListBox li .Box03 {
            background:url(../images/bg-box03.gif) no-repeat top left;
        }
.ListBox .Item .Title{
    color: #fff;
    font-weight:bolder;
    font-size: 1.2em;
}
    .ListBox .Item .Title a:link,
    .ListBox .Item .Title a:visited {
        color: #fff;
        font-weight:bolder;
        font-size: 1em;
        height: 23px;
        padding-left: 15px;
        padding-top: 9px;
        display: block;
    }
    .ListBox .Item .Title a:hover, {
        text-decoration: none;
    }
.ListBox .Item .Title sup {
    font-size:8px;
}
.ListBox .Item .Data{
    padding: 0 0 0 1px;
}
.ListBox .Item .Data .PicLogo{
    text-align:center;
    padding-right:1px;
    padding-top: 3px;
}
.ListBox .Item .Data .PicLogo img{
    margin-bottom: 8px;
}
.ListBox .Item .Data .Desc{
    padding: 6px 15px 0px 15px;
    font-size: 1.1em;
    line-height: 16px;
    height: 56px;
}
.ListBox .Item .Data .Desc a{
    text-decoration: underline;
}
.ListBox .Item .Data .ShopNow{
    text-align: right;
    padding-right: 14px;
}

ul.FlyerContent {
    position: absolute;
    left: 0;
    top: 0px;
}
    ul.FlyerContent li {
        position: absolute;
        left: -2000px;
        top: 0;
        z-index: 10;
        background: url("../images/bg-p-b.gif") no-repeat left top;
        width: 952px;
        height: 295px;
        margin: 10px 0px 0px 8px;
    }
    ul.FlyerContent li.Fake {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        background: url("../images/bg-p-b-fake.gif") no-repeat left top;
        width: 952px;
        height: 295px;
        margin: 10px 0px 0px 8px;
    }
    * html ul.FlyerContent li.Fake {
        background: url("../images/bg-p-b-fake-ie.gif") no-repeat left top;
    }
    ul.FlyerContent li .TitlePM {
        height:34px;
        
    }
    ul.FlyerContent li .TitlePM sup {
        font-size: 8px;
    }
    ul.FlyerContent li .TitlePM h3 {
        font-weight:bolder;
        color: #fff;
        font-size: 1.3em;
        padding-left: 18px;
        float:left;
        height:23px;
        padding-top: 9px;
    }
    ul.FlyerContent li .TitlePM a  {
        background: url(../images/icon-close.gif) no-repeat right 10px;
        float: right;
        padding-right: 20px;
        margin-right: 16px;
        color: #fff;
        font-size: 1.1em;
        font-weight: bolder;
        line-height: 34px;
    }
    ul.FlyerContent li .TitlePM span a:hover {
        text-decoration: underline;
    }
    ul.FlyerContent li .PicBox {
        width:393px;
        float:left;
    }
    ul.FlyerContent li .PicBox img {
        margin-top:1px;
        margin-left:1px;
    }
    ul.FlyerContent li .TextBox {
        width: 557px;
        float:left;
        font-size: 1.2em;
        line-height: 16px;
    }
    ul.FlyerContent li .TextBox a {
        text-decoration: underline;
    }
    ul.FlyerContent li .TextBox .LogoLager {
        margin: 29px 0px 27px 0px;
    }
    ul.FlyerContent li .TextBox .LogoLager01{
    margin: 20px 0px 21px 0px;
    }
    ul.FlyerContent li .TextBox .LogoLager02{
        margin: 24px 0px 28px 0px;
    }
    ul.FlyerContent li .TextBox .DataPM {
        height: 116px;
        padding-right: 12px;
    }
    ul.FlyerContent li .TextBox .DataPM sup{
        font-size:8px;
    }
    ul.FlyerContent li .TextBox .ShopNow {
        text-align: right;
        margin-right: 22px;
    }
    ul.FlyerContent li .BodyPM {
        clear:both;
    }
.FlyIn {
    z-index: 1000 !important;
}