/* Product Index Page */

.ProductIndexhomepagelink
{
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;	

}

.ProductIndexmenulink
{
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;	

}

.ProductIndexLink
{
	position: absolute;
	top: 130px;
	left: 50px;
}
.ProductIndexHeader
{
	width: 100%;
	height: 40px;
	font-size: 12pt;
	text-align: center;
	padding-top: 5px;
}

.ProductIndexSelector
{
	width: 100%;
	padding: 2px 0 4px 0;
	margin-bottom: 10px;
}

.IndexListLink
{
	margin: 0 3px 0 3px;
	padding: 0 5px 2px 5px;
	text-decoration: none;
	font-size: 1.2em;
}

.IndexListLinkHover:hover
{
	margin: 0 3px 0 3px;
	padding: 0 5px 2px 5px;
	text-decoration: none;
	font-size: 1.2em;
}

.IndexListLinkCurrent
{
	margin: 0 3px 0 3px;
	padding: 0 5px 2px 5px;
	text-decoration: none;
	font-size: 3em;
}

.ProductIndexList
{
	width: 100%;
}

.ProductIndexListEntry
{
	width: 330px;
	float:left;
	padding: 10px;
	border: DarkGray 1px solid;
	margin: 2px;
}

.ProductIndexListEntryHover
{
	width: 330px;
	float:left;
	padding: 10px;
	border: DarkGray 1px solid;
	margin: 2px;
}

.ProductIndexListLink:visited
{
	font-size: 13px;
	text-decoration: none;
}

.ProductIndexListLink
{
	font-size: 13px;
	text-decoration: none;
}

.ProductIndexListLinkHover:hover
{
	font-size: 13px;
	text-decoration: none;
}

