﻿
.product
{
	margin-bottom: 20px;
}

#productLinks
{
	float: right;
	padding: 0px 0px 10px 10px;
	width: 148px;
}

#productLinks table 
{
	width: 100%;
	border: solid 1px #C4BE8D;
}

#productLinks tr
{
	background-color: #C4BE8D;
}

#productLinks .pricing
{
	text-align: right;
}

#productLinks a
{
	color: Black;
	font-size: 10px;
	font-weight: bold;
}

.gridView
{
	margin-top: 10px;
	width: 100%;
	border: solid 1px #C4BE8D;
}

.gridViewHeader
{
	background-color: #C4BE8D;
	color: White;
}

.gridViewRow
{
}

.gridViewAlternatingRow
{
	background-color: #D9D6B7;
}

.gridViewColumn1
{
	width: 50%
}

.gridViewColumn2
{
	width: 10%;
}

.gridViewColumn3
{
	width: 10%;
}
