﻿.basket_container
{
    width: 670px;
    height: auto;
    border: solid 1px #D9D4C2;
    
}

.basket_header_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    font-weight: bold;
    color: #5D5C5C;
    background-color: #D9D4C2;
    margin-bottom: 5px;
}

.basket_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    padding: 5px;
}

.basket_col_1
{
    width: 125px;
    height: auto;
    float: left;
    text-align: center;
}

.basket_col_2
{
    width: 315px;
    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;
}

.basket_col_5
{
    width: 75px;
    height: auto;
    float: left;
    text-align: center;
}