@charset "utf-8";

/* CSS Document */

div.goodsBox{
    background: url(../img/goods/bg_goodsbox.png) repeat;
    overflow: hidden;
    padding: 30px;
    margin: 0 auto 30px auto;
    width: 860px;
}

p.imgGoods{
    float: left;
    width: 275px;
}

p.imgGoods img{
    width: 275px;
    height: auto;
}

div.goodsDetail{
    float: left;
    width: 540px;
    margin: 0 0 0 30px;
}

div.goodsDetail h3.nameGoods{
    font-size: 16px;
    color: #bbec20;
    font-weight: bold;
    margin-bottom: 10px !important;
}

div.goodsDetail ul{
    width: 540px;
    overflow: hidden;
    margin-bottom: 10px !important;
}

div.goodsDetail ul li{
    border-bottom: 1px solid #515151;
    padding: 16px 0;
    line-height: 1.4em;
    width: 540px;
}

div.goodsDetail div.goodsNotice{
    overflow: hidden;
}

div.goodsDetail div.goodsNotice p{
    margin-top: 10px;
    line-height: 1.8em;
}
