﻿/* 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;
    color: #ffffff;
    background-color: #3883c3

	}

.quantity
{
	width: 15%;
    font-weight: normal;
    color: #ffffff;
    background-color: #3883c3

	}

.totals
{
	width: 15%;
    font-weight: normal;
    color: #ffffff;
    background-color: #3883c3
        
	}

.basketstyle tr td
{
	border: solid 1px #93bde1;
	padding: 0.6em;
	
}

.basketstyle
{
	border-collapse: collapse;
	width: 700px;
	margin-left: 25px;
	padding-left: 25px;
	font-size: 0.8em;
}

.emptyCell
{
	border: medium none;
}

.basketMainHeader
{
	border-bottom: dashed 1px #e58cba;
	border-top: dashed 1px #e58cba;
	background-image: url(/online-shop/gfx/imgBasketIcon.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #d02e82;
	color: #ffffff;
	padding: 5px;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	width:690px;
	font-size: 1em;
}

/* End Basket Page */
