﻿#Cart
{
}

#Cart a { margin-left: 15px; }

#CartItemList
{
	width: 700px;
}

#CartItemList .OrderTotal
{
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-right: 32px;
}

#CartItemListTable
{
	border: solid 1px #ececec;
	border-bottom: none;
	width: 100%;
}

#CartItemListHeader
{
	background-color: #FDF4CF;
}

#CartItemListTable .CartItemListCell
{
	border-bottom: solid 1px #ececec;
	font-size: 8pt;
}

#CartItemListTable .Textbox
{
	font-size: 8pt;
	width: 32px;
	text-align: center;
}

#CartItemListTable .CartItemListCell img
{
	cursor: pointer;
}