﻿.boldRed
{
	color: Red;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}

.smallGray
{
	color: #ccc;
	font-size: smaller;
}

.alignRight
{
	text-align: right;
}

.alignLeft
{
	text-align: left;
}

.detailsWrapper
{
	float: left;
	margin-left: 40px;
	margin-right: 60px;
}

.detailsFloatLeft
{
	float: left;
}

.detailsFloatRight
{
	float: right;
}

.cartWrapper
{
	text-align: center;
}

.gvHeader
{
	color: White;
	background-color: Black;
}

.gvAltRow
{
	background-color: #aaa;
	font-size: small;
	text-align: left;
}

.gvRow
{
	font-size: small;
	text-align: left;
}

.gvFooter
{
	background-color: #cccc99;
	text-align: left;
}

#searchWrapper
{
	text-align: center;
}

#radioButtons
{
	margin-bottom: 15px;
}

#resultsLabel
{
	margin-top: 10px;
}

#searchButtons
{
	margin-top: 15px;
}