﻿img
{
	border: none;
}

.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: #004990;
}

.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;
}

.button
{
	background-image: url(images/btn_skin.gif);
	border: #000000 1px solid;	
	font-size: 12px;		
}


/*detail styles*/
td
{
	vertical-align: top;
}

.dtlTable
{
	background-color: #C1C1C1;
}

.dtlTable .data
{
	background-color: White;
	text-align: right;
}

/*cart styles*/
.bold
{
	font-weight: bold;
}