#page, #repairs {
 	overflow: hidden;
	width: 510px;
	height: 500px;
	position: relative;
/* 	border: 1px solid red; */
}

#repairs {
	height: 600px;
	width: 478px;
}

.box-content {
/* 	position: absolute; */
	width: 470px !important;
	width: 480px;
	height: 450px;
	padding: 20px 15px;
	padding-top: 0;
/* 	border: 1px solid red; */
}

#page h3, #repairs h3 {
	font: bold 14px tahoma;
	color: #ff3300;
	padding:15px 20px;
}

#page ul {
	margin: 10px 30px;
}

#page img, #repairs {
	float: left;
	padding: 5px 15px;
}

#page table {
	background: #555;
}

#page table td, #page table th {
	padding: 2px;
	background: #fff;
}

#page td {
	text-align: center;
}

#page th, #page td div.left {
	text-align: left;
}

#page table {
	background: #555;
}

#repairs table {
	width: 90%;
	background: #777;
}

#repairs table td, #repairs table th {
	padding: 2px 8px;
	background: #fff;
	text-align: left;
}

#repairs table th { padding: 6px 8px }
#repairs p.note {
	font-size: 10px;
	color: #666;
	font-style: italic;
}
