/* CSS Document need comparison
-----------------------------------------------------------
nobles.com
editor: Dan.Platt@www.tennantco.com
updated:09.28.06
------------------------------------------------------------ */

#comparison-menu ul{
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;	
}

#comparison-menu li{
	background-color: #3D6358;
	margin: 0px 10px 10px 0px;
	padding:4px;
	display:inline;			
}

#comparison-menu li a, #comparison-menu li a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	padding: 1px 3px 1px 3px;
}

#comparison-menu li.active{
	background-color: #2B8F1E;
}

#comparison table{
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

#comparison td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#DADFD9;
	text-align:center;
}

#comparison td a{
	color: #666666;
}

#comparison td a, #comparison td a:hover{
	text-decoration:underline;
}

#comparison td a:hover{
	color:#2B8F1E;
}

#comparison-header td{
	background-color:#C6CEC4;
	height:20px;
	padding: 5px 5px 8px 5px;
	text-align:left;
	vertical-align:bottom;
	line-height:13px;
}

#comparison .firstcol{
	background-color:#C6CEC4;
	text-align:right;
	padding: 6px 6px 6px 3px;
	line-height:13px;
}

#comparison-header .firstcol{
	background-color:#DADFD9;
	padding: 3px 6px 13px 3px;
	vertical-align:bottom;
	color:#444444;
	font-weight:bold;
}

/*=========================== override styles ===========================*/
/* two columns of content */
#two_column .col1 {
	width: 100%;
}

#two_column .col2 {
	display:none;
}
