body {
  font-family: Georgia,tahoma,helvetica,sans-serif;
  font-size: small;
  color: #333;
  margin: 8px;
}


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


.banner {
}
.banner h2 {
  background-color: #DFFBCF;
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
}
.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: #DFFBCF;
  padding: 2px;
}
.featured h4 {
  font-size: 100%;
  margin-top: 0px;
}
.featured .stars {
  font-size: x-small;
}


.menu {

width: 800px;
}





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


.product {
  margin-top: 15px;
  width: 800px;
}
.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: 728px;
}
.searchresults h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}
.searchresults p {
  text-align: justify;
  margin: 10px 0px 10px 0px;
}


.search_box_container {
	position: absolute;
	top: 8px;
	left: 371px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	width: 373px;
	background-color: #C99;
}



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


#search_box {
    width: 201px;
    height: 31px;
    background: url(/images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}





/* begin ajout new navigation */
.navigation A {
	BORDER-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: #ccc 1px solid;
	PADDING-LEFT: 4px;
	BACKGROUND: #eee;
	PADDING-BOTTOM: 4px;
	BORDER-LEFT: #ccc 1px solid;
	LINE-HEIGHT: 2.5em;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #ccc 1px solid;
	width: 100%;
	font-size: large;

}
.navigation A:hover {
	BACKGROUND: #999; COLOR: #fff; TEXT-DECORATION: none
}

/* end ajout */

/* old navigation 
.navigation {
  width: 728px;
  text-align: center;
  margin: 20px 0 20px 0;
}
*/




/* ROUNDED BOX*/
.roundedbox{}
.rb_top{margin:0; padding:0; height:10px; position:relative; background:url(http://fontframe.com/fontframe/images/rbox_top.gif) repeat-x bottom;}
.rb_tl{margin:0; padding:0; width:10px; height:10px; float:left; position:relative; background:url(http://fontframe.com/fontframe/images/rbox_tl.gif) no-repeat right bottom;}
.rb_tr{margin:0; padding:0; width:10px; height:10px; float:right; position:relative; background:url(http://fontframe.com/fontframe/images/rbox_tr.gif) no-repeat left bottom;}
.rb_bot{margin:0; padding:0; height:10px; position:relative; background:url(http://fontframe.com/fontframe/images/rbox_bot.gif) repeat-x top;}	
.rb_bl{margin:0; padding:0; width:10px; height:10px; float:left; position:relative; background:url(http://fontframe.com/fontframe/images/rbox_bl.gif) no-repeat right top;}
.rb_br{margin:0; padding:0; width:10px; height:10px; float:right; position:relative; background:url(http://fontframe.com/fontframe/images/rbox_br.gif) no-repeat left top;}
.rb_in{margin:0; padding:10px 20px; position:relative; border-left:4px solid #ECECEC; border-right:4px solid #ECECEC;}	
* html .rb_in{height:1%;}/*IE6 Hack*/
