_me-gift.css 979 Bytes
.me-gift-page {
    .me-gift {
        min-height: 370px;
    }

    .tabs li.add-gift {
        margin-top: -5px;
        background-image: none;
        background-color: #000;
        float: right;

        a {
            color: #fff;
        }
    }

    .me-gift-table {
        display: table;
        width: 775px;
        text-align: center;
        border: 1px solid #e6e6e6;
        margin: 0 10px 30px;

        .me-gift-header {
            display: table-row;
            background-color: #efefef;

            div {
                height: 30px;
                display: table-cell;
                vertical-align: middle;
                font-size: 13px;
                width: 129px;
            }
        }

        .me-gift-list {
            display: table-row;
        }
    }

    .cart-list-empty {
        background: resolve("home/gift.png")  no-repeat center;
        background-size: 110px 132px;
        width: 775px;
        height: 200px;
    }
}