<!-- CART TABLE -->
	.carttinytext
	{
		font-size: 9px;
		line-height: 13px;
	}
	.carttable
	{
		border: solid #410300;
		border-width: 2px;
	}
	.carttable-headertd
	{
		background-color: #410300;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		border: solid #410300;
	}
	.carttable-headernote
	{
		color: #fcff00;
	}
	.carttable-td
	{
		background-color: #FFF6BC;
	}
	.carttable-highlighttd
	{
		background-color: #FFEF8E;
	}
	
<!-- CHECKOUT TABLE -->
	.checkouttable
	{
		border: solid #410300;
		border-width: 2px;
	}
	.checkouttable-headertd
	{
		background-color: #410300;
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		border: solid #410300;
	}
	.checkouttable-headernote
	{
		color: #fcff00;
		font-size: 9px;
		line-height: 13px;
	}
	.checkouttable-td
	{
		background-color: #FFD58E;
	}
	.checkouttable-highlighttd
	{
		background-color: #FFE6BB;
	}
