@charset "utf-8";

.shoppingBasket {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 0.8em;
}
.shoppingBasket th {
	margin: 0px;
	padding: 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	letter-spacing: 0.025em;
	font-size: 1em;
}

.shoppingBasket td {
	margin: 0px;
	min-width: 40px;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.shoppingBasket td.imageCol 
{
    text-align: center;
    padding: 10px;
    width: 70px;
}
.shoppingBasket td.imageCol .basketProdImage
{
    max-height: 60px;
    border: none;
}
.shoppingBasket .codeCol
{
    width: 50px;
}
.shoppingBasket .descCol 
{
    width: 180px;
}
.shoppingBasket .unitPriceCol 
{
    width: 50px;
    text-align: center;
}
.shoppingBasket .qtyCol 
{
    width: 70px;
    text-align: center;
}
.shoppingBasket .totalPriceCol 
{
    width: 50px;
    text-align: center;
}
.shoppingBasket .buttonCol 
{
    width: 50px;
    text-align: center;
}

.shoppingBasket tr.totalsRow 
{
    font-size: 1.2em;
    font-weight: bold;
}

.shoppingBasket td.totalPriceText 
{
    text-align: right;
}

.shoppingBasket tr {
	background-color: #EEEEEE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shoppingBasket .headerRow {
	background-color: #CCCCCC;
}

#basketButtons
{
    width: 350px;
    text-align:center;
    margin-left: auto;
    margin-right:auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

#userDetails 
{
    font-size: 0.8em;
    margin: 0 0 10px 0;
}

#checkoutContent 
{
    width: 600px;
    margin: 0 auto 0 auto;
}
#checkoutStage 
{
    margin: 20px 0 30px 85px;
    border-style: none;
}