/**
 * MostPopularList.css
 *
 * Copyright 2008 RealPatterns, Inc. All rights reserved.
 */



.MostPopularList {

  height: 214px;
  font: normal 16px sans-serif;
}
.MostPopularList ul {

  list-style: none outside none;
  width: 98%;
  margin: 0px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0px;
  background: #ffffff;
  float: left;
}
.MostPopularList ul li {

  height: 28px;
  margin: 0px;
  padding: 10px 0px 5px 20px;
  line-height: 1;
  text-indent: 0px;
  position: relative;
  font-size: 16px;
}
.MostPopularList ul li a {

  color: #000000;
  font: 16px sans-serif;
  line-height: 1;
  text-decoration: none;
}
.MostPopularList ul li span.Numbering {

  left: 0px;
  float: left;
}
.MostPopularList div.Controls {

  height: 20px;
  text-align: right;
  clear: both;
  padding: 0px 8px;
}
.MostPopularList div.Controls a {

  color: #5e94d2;
  font: normal 0.75em sans-serif;
}
