@charset "UTF-8";
/* CSS Document */

.tableProducts1 {
	width: 640px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 5px auto 0px;
}
.tableProducts1 th {
	background: #eff3e7;
	border: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tableProducts1 td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tableProducts2 {
	width: 640px;
	border-top: 1px solid #77a714;
	border-bottom: 1px solid #77a714;
	margin: 20px auto 0px;
}
.tableProducts2 th {
	background: #eff3e7;
	border: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tableProducts2 td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px dotted #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px dotted #e2e2e2;
}

.time {
	width: 640px;
	text-align: right;
	font-size: 84%;
	margin: 3px 0px 20px 15px;
}
