#menu {
  float:left;
  margin:10px;
  border:1px dotted gray;
  padding:10px;
  background:rgb(255,140,180);
}

#menu ul {
  padding:0px;
}

#menu li {
  list-style: none;
}

#menu a {
  margin:0px;
  padding:1px 20px;
  color:rgb(200,50,20);
  display:block;
  text-transform: uppercase;
}

#menu a:hover {
  background:rgb(255,140,220);
}

#menu li li a{
  margin-left:20px;
}

#content {
  width:550px;
  margin:auto;
}

#product_list li {
  clear:both;
  list-style: none;
  border-bottom:1px solid gray;
  padding:10px; 
}

#product_list li a {
  color:black;
}

.price {
  float:right;
  font-size:150%;
  margin:30px;
  padding:10px;
  border:1px dotted red;
  color:red;
  background:rgb(230,230,100)
}

a.back_to_category {
  float:right;
}

form {
  padding:20px;
  color:#156;
}

#star1 {
  position: absolute;
  left:-20px;
  top:180px;
  width:210px;
  height:172px;
  z-index:100;
  background-image:url(resources/star_hot.gif);
}

#star2 {
  position: absolute;
  right:-20px;
  top:20px;
  width:232px;
  height:190px;
  z-index:100;
  background-image:url(resources/star_discount.gif);
}

#star3 {
  position: absolute;
  right:100px;
  top:240px;
  width:232px;
  height:190px;  
  z-index:100;
  background-image:url(resources/star_special.gif);
}

