/* Override min-height */

#content {
	min-height: 2100px;
}

/* Table for Product Comparison */

table#compare {
	margin-top: 27px;
	table-layout: auto;
	empty-cells: show;
	border-collapse: collapse;
	width: 445px;
	border: 0;
}

td.col1 {
	width: 46%;
	height: 35px;
	padding-left: 10px;
	color: #333;
}

td.col2 {
	width: 18%;
	height: 35px;
	color: rgb(255, 127, 0);
	font-weight: bold;
}

td.col3 {
	height: 35px;
	width: 18%;
	color: #333;
}

td#small {
	height: 10px;
	color: #333;
}

.line {
	height: 1px;
	border-top-color: #434343;
	border-top-style: solid;
	border-top-width: 1px;
}

p.footnote {
	margin-top: 10px;
	color: white;
	font-style: italic;
	font-size: 10px;
}

strong {
	color: rgb(255, 127, 0);
	font-weight: bold;
}

big {
	font-size: 1.5em;
}

.red {
	color: red;
}
