body
{
  font-family: verdana, Arial, sans-serif;
  background: #E2D7D4;
}

table
{
  font-size : 15px;
}

.sitemap table
{
  font-size : 10px;
}

img {
  border-color: #CAAB9B;
}

a:link    {color: #946457; text-decoration: none; }
a:visited {color: #946457; text-decoration: none; }
a:active  {color: #946457; text-decoration: none; }
a:hover   {color: #946457; text-decoration: underline; }
  
hr
{
  color: #CAAB9B;
}

td.categories
{
  font-weight: bold;
  background-color: #E2D7D4;
}

.highlight
{
  background : #FFFF66;
}

.results
{
  text-align: left;
  background-color: #CAAB9B;
  color: #FFFFFF;
}

.sitemap
{
  width: 170px;
  background-color: #E2D7D4;
}

table.maintable
{
  border-left: 5px solid #CAAB9B;
  padding-left: 10px;
}

div.content
{
  width: 620px;
  color: #000000;
  padding: 5px;
  height: 100%;
  background-color: #EFE9E7;
  background-image: url('/images/background.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

td.content
{
  width: 630px;
  padding-top: 20px;
  padding-left: 8px;
  padding-bottom: 20px;
}

table.bluetable
{
  border-color: #CAAB9B;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

th.bluetable
{
  background-color: #CAAB9B; 
  color: #FFFFFF;
  border-width: 2px;
  border-color: #CAAB9B;
  border-style: solid;
}

td.bluetable
{
  padding: 6px;
  border-width: 1px;
  border-color: #CAAB9B;
  border-style: solid;
}

table.smallbluetable
{
  border-color: #CAAB9B;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 11px;
}

th.smallbluetable
{
  background-color: #CAAB9B;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #CAAB9B;
  text-align: center;
  font-size: 12px;
}

td.smallbluetable
{
  padding: 6px;
  border-width: 1px;
  border-color: #CAAB9B;
  border-style: solid;
}

a.results:link    {color: #FFFFFF; }
a.results:visited {color: #FFFFFF; }
a.results:active  {color: #FFFFFF; }
a.results:hover   {color: #D6F0FC; }

b.sale
{
  color: red;
  font-weight: bold;
}

table.sale
{
  border-collapse: collapse;
}

td.sale
{
  border-width: 1px;
  border-color: #CAAB9B;
  border-style: solid;
  padding: 3px;
}

th.sale
{
  font-align: left;
  width: 140px;
  height: 35px;
  background-image: url('/images/aanbieding_01.gif');
  background-position: top right;
  background-repeat: no-repeat;
  color: #FFFFFF;
  vertical-align: bottom;
  text-align: left;
  text-indent: 10px;
  padding-bottom: 2px;
}

th.sale2 {
  width: 12px;
  height: 35px;
  background-image: url('/images/aanbieding_02.gif');
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  display: block;
}

.pickship
{
  border-collapse: collapse;
  border-width: 1px;
  border-color: #CAAB9B;
  border-style: solid;
  padding: 10px;
}

table.pickship
{
  width: 100%;
}

a.whitelink:link    {color: #946457; text-decoration: none; }
a.whitelink:visited {color: #946457; text-decoration: none; }
a.whitelink:active  {color: #946457; text-decoration: none; }
a.whitelink:hover   {color: #DB907C; text-decoration: none; }
  
table.header
{
  background: #CAAB9B;
}

table.navbar
{
  background-image: url('/images/navbar.jpg');
  background-repeat: no-repeat;
  padding-top: 3px;
}

td.navbar
{
  width: 800px;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: center;
  font-weight: bold;
  font-size: 12px;
}

a.footer:link    { text-decoration: underline; }
a.footer:visited { text-decoration: underline; }
a.footer:active  { text-decoration: underline; }
a.footer:hover   { font-weight: normal }

.footer
{
  text-align: center;
  font-size: 10px;
  color: #888888;
}

@media print
{
  body {
    color: #000000;
  }
  
  .header {
    display: none;
  }
  
  .footer {
    display: none;
  }
  
  .sitemap {
    display: none;
    width: 0px;
  }

  .content
  {
    width:100%;
  }
}

