.element-table {
    border-collapse: separate;
    border-spacing: 0 0px;
}
.element-table .header {
    height: auto;
    background: none;
    padding: 5px;
    font-size: 11px;
    color: #494949;
    text-align: center;
}
.element-table .header {
}
.element-table .header.first-of-type,
.element-table .cell.first-of-type {
}
.element-table .header.last-of-type,
.element-table .cell.last-of-type {
}
.element-table .cell {
    padding: 5px 0;
    border-top: 1px solid #d7ebf5;
}
.element-table .cell.result-row {
}
.element-table .cell.buttons-row {
    padding-top: 10px;
}


.element-table .cell.product-title a {
    font-size: 15px;
}
.element-table .cell .price {
    margin-top: 10px;
}


.element-table .qty {
    width: 70px;
    font-size: 11px;
    color: #646464;
    text-align: center;
}
.element-table .product-qty {
    width: 30px;
    padding: 3px 5px;
    font-weight: bold;
    text-align: right;
}
.element-table .product-delete a {
    display: block;
    width: 8px;
    height: 8px;
    background: url('../images/ui-dialog-delete.png') no-repeat top;
    text-decoration: none;
}
.element-table .product-delete a:hover {
    background-position: bottom;
}
