
/* ***** LEFT MENU ***** */
#leftcolumn {
  float: left;
  width: 135px;
  margin-right: 7px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.leftbox {
  margin-bottom: 5px;
}
.boxhead {
  background: url(/img/leftbox-top-bottom.png) no-repeat;
  padding-left: 15px;
  color: #fff;
  font-family: Georgia, serif;
  height: 20px;
  line-height: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
* html .boxhead {
  background: url(/img/leftboxtop.gif) no-repeat;
}
.boxbottom {
  padding: 3px 3px 4px 4px;
  background: url(/img/leftbox-top-bottom.png) no-repeat bottom left;
}
* html .boxbottom {
  background: url(/img/leftboxbottom.gif) no-repeat bottom left;
}

#productsearch {
  width: 110px;
  margin-left: 5px;
  margin-top: 2px;
}
#productsearchgo {
  text-align: right;
  margin-right: 9px;
  margin-bottom: 5px;
}

/* ***** SEARCH RESULTS ***** */
#searchresults {
  display: none;
  position: absolute;
  top: 98px;
  left: 130px;
  width: 475px;
  height: 400px;
  background: url(/img/search_background.gif) no-repeat;
  padding: 5px 10px 0 15px;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
}
#searchterm {
  font-size: 1.5em;
  color: #000;
  text-align: left;
  font-family: Georgia, serif;
}
#searchprods {
  height: 371px;
  padding: 0 0 5px 0;
  padding-bottom: 5px;
  overflow: auto;
}
.searchresult {
  float: left;
  margin: 5px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.searchresulttitle {
  background: #000;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  padding: 5px;
  overflow: hidden;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter:alpha(opacity=75);
}

.productmenuhead {
  padding-left: 10px;
  background: url(/img/prodmenuhead-line.gif) no-repeat center left;
}
.productmenuhead span {
  background-color: #e0e2e2;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.2em;
  font-family: Georgia, sans-serif;
  color: #000;
}
.productmenulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productmenulist a {
  color: #333;
  display: block;
  padding-left: 12px;
}
* html .productmenulist a {
  float: left;
  width: 113px;
}
.productmenulist a:hover, .productmenulist a.current {
  background: #fff;
  text-decoration: none;
}




#regionchooser {
  display: none;
  position: absolute;
  left: 630px;
  bottom: 20px;
  border: 1px solid #000;
  background: #fff;
}
#regionchooser a {
  display: block;
  padding: 3px 6px 3px 6px;
}
#regionchooser a:hover {
  background: #900;
  color: #fff;
}