﻿
.title
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

h3
{
	color: #FFFFFF;
}

table.formView .label
{
	color: #FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:small;
}

table.formView .data
{
	color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	font-size:small;
}

table.formView .text
{
	color: #000000;
	text-align:left;
	font-weight:normal;
	border-style:none;
}

#content a:link, #content a:visited
{
	color: Maroon;
}

td.purchaseButtons
{
	text-align: right;
}

td.productLabels
{
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

td.productInfo
{
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
}


td.productTitle
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}

/* Order Page styles */

td.orderLabel
{
}
.noWrap
{
	white-space: nowrap;
}

/*Main pages left panel content area*/
.contentLeft
{
	float: left;
	width: 250px;
}

/*Just a class to center things*/
.centered
{
	text-align: center;
}


