﻿.productTypeListText
{
	/*padding-left: 10px;*/
	text-align: center;
	text-transform: uppercase;
}
.productTypeListText a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.productTypeListText a:hover
{
	color: Black;
	text-decoration: underline;
}

.collectionByType
{
	text-transform: uppercase;
	text-align: center;
}
.collectionByType a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.collectionByType a:hover
{
	color: Black;
	text-decoration: underline;
}

.productName
{
	text-transform: uppercase;
	text-align: center;
}
.productName a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.productName a:hover
{
	color: Black;
	text-decoration: underline;
}
.productNumber
{
	text-transform: none;
	text-align: center;
	font-size: 11px;
	color: #333333;
}
.pageNav
{
	padding-top: 20px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
.pageNumNav
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}