
#snowstorm {
    background: url(../images/snowstorm/bg.jpg) right 140px  no-repeat;
    background-size: 520px;
}

#product_detail {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    background-color: #e6e6e6;
    margin-bottom: 50px;
}
#product_detail h4 {
    font-size: 24px;
    margin-bottom: 8px;
}
#product_detail h5 {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 4px;
}
#product_detail p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
}
#product_detail .product_detail_col {
    display: table-cell;
    vertical-align:top;
    width: 267px;
}
#product_detail .product_detail_col:first-of-type {
    width: 326px;
}
#product_detail .product_detail_col video {
    background-color: #000;
    width: 267px;
    height: 200px;
    vertical-align: bottom;
}
