﻿/* BASKET */
.basketTable
{
	width: 500px;
	color: #666666;
	border: none;
	border-bottom: solid 2px #666666;
	font-size: 12pt;
}

.basketTable thead
{

}

.basketTable th
{
	text-align: left;
	padding: 2px;
	padding-bottom: 5px;
	border: none;
	border-bottom: solid 1px #666666;
}

.basketTable td
{
	padding:2px;
	border: none;
}

.basketTable .numeric
{
	text-align:right;
}

#basketTotals
{
	width: 250px;
	margin-left: 250px;
}

#btnCheckout
{
	float: right;
	margin-right: 66px;
	height:24px;
	width:90px
}

#btnValidateCode
{
	float: right;
	margin-right: 10px;
	height:24px;
	
}

#valPromCode
{
	text-align: right;
	float: right;
}

/* /basket */