.comparePageArea table {
	clear: both;
	border-top: 1px solid #e6e7e9;
}
.comparePageArea table .productRow {
	text-align: center;
}
.comparePageArea table td {
	font-size:13px;
	width:20%;
	border-bottom: 1px solid #e6e7e9;
	border-left: 1px solid #e6e7e9;
	vertical-align:top;
	width:180px;
	padding: 10px 7px;
}
.comparePageArea table td.lhsCell {
	width: 166px;
	border-left:none;
}
.comparePageArea table td a, .comparePageArea p a {
	color:#0078AE;
	
}
.comparePageArea table td a:hover, .comparePageArea p a:hover {
	color:#0096D9;
	
}
.comparePageArea table td a.hideProductColumn {
	float:right;
	width:12px;
	height:12px;
	margin: 0 3px 10px 0;
	overflow:hidden;
	line-height:1000px;
	background-image: url(../images/ktg2014/compareClose.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
}
.comparePageArea table td a.hideProductColumn:hover {
	background-position: -12px 0px;
}
.comparePageArea table td a h5 {
	height: 70px;
	font-size: 15px;
	font-weight: bold;
	color:#0078AE;
	margin-top: 20px;
}
.comparePageArea table td a:hover h5 {
	color: #0096D9;
}
.comparePageArea p {
	padding:10px;
	font-size:13px;
}
.comparePageArea table td a.productLink {
	display:block;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}
.comparePageArea table td a.productLink img {
	width:180px;
	height:180px;
}
.comparePageArea table td a.productLink .newFlashArea,
.comparePageArea table td a.productLink .specialOfferArea {
	left: auto;
	top: 15px;
	right: 15px;
}
.comparePageArea table tr.facetRow td h5 {
	font-size:13px;
	color:#333;
	font-weight:700;
}
.comparePageArea table tr.facetRow td {
	width: auto;
	padding: 14px 18px;
	font-size:13px;
	background-color: #F4F4F4;
}
.comparePageArea table tr.alternateRow td {
	background-color: #F9F9F9;
}
.comparePageArea table td .theProductSKU, .comparePageArea table td .theLocalSKU {
	display:none;
}
.comparePageArea .backToSectionLink {
	float: right;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #0078AE;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	background: url(../images/ktg2014/backArrow.png) 0px 0px no-repeat;
}