﻿#shoppingCart
{
	float: right;
}

.gridView
{
	margin-top: 10px;
	width: 100%;
	border: solid 1px #C4BE8D;
}

.gridViewHeader
{
	background-color: #C4BE8D;
	color: White;
}

.gridViewRow
{
}

.gridViewAlternatingRow
{
	background-color: #D9D6B7;
}

.gridViewColumn1
{
	width: 70%
}

.gridViewColumn2
{
	width: 10%;
	text-align: right;
}

.gridViewColumn3
{
	width: 10%;
}
