@charset "utf-8";
/* CSS Document */

#seasonbest_content {
   float: none; 
   width: 745px; 
   height: 900px;
   border: 1px solid #FFF; 
   background-color: #fff; 
   overflow: hidden;
   font-family: 'Trebuchet MS';
   font-size: 14px;
}

#seasonbest_content h2 {
   margin: 0;
   background-color:#999999;
   text-align: center;
   color: #000066;
}

#seasonbest_content h3 {
   margin: 0;
   color: #000066;
}

#seasonbest_content table {
   border: 1px solid #000;
   width: 100%;
}

#seasonbest_content td {
   width: 175px;
}

#seasonbest_content .rowshade {
   background-color: #CCCCCC;
}






