/* ChinaSoft home */

#code
{
  display: block;
  width: 250px;
  margin-bottom: 20px;
}

#code h2
{
  background: url('/china2/site/img/title_code.gif') no-repeat;
  border-bottom: solid 1px #ccc;
  height: 25px;
}

#code span
{
  display: none;
}

#code ul
{
  line-height: 150%;
}

#code li
{
  list-style: square;
}

#code a
{
  color: #333;
  text-decoration: none;    
}

#article
{
  display: block;
  width: 250px;
  margin-bottom: 10px;
}

#article h2
{
  background: url('/china2/site/img/title_article.gif') no-repeat;
  border-bottom: solid 1px #ccc;
  height: 25px;
}

#article span
{
  display: none;
}

#article ul
{
  line-height: 150%;
}

#article li
{
  list-style: square;
}

#article a
{
  color: #333;
  text-decoration: none;    
}

#ccgBox
{
  display: block;
  width: 250px;
  margin-bottom: 10px;
}

#ccgBox h2
{
  background: url('/china2/site/img/title_product.gif') no-repeat;
  border-bottom: solid 1px #ccc;
  height: 25px;
}

#ccgBox span
{
  display: none;
}

#mostread
{
  display: block;
  width: 640px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#mostread h2
{
  font-family: Mufferaw, Trebuchet MS, Tachoma, Verdana;
  font-size: 20px;
  border-bottom: solid 1px #ccc;
  height: 25px;
}

#mostread span
{
  /* display: none; */
}

#mostread ul
{
  line-height: 200%;
}

#mostread li
{
  list-style: square;
}

#mostread a
{
  color: #333;
  text-decoration: none;    
}

