body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.box {
	height: 300px;
	width: 100%;
	padding: 0px;
	overflow: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	text-align: left;
}
.box_products {
	height: 300px;
	width: 100%;
	padding: 0px;
	overflow: auto;
	margin: 0px;
	text-align: left;
	border: thin none #999999;
}

