a {
  color: #cc9;
}
a:visited {
  color: #cc9;
}
a:hover, a:visited:hover {
  color: #cc9;
  text-decoration: none;
}
body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#hd {
  background-color: #0066b3;
  border-bottom: 4px solid #fc0;
  color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-bottom: 0px;
  text-align: center;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#bd {
  background-color: #deeffb;
  border-bottom: 4px solid #fc0;
  float: left;
  width: 100%;
}
#yui-g {
  float: left;
  width: 500px;
}
#main-text {
  background-color: #0066b3;
  margin: 10px;
  padding: 25px;
  border: 3px solid #FFFFFF;
  color: white;
}
#main-text h1 {
  margin-top: 0;
  margin-bottom: 10px
}
#main-text h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#main-text p {
  line-height: 160%;
  padding-bottom: 5px;
}
#map {
  text-align: center;
}
.product .name {
  color: #75c600;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: .5em;
}
.product .price {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: normal;
  text-align: left;
  padding-right: 20px;
}
.product .buy_link {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: normal;
  text-align: right;
}

#ft {
  color: #818cb0;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

#equalize .img-shadow {
  min-height: 200px;
}

/* Image shadows */
.img-shadow {
  float:left;
  background: url(/page_attachments/0000/0033/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/page_attachments/0000/0031/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.random-products {
  display: inline-block;
  padding: 15px 0px 0px 0px;
}

.inline-wrap {
  text-align: center;
}

.inline-wrap .product {
  display:-moz-inline-box;
  -moz-box-orient:vertical;
  display:inline-block;
  vertical-align:top; 
  word-wrap:break-word;
  border: 3px solid #FFFFFF;
  padding: 5px;
  margin: 5px;
  min-width: 210px;
  max-width: 210px;
  width: 210px;
  text-align: center;
}

* html .inline-wrap .product { display:inline; }

* + html .inline-wrap .product { display:inline; }

* html .inline-wrap .product { width:210px; }

a .backlink {
  padding: 10px 0px 0px 0px;
}

hr {
  border: 1px dotted #silver; 
  border-style: none none dotted;
  width: 75%;
}