﻿

/*table styles*/

table
{
	margin:0 auto 0 auto;
	border:1px solid #000;
	width:70%;
	margin-bottom:12px;
	padding:0;
}
table td h3
{
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
}
table th
{
	background:#74A0D1;
	color:White;
}
table td
{
	background:#C8DBF1;
	text-align:center;
}


/* StockCheck */

#StockCheck table
{
	margin:0 auto 0 auto;
	border:none;
	width:70%;
	margin-bottom:5px;
	padding:0;
}
#StockCheck table td h3
{
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
}

#StockCheck table td p
{
	color:#000;
	font-size:12px;
	padding:0;
	margin:0;
}

#StockCheck table th
{
	background:#ffffff;
	color:White;
}
#StockCheck table td
{
	background:#ffffff;
	text-align:left;
}

/* Shopping basket styles */

table.Cart
{
	width: 100%;
	border: none;
	margin: 0;
	
}

table.Cart th,
table.Cart td
{
	border-top: 1px solid #C8DBF1;
	padding-right: 15px;
	background: transparent;
	color: Black;
	text-align: left;
}

table.Cart td.Buttons
{
	text-align: right;
	white-space: nowrap;
}

table.Cart th.CartTotalPrice
{
	text-align: left;
}

table.Cart td.CartItemPrice,
table.Cart td.CartTotalPrice
{
	text-align: right;
}