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


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


.banner {
    width: 100%;
    clear: both;
}
.banner h2 {
  background-color: #dedede;
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 5px;
  /*width: 650px;*/
  
}
.banner h3 {
  background-color: #FAFAFA;
  padding: 2px;
  padding-right: 4px;
  font-size: x-small;
  font-weight: 500;
  margin-top: 0px;
  text-align:right;
  /*width: 650px;*/
}


.featuredboxes{
  border: solid 1px #dedede;
  padding: 5px;
  height: 230px;
}

.featured{
  /*width: 430px;*/
  width: 100%;
  clear: both;
 
}
.featured table {
  /*margin: auto;*/
  padding: 0px;
  width: 100%;
}


.featured td {
    padding: 4px;
    color: black;   
}
.featured th {
  background-color: #DEDEDE;
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
  color: Red;
}
.featured .stars {
  font-size: x-small;
}


.menu {
    width: 350px;
/*border: solid 1px #dedede;*/
float: left;
height: 35px;
}


.navigation {
  /*width: 650px;*/
  text-align: center;
  margin: 20px 0 20px 0;
}


.prices {
  margin-top: 15px;
  width: 100%;
}


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


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



.searchform {
    width: auto;
    text-align: right;
	/*border: solid 1px #dedede;*/
	vertical-align:text-bottom;
float: right;
height: 25px;
}


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

.related {
  width: 100%;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 0px;
  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;
}
