﻿body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

.clearFix
{
	clear: both;
}

td
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

a
{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.pageTitle
{
	font-family:	Tahoma;
	font-size:		12pt;
	font-weight: bold;
	color: #003366;
}

.pumpLink
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

.plainText
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

.plainTextTable
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

.plainTextTable td 
{
	text-align: center;
}

.plainTextBold
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
}

.plainTextBoldGrey
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #444444;
}

.smallText
{
	font-family: Verdana;
	font-size: 9;
}

.smallText2
{
	font-family: Verdana;
	font-size: 8pt;
}

.smallText2Blue
{
	font-family: Verdana;
	font-size: 8pt;
	color: #003366;
}

.cursorHand
{
	cursor: hand;
}

.smallText3
{
	font-family: Tahoma;
	font-size: 8pt;
}

.smallWhiteText
{
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.tableHeading
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}

.required
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
}

.hidden
{
	visibility: hidden;
	display: none;
}

.deadLink
{
	color: Gray;
}

.productContainer
{
	margin-bottom: 10px;
	padding: 1px;
	background-color: #FFFFFF;
}
.productTitle
{
	background-color: #E5E2DD;
	border: #a79b8a 1px solid;
	padding: 5px;
	margin-bottom: 5px;

	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}
.subCategoryContainer
{
	background-color: #FFFFFF;
	border: #999999 1px solid;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;

	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}
.subCategoryTitle
{
	background-color: #003366;
	border: #003366 1px solid;
	padding: 5px;
	margin-bottom: 5px;

	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.productImageContainer
{
	float: left;
	width: 200px;
	text-align: center;
	border: solid 1px #FF0000;
}
.productInfoContainer
{
	margin-left: 220px;
	padding-top: 10px;
	border: solid 1px #FF0000;
}

.error
{
	font-weight:bold;
	color:#990000;
}

.success
{
	font-weight:bold;
	color:#009900;
}