.clear {
	clear: both; 
	width: 100%; 
	font-size: 0; 
	line-height: 0;
}

div#RecentlyTuned {
  width: 230px;
  margin: 10px;
  padding-top: 0px;
  background-image: url(../img/RecentlyTunedCenter.gif);
  background-repeat: repeat-y;
}

.roundedBox {
	width: 190px;
	height: 110px
}

div#RecentlyContent {
  width: 230px;
  background-image: url(../img/RecentlyTunedTop.gif);
  background-repeat: no-repeat;
  background-position: top;
}

div#RecentlyTuned ul {
  margin-left: 20px;
  list-style: none;
  font-size: 13px;
  position: relative;
  background: transparent;
}

div#RecentlyTuned ul li a {
  width: 155px;
  color: #ffaa00;
  text-decoration: none;
  position: relative;
  text-decoration: none;
}

div#RecentlyTuned ul li a:hover {
	border-bottom: 1px solid #ffcf67;
	position: relative;
}

div#More {
  height: 12px;
  width: 49px;
  margin-top: 25px;
}

div#MoreRecentlyTuned {
  height: 13px;
  width: 49px;
  margin-left: 20px;
  margin-top: 8px;
}

div#RecentlyTunedBottom {
  height: 12px;
  line-height: 0;
  font-size: 0;
  width: 230px;
  background-image: url(../img/RecentlyTunedBottom.gif);
  background-repeat: no-repeat;
}