/* 
**
** Thank you for viewing the CSS for www.cavino.ch.
** Website created and maintained by Ben Ginsberg.
** Copyright (c) 2003-2004 Cavino Genossenschaft.
**
*/

/* global defaults */
body, td                  {background-color:#fff}
body, td                  {font-family:Garamond,serif}
img                       {border:none}

/* table elements */
th, td                    {vertical-align:top}
td.c                      {text-align:center}
td.bc                     {font-weight:bold;text-align:center}
td.b                      {font-weight:bold}
table.n2 tr td,
tr.o td,
tr.o th                   {background-color:#ddd}
tr.e td                   {background-color:#eee}
table.w                   {table-border:1}
table.nav *,
table.w  *                {font:8pt sans-serif,arial}
table.n0 *,
table.n1 *,
table.n2 *                {font:8pt sans-serif,arial;white-space:nowrap;text-align:center}

/* anchor elements with special classes (used for text formatting) */
a                         {text-decoration:none}
a.m                       {font-weight:bolder}
a.e                       {color:#000}
a.K1L1,
a.K2L1                    {font-weight:bold}
a.K4R1                    {color:#900} /* red wine */
a.K4W1                    {color:#990} /* white wine */
a.K3L2,                   /* info-? links, wine ratings */
a.K5L1                    {white-space:nowrap}
a.K6L1                    {text-align:right}

/* anchor elements with href or name tags (activated & deactivated links) */
a[target="x"],
table.w tr td a:link,
table.w tr td a:visited   {text-decoration:underline} /* external sites */
a.e:hover,                /* in*.html email links */
a.m:hover,                /* index, info nav links */
a.n:hover,                /* info-?.html nav links */
table.nav a:hover,
table.n0 a[href]:hover,
table.n1 a[href]:hover,
table.n2 a:hover          {background-color:#bff}
table.nav a[name]:hover   {background-color:#fff}
table.n0 a[name]          {background-color:#fff}
table.n1 a[name]          {font-weight:bold}
table.n2 a b              {font-weight:bold}
table.nav a b             {font-weight:bold}
td.bc a[name]             {color:#000;font-weight:bold;background-color:#ddd}

/* producer -- main texts, external links */
span.prod                 {} /* blurb */
span.prod h1              {} /* title */
span.prod p               {} /* text  */
span.prod p a             {} /* link  */
span.prod p a:hover       {background-color:#cff} /* link under cursor */

/* producer -- 'popup' texts, external links */
body.pp                   {background-color:#655;color:#fff} 
span.pp                   {font-family:Garamond,serif} 
span.pp h1                {} 
span.pp p                 {} 
span.pp p a               {text-decoration:none;color:#ff9} 
span.pp p a:hover         {text-decoration:underline} 


