.editor .product_list{
    border-spacing:0;
}

.editor .product_list td{
    vertical-align: top;
    padding: 20px 0;
    margin-right: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.editor .product_image {
    margin-right: 20px;
    border: 3px solid rgb(221, 221, 221);
}

.editor .product_image img {
    width: 200px;
    height: auto;
}

.editor .product_name {
    color: #666;
}

.editor .product_desc {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 24px;
}