body {
	font-family: Tahoma;
	font-size: 11px;
}
.productbox {
	width: 250px;
	float: left;
	padding-left: 29px;
	padding-top: 15px;
}
.product {
	float: left;
	width: 860px;
}
a, a:visited {
	color: #b22222;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
#inscreentab tr.listitem:hover {
	background-color: white;
}
.imborder {
	position: relative;
	top: -85px;
	/*background-color: aqua;*/
	z-index: 10;
	margin-bottom: -85px;
}
.safeproductbox {
	width: 250px;
	padding-left: 29px;
	padding-top: 15px;
	text-align: center;
}
.safeproduct {
	width: 860px;
	text-align: center;
}