	#specs table
	{
		width: 535px;
		border-color: #aaaaaa;
		border-width: 1px;
		border-style: solid;
	}
	
	#specs tr td
	{
		font-size: 12px;
		padding: 3px 8px;
		background: #d8d8d8;
	}
	
	#specs thead td
	{
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #9b9b9b;
		color: #fff;
		background-color: #65655f;
		font-weight: bold;
	}
	
	#specs tbody td
	{
			border-left-style: solid;
			border-left-width: 1px;
			border-left-color: #cdcdcd;
	}
	
	#specs tbody td a
	{
		color:#000000;
		text-decoration:underline;
	}
	
	#specs tbody td a:hover
	{
		color:#000000;
		text-decoration:none;
	}
	
	#specs tbody tr.even td
	{
		background: #eee;
	}
		
	#specs tbody tr.highlight td
	{
		color: #000;
		background-color: #9cb0cf; 
		border-color: #8ea0bd;
	}
	
	/* Opera fix */
	#specs head:first-child+body tr.ruled td
	{
		background-color: #9cb0cf; 
	}