body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
	font-family: Verdana, Arial, serif;
}
a {
    color: #f24847;
    text-decoration: none;
    display: block;
    width: 836px;
    height: 126px;
}
body #content{
    width: 836px;
    height: 126px;
    overflow: hidden;
    position: relative;
}
body #content>div{
    display: block;
    cursor: pointer;
    width: 836px;
    height: 126px;
    position: absolute;
    background: #f8d7d9 url(img/ban_logo.png) no-repeat right center;
}
body #content .img{
    width:160px;
    max-height:105px;
    position:absolute;
    right: 0;
    float: left;
    top:0;
    text-align: center;
    margin: 0 auto;
}
body #content .img-box{
    width:140px;
    max-height:85px;
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    padding:10px;
    margin-left:15px;
    margin-top:10px
}
body #content .img img{
    opacity: 0;
    border: 0;
    max-height:85px;
}
body #content .title{
    display: none;
    padding-top:20px;
    font-size: 18px;
    font-weight: bold;
    color:#000000;
    margin-left: 185px;
    max-height: auto;
    overflow: hidden;
    line-height: 22px;
    width:480px
}
body #content:hover .title{
    color: #f24847;
}
body #content .text{
    display: none;
    margin-left: 185px;
    width: 388px;
    height: auto;
    overflow: hidden;
    color: #f24847;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    padding:9px 0 9px 0
}
body #content:hover .text{
    text-decoration: none;
}
body #content .price{
    display: none;
    margin-left: 185px;
    color: #f24847;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.price span{
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
}
#content #s6{
    top: 0;
    left: 0;
    position: absolute;
}
