div.gray_box_top { /* The top rounded corners of the gray box. The bottom is included in the "background" of the div */
	height: 10px;
	width: 170px;
	background: url('../images/gray_box_top.gif') no-repeat top;
}
div.mostpopular {
  width: 170px; 
  text-align: center; 
  padding-bottom: 20px; 
  background: url('../images/gray_box_bottom.gif') no-repeat bottom #edebeb;
}
div.mostpopular h1 {
  font-size: 17px; 
  font-weight: bold; 
  color: #de72ab;
}
div.mostpopular a.image {
  text-decoration: none;
}
div.mostpopular a.title {
  text-decoration: none;
  color:#8C8384;
}
div.mostpopular a:hover {
  text-decoration: underline;
}
div.mostpopular img {
  width: 120px;
  height: 120px;
  margin: 20px 0px 0px; 
  border: none;
}
div.mostpopular span.title {
  font-size: 12px; 
  font-weight: bold; 
  display: block;
}