.giftlist {
    border-collapse: collapse;
    margin-bottom: 20px;
}
.giftlist th{
    background: #F7F7F7;
}
.giftlist td,
.giftlist th{
    border: 1px solid #DDDDDD;
    padding: 5px;
}
.giftlist tr:hover td{
    background: #FFFFCB;    
}
.giftlist td.center,
.giftlist th.center{
    text-align: center;
}
.total_1{
    padding: 1px 3px;
    background: #ff6600;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
}