﻿.basket_container
{
    width: 680px;
    height: auto;
    padding: 5px;
    border: solid 1px #787877;
    margin: auto;
    
}

.basket_header_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #65504F;
    margin-bottom: 5px;
}

.basket_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
}

.basket_col_1
{
    width: 450px;
    height: auto;
    float: left;
    text-align: center;
}

.basket_col_2
{
    width: 80px;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 60px;
}

.basket_col_3
{
    width: 55px;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 60px;
}

.basket_col_4
{
    width: 75px;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 60px;
}

.basket_col_2_hdr
{
    width: 80px;
    height: auto;
    float: left;
    text-align: center;
    
}

.basket_col_3_hdr
{
    width: 55px;
    height: auto;
    float: left;
    text-align: center;
    
}

.basket_col_4_hdr
{
    width: 75px;
    height: auto;
    float: left;
    text-align: center;
    
}