 
 /* Landing page
    ========================================================================================================================= */
    
    #landingTable
    {  
      width: 254px;
      border: 0;
      
      margin-top: 8px;
      
      background-color: #ffffff;
      background-image: url( /Resources/familyfun2005/images/tools/landing/gradation.jpg );
      background-repeat: repeat-x;
      background-position: 0px 0px;  
      
      border-bottom: 1px solid #ffb265;
    }
    
    #landingTable td, span { font-size: 11px; font-family: arial; }

    #landingTable select  { font-size: 11px; font-family: arial }
    #landingTable div     { font-size: 11px; font-family: arial }
    #landingLeftColumn { width: 244px; vertical-align: top; padding: 8px 0px 10px 4px; }

    #searchBox { width: 115px; font-size: 11px; border: 1px solid #f8a756; margin: 1px 4px 10px 0px; }

    .selectWithButton { margin: 1px 4px 4px 0px; } 
    .selectNoButton { margin: 2px 0px 4px 0px; }     

    .formText       { font-family: arial; font-size: 11px; font-weight: bold; color:#CD5B20; }
    .formText_small { font-family: arial; font-size: 9px; color:#6D5446 }
    
    #headerImageTextContainer { vertical-align: top; background-color: #fdedca; width: 156px; height: 98px; border-top: 1px solid #e7b880; border-bottom: 1px solid #e7b880; }
    #headerImageText { margin: 10px 2px 0 10px; font: 11px arial; color: #855c13; text-align: left;}
    
    #toysByAgeSelectBox { width: 160px; }



 /* Recipe Finder specific
    ========================================================================================================================= */

    .smallRedText { font-weight: bold; color: #cd5b20; font-size: 10px; }
    
    span.smallRedText a:link    { color: #cd5b20; text-decoration: none; }
    span.smallRedText a:visited { color: #cd5b20; text-decoration: none; }
    span.smallRedText a:active  { color: #cd5b20; text-decoration: none; }
    span.smallRedText a:hover   { color: #A84B10; text-decoration: underline; }


 /* Spacers
    ========================================================================================================================= */
    .spacer0p { margin-top: 0px; }
    .spacer1p { margin-top: 1px; }
    .spacer2p { margin-top: 2px; }
    .spacer3p { margin-top: 3px; }
    .spacer4p { margin-top: 4px; }
    .spacer5p { margin-top: 5px; }
    .spacer6p { margin-top: 6px; }
    .spacer7p { margin-top: 7px; }
    .spacer8p { margin-top: 8px; }
    .spacer9p { margin-top: 9px; }
    .spacer10p { margin-top: 10px; }
    .spacer12p { margin-top: 12px; }
    .spacer14p { margin-top: 14px; }
    .spacer16p { margin-top: 16px; }
    .spacer18p { margin-top: 18px; }
    .spacer20p { margin-top: 20px; }
    .spacer24p { margin-top: 24px; }
    .spacer30p { margin-top: 30px; }
    

 /* Corrections (to make sure certain tags don't look drastically different between browsers)
    ========================================================================================================================= */
    
    form { margin: 0 }
