/*---- Products Page ----*/
.boxheader {
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px !important;
	margin-top: 24px;
	display: block;
	width:150px;
	float:left;
	cursor:pointer;
}

.boxtext {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	width: 330px;
	float: right;
	line-height: 1.7em;
	font-size:9px;
	margin: 4px 0px 4px 0px;
	color: #222 !important;
	cursor:pointer;
}

#productsTable a .box_button {
	background-image: url(../images/sub/products/gray_button.jpg);
	background-repeat:no-repeat;
	display:block;
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#1E3664;
	font-weight:bold;
	text-decoration: inherit;
	padding: 0px 0px 5px 8px;
	width: 90px;
	float:right;
	margin: 10px 0 0 0;
}

#productsTable a:hover .box_button {
	color:#FFF;
		/* cursor change necessary for IE to prevent change to text cursor */
	cursor:pointer;
}

	/*-- Research --*/
#box_research, #box_samplePrep, #box_industrial, #box_imaging {
	width: 670px;
	background-color:#FFFFFF;
	clear:both;
	float: left;
}
#box_research a {
	background-image: url(../images/sub/products/research_clinical.jpg);
	background-repeat:no-repeat;
		/* Adjust positioning to create whatever effect you like with :hover */
	background-position: 25px 3px;
	height: 90px;
	width: 570px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
	padding-left:100px;
	text-decoration:none;
}
#box_research a:hover {
	background-image: url(../images/sub/products/research_clinical_over.jpg);
	background-repeat:no-repeat;
	background-position: 24px 1px;
	color: #1E3664;
	text-decoration:none;
}

	/*-- Sample Preparation --*/
#box_samplePrep a {
	background: url(../images/sub/products/RM2255.jpg) 20px -190px no-repeat;
	height: 90px;
	width: 570px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
	padding-left:100px;
	text-decoration:none;
}
#box_samplePrep a:hover {
	background: url(../images/sub/products/RM2255.jpg) 20px 5px no-repeat;
	color: #1E3664;
	text-decoration:none;
}

	/*-- Industrial Microscopes --*/
#box_industrial a {
	background-image: url(../images/sub/products/industrial.jpg);
	background-repeat:no-repeat;
		/* Adjust positioning to create whatever effect you like with :hover */
	background-position: 25px 3px;
	height: 90px;
	width: 570px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
	padding-left:100px;
	text-decoration:none;
}
#box_industrial a:hover {
	background-image: url(../images/sub/products/industrial_over.jpg);
	background-repeat:no-repeat;
	background-position: 24px 1px;
	color: #1E3664;
	text-decoration:none;
}

	/*-- Imaging Equipment --*/
#box_imaging a {
	background-image: url(../images/sub/products/imaging_equip.jpg);
	background-repeat:no-repeat;
		/* Adjust positioning to create whatever effect you like with :hover */
	background-position: 25px 3px;
	height: 90px;
	width: 570px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
	padding-left:100px;
	text-decoration:none;
}
#box_imaging a:hover {
	background-image: url(../images/sub/products/imaging_equip_over.jpg);
	background-repeat:no-repeat;
	background-position: 24px 1px;
	color: #1E3664;
	text-decoration:none;
}

	/*-- lightbulbs --*/
#box_lightbulbs a {
	background-image: url(../images/sub/products/lightbulb.jpg);
	background-repeat:no-repeat;
		/* Adjust positioning to create whatever effect you like with :hover */
	background-position: 25px 3px;
	height: 90px;
	width: 570px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
	padding-left:100px;
	text-decoration:none;
}
#box_lightbulbs a:hover {
	background-image: url(../images/sub/products/lightbulb_over.jpg);
	background-repeat:no-repeat;
	background-position: 24px 1px;
	color: #1E3664;
	text-decoration:none;
}
