﻿.basketTable {
    border: 1px solid #39363A;
    margin-bottom: 20px;
}

.basketTable tr th, .basketTable tr td {
    padding: 2px 5px 2px 5px;
}

.basketTable tr th {
    background: #39363A; 
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.7em;
    font-weight: normal;
}

.basketTable tr td {
    border-bottom: 1px solid #B7B6B8;
    border-left: 1px solid #B7B6B8;
    font-size: 0.7em;
}

a.continue-shopping {
    background: url('images/continue-shopping.png') no-repeat 0px 0px;
    display: block;
    width: 146px;
    height: 27px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

a.continue-shopping:hover {
    background-position: 0px -27px;
}

a.updateBasket {
    background: url('images/update-basket.png') no-repeat 0px 0px;
    display: block;
    width: 146px;
    height: 27px;
    margin-bottom: 10px;
    margin-left: 156px;
}

a.updateBasket:hover {
    background-position: 0px -27px;
}

#removeFurniture {
    text-align: right;
    margin-bottom: 20px;
}

#basketTotals {
    text-align: right;
    float: right;
}
