/**************************************
**
** Style sheet for whisky.vangeest.nl
**
**************************************/

/**************************************
**
** Main style elements
**
**************************************/
body {
  font-family: Arial, Helvetica, sans-serif; 
  background: #ffdd55; 
  color: #333; 
  text-align: center;
  padding-top: 20px; 
  padding-bottom: 20px; 
  padding-left: 15px; 
  padding-right: 15px;
}

.shadow {
  border-bottom: #d0b04d 2px solid;
  border-right: #d0b04d 2px solid; 
  margin: 0px auto; 
  width: 755px; 
  position: relative;
}

.window {
  padding-left: 20px; 
  padding-right: 20px; 
  padding-top: 20px; 
  padding-bottom: 15px; 
  width: auto; 
  position: relative; 
  background-color: #fffff0; 
  text-align: left;
}

/**************************************
**
** style elements
**
**************************************/
.menu {
  float: left;
  margin: 0px; 
  width: 180px; 
  position: relative;
}

.menu h3 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-size: 13px;
  padding-left: 13px; 
  padding-right: 2px; 
  padding-top: 4px;
  padding-bottom: 3px;
  margin: 0px; 
  color: #111;
  background: #fff940;
  border-left: #ff0 1px solid; 
  border-right: #ff0 1px solid; 
  border-top: #ff0 1px solid; 
}

.logo {
  text-align: center;
}

.logo img {
  border: 0px;
}

.main {
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  text-align: left;
  width: 475px; 
  float: right;
  position: relative;
  border: #ff0 1px solid; 
  background: #ffffcc; 
  font-size: 11px; 
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 20px; 
  padding-right: 20px; 
  margin-bottom: 10px;
}

.item {
  border: #ff0 1px solid;
  font-size: 11px; 
  background: #ffffcc; 
  position: relative;
  padding-top: 6px; 
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; 
  margin-bottom: 10px;
}

.item a {
  color: #333;
  text-decoration: none;
}

.item a:hover {
  color: #11118E;
  text-decoration: underline;
}

table {
  border: 0px;
  padding: 0px; 
  margin: 0px;
}

td {
  border: 0px;
  padding: 0px; 
  margin: 0px;
}

a {
  color: #333;
}

a:hover {
  color: #11118E;
}

ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px 0px 0px 18px;
}

.brand a {
  font-weight: bold;
  text-decoration: none;
}

.brand a:hover {
  color: #005AA4;
  font-weight: bold;
  text-decoration: underline;
}

a.brandtree:hover {
  cursor: pointer;
  text-decoration: underline;
}

a.bottletree:hover {
  cursor: pointer;
  text-decoration: underline;
}

