/* CSS Document */

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recomment-li {
	margin: 0;
	list-style: url(../images/bull_2.png);
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.recomment-ul {
  padding-left: 80px;
}

/*li for list other news*/
.other-threads-li{
  line-height: 20px;
  padding-left: 10px;
  padding-top: 0px;
  background-image: url(../images/bull_2.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}
