﻿/* Basket Page */

.basket_container
{
    height: auto;
    margin: auto;
    border: dotted 1px #DCDDDF;
}

.basket_header_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    font-weight: bold;
    color: #000000;


    margin-bottom: 5px;
    float: left;
}

.basket_row
{
    width: auto;
    height: auto;
    overflow: auto;
    line-height: 25px;
    float: left;
}

.basket_col_1
{
    width: 400px;
    height: auto;
    float: left;
    text-align: center;
    border-right: dotted 1px #DCDDDF;
}

.basket_col_2
{
    width: 80px;
    height: auto;
    float: left;
    text-align: center;
    border-right: dotted 1px #DCDDDF;
}

.basket_col_3
{
    width: 55px;
    height: auto;
    float: left;
    text-align: center;

}

.basket_col_4
{
    width: 75px;
    height: auto;
    float: left;
    text-align: center;
}

.button
{
	color: #000000;
	font-size: 8.5pt;
	background-color: #dcdddf;
	border: solid 1px #555658;
	border-bottom: solid 2px #555658;
	border-right: solid 2px #555658;
	
}

.productName
{
	width: 70%;
	    font-weight: normal;
    font-size: 1.1em;
    color: #000000;

	}

.quantity
{
	width: 15%;
	    font-weight: normal;
    font-size: 1.1em;
        color: #000000;

	}

.totals
{
	width: 15%;
	    font-weight: normal;
    font-size: 1.2em;
        color: #000000;
        
	}

.basketstyle tr td
{
	border: dotted 1px #cccccc;
	padding: 0.8em;
}

.basketstyle
{
	border-collapse: collapse;
	width: 100%;
}

.emptyCell
{
	border: medium none;
}


/* End Basket Page */
