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

td.col2 {
	width: 20%;
	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;
}

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

big {
	font-size: 1.5em;
}

/* Unordered list elements for the 17 meters page (they match the Tech Specs pages) */

#content #tools #leftcol {
	padding-top: 1px;
	float: left;
	width: 49%;
}

#content #tools #rightcol {
	padding-top: 1px;
	margin-left: auto;
	width: 49%;
}

#content #tools 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 #tools ul li {
	line-height: 14px;
}

#content #tools 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;
}

.spectresidebar {
	min-height: 105px;
	padding-left: 170px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

#bbc {
	background-image: url(../images/meter_bbc.png);
}

.smug {
	margin-top: 15px;
	min-height: 64px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
}

#fuzzmeasure {
	background-image: url(../images/spectre_fuzzmeasure_64.png);
}
