@CHARSET "UTF-8";

    table
    {
      margin-left: auto;
      margin-right:auto;
      width:       600px;
    }
    
    table.header
    {
      border: 1px solid black;
      border-collapse: collapse;
    }
    
    td.header
    {
      border: 1px solid black;
      text-align: center;
    }
    
    table.submit
    {
      width: 580px;
    }
    
    td.checkOut
    {
      width:         50%;
      text-align:    right;
      padding-right: 20px;
    }
  
    td.viewCart
    {
      width:        50%;
      text-align:   left;
      padding-left: 20px;
    }
  
    table.plants
    {
      border:          1px solid black;
      width:           580px;
      border-collapse: collapse;
    }
    
    td.plantName, td.plantNameSpecial, td.plantForm, td.plantImage, td.plantNameVinca, td.plantNameVincaBlack
    {
      border:        1px solid black;
      padding:       2px;
      width:         346px;
      font-weight:   bold;
      color:         #000000;
    }
    
    td.plantName
    {
    border-left: 0px;
    }
    
    td.plantImage
    {
    border-right: 0px;
    }
    
    td.plantNameVinca
    {
      color: #666666;
      border-left: 0px;
    }
    
    td.plantNameVincaBlack
    {
      color: #000000;
      border-left: 0px;
    }
    
    td.plantNameSpecial
    {
      padding-left: 15px;
      color:        #FFFFFF;
    }
    
    td.plantImage
    {
      width:        64px;
      border-right: 0px;
    }
    
    td.plantForm
    {
      width: 175px;
    }
    
    /* The currently running special */
    tr.plantSpecial
    {
      background-color: #FF0000;
    }
    
    /* What to show when the plant is sold out */
    .plantSoldOut
    {
      font-family: Georgia, "Times new Roman", Times, Serif;
      font-size:   120%;
      font-weight: bold;
      color:       #FF0000;
    }
    
    /* The table that is shown when peekskill is closed / taking pre-orders */
    table.closed
    {
      border: 4px black double;
      width: 75%;
      padding: 15px;
      text-align: center; 
    }
    
    /* The contact information in center of page */
    contact
    {
      color: #01382F; 
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
    }
    
    contact.peekskill
    {
      font-size: 125%;
    }
    
    contact.address
    {
    }
    
    contact.phone
    {
    }
    
    contact.hours
    {
      font-weight: normal;
    }
    
    /* The blue star */
    star
    {
      color: #0000FF;
      font-size: 120%;
      font-weight: bolder;
    }