@charset "utf-8";

@font-face {
  font-family: "Roboto";
  src: url(./Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(./Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

body
{
	font-family: "Roboto", PingHei, "STHeitiSC-Light", "STHeiti Light", STHeiti, Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.content .moretopic
{
  background-image: url("/statics/en/images/topic_more.png?v=1");
}

#nav ul
{
  width: 180px;
}