/*LINK COLOURS*/

A:link    { color: #009900 }    /* unvisited links */
A:visited { color: #009900 }   /* visited links */
A:hover   { color: #cc6600 } /* user hovers */
A:active  { color: #cc6600 }   /* active links */



/*MENU BAR ROLLOVER*/

.bar {
width: 900px;
background: url("images/_nav_rollover.gif") repeat-x scroll 0 0px;
/*border: 1px solid #0c4903;*/
padding-bottom: 5px;
padding-top: 5px;
}

.rollover a {
background: url("images/_nav_rollover.gif") 0 0px no-repeat;
text-decoration: none;
text-align: center;
font-family: arial, sans-serif;
font-size: 16px; 
font-weight: bold;
color: #fff;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;

/* border-left: 1px solid #fff; */
/* border-right: 1px solid #fff; */

}

.rollover a:hover { 
background-position: 0 -30px;
}

.rollover a:active {
background-position: 0 -60px;
}







html {height: 100%}


body {
	background-image: url(images/_background.png); 
	background-repeat: repeat-x; 

  background-color: #ffffff;
  font-family: arial,sans-serif;
  font-size: 15px;
  color: #333;
  margin: 0px;
}


.atoz {
}
.atoz h4 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 15px;
}


.banner {
}
.banner h2 {
  background-color: #DFFBCF;
  padding: 4px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
}
.banner h3 {
  background-color: #FAFAFA;
  padding: 4px;
  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 {
}




/*PAGING NAVIGATION*/

.navigation {
  width: 728px;
  text-align: center;
  margin: 20px 0 20px 0;
font-size: 16px; 
font-weight: bold;
}



/*PRODUCT PRICES TABLE*/

.prices {
  margin-top: 15px;
  width: 728px;

}



/*PRODUCT TABLE*/

.product {
  margin-top: 15px;
  width: 728px;

}


/*PRODUCT TITLE*/

.product h3 {
  font-size: 130%;
  margin: 10px 0px 10px 0px;


/*PRODUCT TEXT*/

}
.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 {
padding-bottom: 10px; 
padding-top: 10px;
}


.searchresults {
  width: 728px;

}
.searchresults h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
.searchresults p {
  text-align: justify;
  margin: 10px 0px 10px 0px;
}


/*RELATED PRODS TITLE*/

.related {
  width: 717px;
  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;
}

