﻿.basket_container
{
    width: 525px;
    height: auto;
    padding: 5px;
    border: solid 1px #21205f;
    margin: auto;
    overflow: auto;
}

.basket_header_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #a39eba;
    margin-bottom: 5px;
    float: left;
}

.basket_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    float: left;
    width: 525px;
}

.basket_col_1
{
    width: 285px;
    height: auto;
    float: left;
    text-align: center;
}

.basket_col_2
{
    width: 80px;
    height: auto;
    float: left;
    text-align: center;
}

.basket_col_3
{
    width: 85px;
    height: auto;
    float: left;
    text-align: center;
}

.basket_col_4
{
    width: 75px;
    height: auto;
    float: left;
    text-align: center;
}