body {
  font-family: tahoma,helvetica,sans-serif;
  font-size: 13px;
  color: #800000;
  margin: 8px;
}

a:link
{
	color: #800000;
	text-decoration: underline;
}

a:visited
{
	color: #800000;
	text-decoration: underline;
}

a:hover
{
	color: #B60000;
	text-decoration: none;
}

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


.banner {

  width: 950px;
}
.banner h2 {
  background-color: #FFF4CA;
  width: 936px;
  padding: 6px;
  font-size: 100%;
  font-weight: 500;
  margin-top: 1px;
  margin-bottom: 1px;
  border: 1px solid #F3ECC4;
 
}
.banner h3 {
  background-color: #FAFAFA;
  width: 944px;
  padding: 2px;
  padding-right: 4px;
  font-size: x-small;
  font-weight: 500;
  margin-bottom: 0px;
  text-align:right;
}


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


.menu {
}


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


.prices {
  margin-top: 1px;
  width: 950px;
}


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


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



.searchform {
}


.searchresults {
  width: 950px;
}
.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: 938px;  
  background-color: #FFF4CA;
  font-weight: bold;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 1px;
  border: 1px solid #F3ECC4;
}

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