﻿@media screen
{
	/*********************************
   * Shopping cart
	 *********************************/

	table.Cart
	{
		width: 100%;
	}
	
	.Cart td
	{
		padding: 6px 1px;
		border-bottom: solid 2px #ececec;
	}
	
	.Cart td.NoBorder
	{
		border: none;
	}
	
	.Cart thead td
	{
		font-weight: bold;
		color: #000000;
		font-family: VAG Rounded Th;
		font-size: 1.1em;
		padding: 3px 3px 9px;
	}
	
	.Cart td .ProductTitle
	{
		font-weight: bold;
		color: #000000;
	}
	
	.Cart td .ProductType
	{
		font-size: 0.9em;
	}
	
	.Cart td.RemoveCell,
	.Cart td.QuantityCell
	{
		text-align: center;
	}
	
	.Cart td.QuantityCell input
	{
		width: 55px;
	}
	
	.Cart td.TotalCell
	{
		text-align: right;
	}
	
	.Cart td.GrandTotal
	{
		font-weight: bold;
		color: #000000;
		font-size: 1.4em;
	}
	
	.CartDetail .ButtonHolder
	{
		text-align: right;
	}
	
	.CartDetail .ButtonHolder input
	{
		margin-left: 6px;
	}
}