body {
  	font-family: verdana,arial;
  	font-size: small;
  	color: #333;
  	background-color: #313131;
  	margin: 0px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 5px;
	}
	
#header {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background-image: url("images/header.png");
	padding: 5px;
	border-bottom: 2px solid #313131;
	}
	
.logo {
	position: relative;
	left: -15px;
	}
	
#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background-image: url("images/bg.png");
	padding: 5px;
	color: #F8B603;
	font-size: 10px;
	text-align: center;
	}
	
#topbar {
	width: 990px;
	height: 20px;
	margin: 0 auto;
	background-image: url("images/shinybar.png");
	}


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


.banner {
	
	}

.banner h2 {
  background-color: #DFFBCF;
  background-image: url("images/shinybar.png");
  height: 16px;
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
  overflow: hidden;
}
.banner h3 {
  background-color: #FAFAFA;
  padding: 2px;
  padding-right: 4px;
  font-size: x-small;
  font-weight: 500;
  margin-top: 0px;
  text-align:right;
}


.featured {
	width: 980px;
}
.featured table {
  margin: auto;
  padding: 0px;
}
.featured th {
  background-image: url("images/shinybar.png");
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}


.menu {
}


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


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

.prices th {
	background-image: url("images/shinybar.png");
	height: 20px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0px 2px;
	}


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


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



.searchform {
}


.searchresults {
  width: 960px;
  margin: 0 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: 970px;
  //background-color: #eeeeee;
  background-image: url("images/shinybar.png");
  background-repeat: repeat-x;
  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;
}
