body {
	background: url( http://www.dutchvillage.com/images/sidebar.jpg ) repeat-y #FFFFFF;
	background-position: 0;
	font-style: normal;
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	font-size: small;
	margin-top: 0;
	margin-left: 0px;
	padding-top: 0;
	font-weight: normal;
}
a {
  color: #003596;
  text-decoration: none;
  font-weight: 700;
}
a:link {
  color: #003596;
  text-decoration: none;
  font-weight: 700;
}
a:visited {
  color: #003596;
  text-decoration: none;
}a:hover {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
.center {
	text-align: center;
	font-size: 14px;
}
.bold {
  font-weight: 900;
}
.red {
	color: #000;
	font-size: 14px;
}
.italic {
    font-style: italic;
}
#navigation {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
	z-index: 50;
}
.hide {
  text-indent: -5000px;
}
#navigation a {
  display: block;
  height: 25px;
  width: 140px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 140px;
}
#trigger {
  position: absolute;
  top: -1px;
  display: none;
}
#giftButton {
  background: url( http://www.dutchvillage.com/images/buttons/gift_button.gif ) no-repeat 0 -25px;
}
#tulipButton {
  background: url( http://www.dutchvillage.com/images/buttons/tulip_button.gif ) no-repeat 0 -25px;
}
#costumeButton {
  background: url( http://www.dutchvillage.com/images/buttons/costume_button.gif ) no-repeat 0 -25px;
}
#shopdirectoryButton {
  background: url( http://www.dutchvillage.com/images/buttons/shopdirectory_button.gif ) no-repeat 0 -25px;
}
#foodButton {
  background: url( http://www.dutchvillage.com/images/buttons/food_button.gif ) no-repeat 0 -25px;
}
#bowlButton {
  background: url( http://www.dutchvillage.com/images/buttons/bowl_button.gif ) no-repeat 0 -25px;
}
#shoesButton {
  background: url( http://www.dutchvillage.com/images/buttons/shoes_button.gif ) no-repeat 0 -25px;
}
#tilesButton {
  background: url( http://www.dutchvillage.com/images/buttons/tiles_button.gif ) no-repeat 0 -25px;
}
#delftButton {
  background: url( http://www.dutchvillage.com/images/buttons/delft_button.gif ) no-repeat 0 -25px;
}
#canalButton {
  background: url( http://www.dutchvillage.com/images/buttons/canal_button.gif ) no-repeat 0 -25px;
}
#homeButton {
  background: url( http://www.dutchvillage.com/images/buttons/home_button.gif ) no-repeat 0 -25px;
}
#navigation a:hover {
  background-position: 0 0;
}
#navigation ul li {
  position: relative;
}
#navigation li ul {
  position: absolute;
  left: 140px;
  display: none;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid white;
}
#navigation li ul a {
  background-color: #003596;
  font-size: x-small;
  color: white;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-top: 5px;
  text-decoration: none;
  text-indent: 5px;
  vertical-align: middle;
}
#navigation li ul a:hover {
  background-color: #EA3934;
  text-decoration: underline;
		text-align: center;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
#navigation li:hover ul {
  display: block;
  float: right;
}
#navigation li.over ul {
  display: block;
  float: right;
}
div.popUp {
  width: 125px;
  position: relative;
  display: none;
  top: -25px;
  left: 149px;
  z-index: 5;
  border-bottom: 1px solid white;
}
div.popUp a {
  background-color: #003596;
  color: white;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-top: 5px;
  text-decoration: none;
  text-indent: 5px;
  vertical-align: middle;
}
div.popUp a:hover {
  background-color: #EA3934;
  text-decoration: underline;
}
div.button:hover div.popUp, div.over div.popUp {
  display: block;
  float: right;
}
#address {
  padding-top: 25px;
  color: white;
  text-align: center;
  font-size: x-small;
}
#address p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#address a {
  text-decoration: none;
  color: white;
  margin-bottom: 0;
  padding-bottom: 0;
}
#address a:link {
  text-decoration: none;
  color: white;
}
#address a:hover {
  text-decoration: underline;
  background-color: #EA3934;
}
#weatherBug {
  position: relative;
  width: 150px;
  left: 3px;
  padding-top: 25px;
  padding-bottom: 50px;
}
#bottomTiles {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
}

.itembox {
  border: 1px solid #013598;
  float: left;
  height: 260px;
  margin-bottom: 20px;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  text-align: center;
  width: 150px;
}

#itemlist {
	margin-left: 34px;
	margin-top: 30px;
}

.itembox p {
	bottom: 0;	
}

  .tooltip {
    display:none;
	background-color: #FFFFFF;
	border: 2px solid black;
    font-size:12px;
    height:350px;
    width:350px;
    padding:25px;
    color:#000000;
	z-index: 500;
  }
