/* CSS Document */
body {
	background-color: #ffffff;
	margin-top: 1px;
}

.TextCont {
	padding-top: 10px;
	font-family:"Arial Narrow";
	margin-bottom: 25px;
}
.BlueTxt {
	font-size: 13px;
	color: #2D40AE;
	padding-right: 7px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-left: 7px;
}
.Head {
	font-weight: bold;
	color: #2D40AE;
	line-height: 20px;
}
p {
	font-size:12px;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 12px;
	color: #515151;
	margin-bottom: -8px;
}

.ColumnHead {
	background-image: url(Images/CellBkgrd.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #FFF2F9;
}
/* For popup images in Product page*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 600;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #F0037F;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 700;
	clear: both;
	text-align: center;
	width: 280px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 25px;
left: -90px; /*position where enlarged image should offset horizontally */

}
.thumbnail h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2D40AE;
	background-color: #ffffff;
	height: 20px;
	width: 280px;
	margin: 0px;
}
.Label a {
	font-size: 10px;
	color: #2D40AE;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.Label a:hover {
	text-decoration: none;
}