
.specifications {
	background-color:#fff;
}
.specifications h3 {
	color:#faa21e;
	margin-left:10px;
}
.specifications table{
	color:#000;
	margin:10px;
	width:390px;
}
.specifications td {
	font-size:0.65em;
	padding:0;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #faa21e;
}
.specifications .colheads td {
	text-align:left;
	color:#000016;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	padding-left:5px;
}

.specifications td.col_a {
	/*width:220px;*/
	border-right:1px solid #faa21e;
	text-align:left;
	font-weight:normal;
}
.specifications td.specialheading {
	color:#000016;
	border-right:none !important;
	border-bottom:none;
}

.specifications .colheads .col_first {

	padding-left:0;	
	
}
#comparison td.col_long{
	text-align:left;
	padding-left:5px;	
}
		
#comparison td.col_a {
	padding-left:0;
}
#comparison td.col_last {
	border-right:none;
}
#comparison td {
	border-right:1px solid #faa21e;
}
#comparison tr.plantcathead td{
	font-weight:bold;
	/*width:400px;*/
	background-color:#faa21e;
	text-align:left;
}


/* over-ride earlier style */
div#full-width, p.full-width {
	width:100%;
}
p.full-width {
	margin:5px 10px;
}
table#comparison {
	
	width:600px;
	float:none;
	clear:both;
}
form.compare {
	font-size:1em;
	margin:0;
}




.specifications .submit input {
	background-color:#faa21e;
	border:none;
	float:right;
	padding:2px;
	margin:0 10px;
}
.specifications .submit{	
	width:100%;
	padding:0;
	text-align:right;
	margin:10px 0 0 0;
	}
.specifications #submitbox {
	background-color:#000016;
	overflow:hidden;
}

/* compare table itself: */
#comparing .specialheading, .lastrow td {
	border-bottom:none;

}
#comparing table {
	width:635px;
}
.specifications td a:visited {
	color:#000000;
}
