.productTitle24PointGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em; /*20px;*/
	color: #666666;
	font-weight: normal;
	line-height: 24px;
}
.productTitle14PointGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /*14px;*/
	font-weight: bold;
	color: #666666;
	line-height: 17px;
}
.productLink12PointGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em; /*12px;*/
	font-weight: bold;
	color: #666666;
	line-height: 17px;
}
.productCopy12PointGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em; /*12px;*/
	font-weight: bold;
	color: #666666;
	line-height: 17px;
}
.productCopy12PointGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em; /*12px;*/
	font-weight: normal;
	color: #666666;
	line-height: 17px;
}
.productCopy10PointGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em; /*10px;*/
	font-weight: normal;
	color: #666666;
	line-height: 14px;
}
table.productsDog, table.productsCat {
	border: white solid;
	border-width: 2px;
	width: 95%;
	font-size:0.81em;
	text-align:left;
	border-left: 0;
	margin:5px auto;
}
table.productsDog tr, table.productsCat tr {
	padding: 3px;
	margin: 0;
}

table.productsDog th.tHeadingDogLeft {
	background-color: #338d24;
	color: #FFF;
	padding: 6px 6px 6px 18px;
}
table.productsDog th.tHeadingDogRight {
	background-color: #46b832;
	color: #FFF;
	padding: 6px 6px 6px 18px;
}
table.productsDog td.tContentDogLeft {
	background-color: #bedbba;
	padding: 6px 6px 6px 18px;
}
table.productsDog td.tContentDogRight {
	background-color: #d2e7cf;
	padding: 6px 6px 6px 18px;
}

table.productsCat th.tHeadingCatLeft {
	background-color: #ff9900;
	color: #FFF;
	padding: 6px 6px 6px 18px;
}
table.productsCat th.tHeadingCatRight {
	background-color: #fcb44f;
	color: #FFF;
	padding: 6px 6px 6px 18px;
}
table.productsCat td.tContentCatLeft {
	background-color: #fecb84;
	padding: 6px 6px 6px 18px;
}
table.productsCat td.tContentCatRight {
	background-color: #Fcddb9;
	padding: 6px 6px 6px 18px;
}
