
div.infoTitle {
	position: absolute;
	top: 130px;
	left: 355px;
	padding: 10px;
	width: 350px;
	height: 20px;
	
	/* margin-left: auto;
	margin-right: auto; */
	
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 0px solid black; */
	
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
}

div.info {
	position: absolute;
	overflow: auto;
	top: 170px;
	left: 355px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	width: 335px;
	height: 228px;
	
	/* border-left: 1px solid black;
	border-right: 1px solid black; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
}

div.infoBottom {

	position: absolute;
	top: 420px;
	left: 355px;
	/* padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px; */
	width: 370px;
	height: 20px;
	
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px solid black;
	border-bottom: 1px solid black; */
	
	background-color: #000000;
	font-size: 10px;
	/* text-align: right; */
	color: #eeeeee;
}

div.commercial {
	position: absolute;
	overflow: auto;
	top: 170px;
	left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	width: 335px;
	height: 228px;
	
	/* border-left: 1px solid black;
	border-right: 1px solid black; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-color: #000000;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

table.navButtonTable {
	width: 370px;
	height: 20px;
	border-width: 0px;
	border-spacing: 0px;
}
