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

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

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

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

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


.banner {

  width: 920px;
  margin-left: 6px;
  margin-right: 6px;
}
.banner h2 {
  background-color: #414E59;
  width: 920px;
  padding: 5px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner h3 {
  background-color: #414E59;
  width: 920px;
  padding: 5px;
  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: #414E59;
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}


.menu {
  margin-right: 10px;
}

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


.prices {
  margin-top: 15px;
  margin-left: 6px;
  width: 926px;
}


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


.ratings {
  margin-top: 15px;
  margin-left: 6px;
  width: 926px;
}
.ratings form {
  display: inline;
}
.ratings form select {
  color: #AF7817;
}
.ratings form textarea {
  width: 99%;
  background-color: #ccc;
}

.searchform {
  margin-left: 6px;
}

.searchresults {
  width: 926px;
  margin: auto;
}
.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: 926px;
  background-color: #313B44;
  font-weight: bold;
  padding: 5px;
  margin-left: 5px;
  margin-top: 10px;
}


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