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