body {
  font-family: tahoma,helvetica,sans-serif;
  font-size: small;
  color: #333;
  margin: 0px;
  background-color: #444444;
  background-image: url("/images/bg.png");
}

#header {
	width:980px;
	height: 70px;
	margin: 0 auto;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #fff;
	background-image: url("/images/camera.jpg");
	background-repeat: no-repeat;
	background-position: -80px -150px;
	}
	
.logo {
	position: relative;
	left: -2px;
	top: 16px;
	}
	
#bar	{
	width:980px;
	height: 20px;
	margin: 0 auto;
	background-color: #000;
	background-image: url("/images/bar.png");
	}	

#wrapper {
	width:970px;
	margin: 0 auto;
	background-color: #fff;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 5px;
	}
	
#footbar	{
	width:980px;
	height: 20px;
	margin: 0 auto;
	background-color: #000;
	background-image: url("/images/bar.png");
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}
	
#footer {
	width:980px;
	height: 120px;
	margin: 0 auto;
	margin-top: 0px;
	background-color: #444;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	text-align: center;
	padding-top: 10px;
	}
	
#footer p {
	margin-top: 0px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
	}

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


.banner {
}
.banner h2 {
  background-color: #DFFBCF;
  background-image: url("/images/bar.png");
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.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: #000;
  color: #fff;
  background-image: url("/images/bar.png");
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}


.menu {
}


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


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


.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: 970px;
}
.ratings form {
  display: inline;
}
.ratings form select {
  color: #AF7817;
}
.ratings form textarea {
  width: 100%;
}



.searchform {
}


.searchresults {
  width: 970px;
}
.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: 964px;
  background-color: #fff;
  color: #fff;
  background-image: url("/images/bar.png");
  background-repeat: repeat-x;
  font-weight: bold;
  height: 20px;
  padding: 0px;
  padding-left: 4px;
  margin-left: 2px;
  margin-top: 10px;
  line-height: 20px;
}


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