@charset "utf-8";
/* CSS Document */

.productGroupHeaderCell {
	border-bottom: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	text-align: justify;
	vertical-align: top;
	padding: 4px;
}

.productGroupHeaderTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

.productGroupHeaderText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

:link img {
	border: none;
}

:visited img {
	border: none;
}

:hover img {
	border: none;
}

:active img {
	border: none;
}

.productLinkTable {
	text-align: center;
}

.productTextLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
}

.productTextLink:hover {
	color: #0000FF;
	text-decoration: underline;
}