/* =Terminal Tackle Recommendation table
-------------------------------------------------------------------*/

div#tackle {
      
  
       text-align: center;   
       background-color: #E9EBE2;  
       line-height: 16px;       
}

div#tackle table {       
	font-size: 12px; 
      font-family: sans-serif, Verdana, Arial, Helvetica;	
      color: #2A2C23;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #555845;	
      
}


div#tackle table thead th {
	font-size: 12px;
	color: #2A2C23;
	background-color: #BFC4A8;	
      text-align: center;
}

div#tackle table tbody {

}


div#tackle table tr, #tackle table th, #tackle table td {
	padding: 2px 15px 2px 30px;

}

div#tackle table caption {
      font-size: 12px;
      font-weight: bold;    
	color: 2A2C23;
	background-color: #BFC4A8;
      border: 1px solid #555845;
}


div#tackle table tr.odd td, #tackle table tr.odd th {
	background-color: #BFC4A8;


}

div#tackle table tfoot th, #tackle table tfoot td {
	padding: 2px 0px 2px 10px;
	color: 2A2C23;      	
	font-weight: bold;
	font-size: 11px;
}
div#tackle table tfoot th {
	text-align: left;
}

