@media print {
 .noprint 
  {
  display: none;
 }
}

@media screen {
 .print_only
 {
  display: none;
 }
}

@media screen, print {
td.cart_table
{
 background: #DDDDDD;
 text-align: left;
}

.custom
{
 font-weight: bold;
 text-transform: uppercase;
}

.title
{
 font-family: verdana, arial, sans-serif;
 font-size: 18pt; 
 display: inline;
}

.header
{
    color: #ffffff;
}
a.header:link
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a.header:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a.header:active
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a.header:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}


.search
{
 background: #a42d2d;
 color: #ffffff;
 border: 0px;
 font-family: helvetica;
 font-size: 8pt;
 font-weight: bold;
 height: 18px;
 width: 50px;
}
.search:hover
{
 background: #e13c3c;
}

.links
{
    color: #9b0000;
}
a.links:link
{
    color: #9b0000;
    font-weight: bold;
    text-decoration: none;
}
a.links:visited
{
    color: #9b0000;
    font-weight: bold;
    text-decoration: none;
}
a.links:active
{
    color: #9b0000;
    font-weight: bold;
    text-decoration: none;
}
a.links:hover {
    color: #e70000;
    font-weight: bold;
    text-decoration: none;
}

.in_season
{
 font-size: 14pt;
}

a.menu_links:link
{
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
a.menu_links:visited
{
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
a.menu_links:active
{
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
a.menu_links:hover
{
 color: #ffffff;
 font-weight: bold;
 text-decoration: underline;
}
}
