/***********************************
CSS Document
Author: Michael Oleksak - StarsnSites.com
copyright ©2005 all rights reserved
Main Product Navigation Table Style Settings
Must Be Kept in Containing Cell to limit width
Also used for Featured Dealer Table
***********************************/         	

.koiClubTable { width: 320px; height: 100%; padding:2px; background-color: #ffffff; 
                font-family: lucida, verdana, sans-serif; border:1px solid #A4A4A4;
               }
.koiClubTable td { font-size: 10px; Vertical-align: top; padding:1px;}
.koiClubTable th { background-color: #AB375F; font-size: 11px; color: #ffffff;
                   padding:2px;}               
            
.koiClubTable a:link,
.koiClubTable a:active,	
.koiClubTable a:visited  { color: #0000FF;	text-decoration : underline; font-weight: bold	}
.koiClubTable a:hover	  {	color: #800000; text-decoration : underline; font-weight: bold;}



.dealerTable { width: 320px; height: 100%; padding:2px; background-color: #ffffff; 
                font-family: lucida, verdana, sans-serif; border:1px solid #BCCDEA;
               }
.dealerTable td { font-size: 10px; Vertical-align: top; padding:1px;}
.dealerTable th { background-color: #EBF2FE; font-size: 11px; color: #2958A5;
                   padding:2px;}               
            
.dealerTable a:link,
.dealerTable a:active,	
.dealerTable a:visited  { color: #0000FF;	text-decoration : underline; font-weight: bold	}
.dealerTable a:hover	  {	color: #800000; text-decoration : underline; font-weight: bold;}
                  
                  
/***********************************
 End Stylesheet
***********************************/
