div.basket_container {
        ;
}


div.basket_container h2 {
        margin-top: 10px;
        margin-bottom: 10px;
}


table.basket {
        width: 100%;
        color: black;
        background-color: white;
        text-align: center;
}

table.basket tr {
        border-bottom: 1px solid #999999;
        background-color: #e8e8e8;
}

table.basket tr th {
        color: black;
}

table.basket tr td {
        text-align: center;
        vertical-align: middle;
        color: black;
        background-color: white;
}

table.basket tr th#product {
        padding: 3px;
        color: black;
}

table.basket tr th#quantity {
        width: 50px;
}

table.basket tr th#price {
        width: 75px;
}

table.basket tr th#linetotal {
        width: 75px;
}


table.basket tr td {
        padding-top: 3px;
        padding-bottom: 3px;
}

table.basket tr td#product {
        text-align: left;
        vertical-align: top;
}

table.basket tr td#product img#product {
        float: left;
        /*
        width: 50px;
        height: 50px;
        */
        padding: 3px;
        margin-right: 5px;
        border: 1px solid black;
        color: #0677b3;
}

table.basket tr td#product p {
        font-size: 9pt;
        font-weight: bold;
}

table.basket tr td#product p span {
        font-size: 8pt;
        font-weight: normal;
        color: #999999;
}

table.basket tr td#quantity {
        ;
}

table.basket tr td#price {
        ;
}

table.basket tr td#linetotal {
        ;
}

table.basket a.removeControl {
        float: right;
}

table.basket a.removeControl img {
        ;
}


input.qty {
        width: 30px;
}


table.basket_totals {
        width: 200px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: 0px;
        /*border: 1px solid black;*/
}


table.basket_totals th {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: left;
}


table.basket_totals td {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: right;
}


table.basket_totals th.basket_total_label,
table.basket_totals td.basket_total_cell {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12pt;
}
