body {
  font-family: tahoma,helvetica,sans-serif;

  color: #333;
  margin: 8px;
}


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


.banner {
}
.banner h2 {
  background-color: #DFFBCF;
  padding: 2px;
  font-size: 11px;

  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 {
  width: 600px;
  text-align: center;
  margin: 20px 0 20px 0;
}


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


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


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



.searchform {
	float: left;
	margin: 0 0 10px 0;
}

.searchform fieldset, .searchform input {
	vertical-align: middle;
}

.searchform .searchinput {
	border: 1px solid #e5e5e5;
	padding: 2px;
	width: 180px;
	background: #fff;
	color: #666;
}

.searchform .searchinput:focus {
	border: 1px solid #c8d4d8;
}

.searchform .searchbutton {
	width: 50px;
	height: 18px;
	background: url(../images/find.gif) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}

.searchform .searchbutton:hover {
	background: url(../images/find.gif) no-repeat bottom;
}


.searchresults {
  width: 600px;
}
.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: 480px;
  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;
}