#SelectComparison{
	position: relative;
	z-index: 0;
	text-decoration: underline;
	background-color: transparent;
	color: #009999;
	cursor:hand;
	cursor:pointer;
}

.thumbnail_hover
{
	background-color: transparent;
	z-index: 50;
}

#SelectComparison span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 3px ridge #0099cc;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail_hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200px;
	left: -450px; /*position where enlarged image should offset horizontally */
	text-decoration: none;
}

#tblCompare tr td
{
	width:130px;
	height:40px;
	text-decoration: none;
	border: 1px solid #FFF;
}
.tableCompare-center {
	background-color: #B3E7FF;
	font-weight: bold;
}


.label_bold
{
	font-size: 10px;
	font-weight: bold;
	color: #B3E7FF;
}

.label
{
	font-size:10px;
}

.ComparisonChart_Hide
{
	visibility: hidden;
	display:none;
}

.ComparisonChart_Show
{
	visibility: visible;
	position: absolute;
	top: 110px;
	left: 60px; /*position where enlarged image should offset horizontally */
	text-decoration: none;
	background-color: white;
	padding: 5px;
	/*left: -1000px;*/
	border: 3px ridge #0099cc;
	color: black;
	z-index: 100;
}
.tblCompare-top {
	background-color: #0076AE;
	color: #B3E7FF;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

