body {
  font-family: tahoma,helvetica,sans-serif;
  font-size: small;
  color: #333;
  height: 100%;
  margin: 8px;
}

.main {
  width: 80%;
  min-height: 100%;
  background-color: #9FCCFF;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header {
  background-color: #9FCCFF;
}

.left {
  background-color: #9FCCFF;
  float: left;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.cloud {
  background-color: #9FCCFF;
  text-align:center;
  float: right;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.tag10 { font-size: 0.7em; font-weight: 100; }
.tag9 { font-size: 0.8em; font-weight: 200; }
.tag8 { font-size: 0.8em; font-weight: 200; }
.tag7 { font-size: 0.9em; font-weight: 300; }
.tag6 { font-size: 1.1em; font-weight: 400; }
.tag5 { font-size: 1.3em; font-weight: 500; }
.tag4 { font-size: 1.5em; font-weight: 600; }
.tag3 { font-size: 1.6em; font-weight: 700; }
.tag2 { font-size: 2.0em; font-weight: 800; }
.tag1 { font-size: 2.3em; font-weight: 800; }

.footer {
  width: 100%;
  background-color: #9FCCFF;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}

.atoz {
}
.atoz h4 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 15px;
}


.banner {
}
.banner h2 {
  background-color: #DFFBCF;
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
}
.banner h3 {
  background-color: #FAFAFA;
  padding: 2px;
  padding-right: 4px;
  font-size: x-small;
  font-weight: 500;
  margin-top: 0px;
  text-align:right;
}


.featured {
}
.featured table {
  margin: auto;
  padding: 0px;
}
.featured th {
  background-color: #DFFBCF;
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}


.menu {
}


.navigation {
  text-align: center;
  margin: 20px 0 20px 0;
}


.prices {
  margin-top: 15px;
}


.product {
  margin-top: 15px;
}
.product h3 {
  font-size: 130%;
  margin: 10px 0px 10px 0px;
}
.product p {
  text-align: justify;
}


.ratings {
  margin-top: 15px;
}
.ratings form {
  display: inline;
}
.ratings form select {
  color: #AF7817;
}
.ratings form textarea {
  width: 100%;
}



.searchform {
}


.searchresults {
}
.searchresults h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
.searchresults p {
  text-align: justify;
  margin: 10px 0px 10px 0px;
}

.related {
  background-color: #eeeeee;
  font-weight: bold;
  padding: 4px;
  margin-left: 2px;
  margin-top: 10px;
}


.starsOn {
  color: #AF7817;
  font-weight: bold;
}
.starsOff {
  color: #AAAAAA;
  font-weight: bold;
}
.nobr {
  white-space: nowrap;
}
.disabled {
  color: #AAAAAA;
}