/* 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: 36%;
	height: 35px;
	padding-left: 10px;
	color: #ffffff;
}

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

td.col3 {
	height: 35px;
	width: 20%;
	color: #ffffff;
}

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

.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;
}

/* Unordered list elements for the 50 actions page (they match the Tech Specs pages) */

#content #actions ul {
	line-height: 0em;
	margin-top: 6px;
	margin-bottom: 8px;
	font-weight: bold;
	list-style-type: square;
	font-size: 12px;
	list-style-position: inside;
}

#content #actions ul li {
	line-height: 14px;
}

#content #actions ul ul {
	font-style: normal;
	font-weight: normal;
	margin-left: 2.2em;
	list-style-type: circle;
	text-transform: none;
	font-size: 11px;
	list-style-position: outside;
}

.new {
	color: red;
	font-style: italic;
	font-size: 11px;
}
