*{
	margin: 0;padding: 0;
}
html{
	font-size: 10px;
}
a{
	color: #666;text-decoration: none;
}
a:hover{
	text-decoration: none;cursor: pointer;
}
li{
	list-style: none;
}
img{
	border: none;font-size: 0;
}
.tcdPageCode {
	text-align: center;
	margin: 20px auto 40px;
  }
  
  .tcdPageCode a, .current, .disabled {
	display: inline-block;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-left: 10px;
	color:#666
  }
  .current {
	background:#FFB003;
	color: #fff;
	margin-left: 10px;
	border-color:transparent
  }
  .nextPage,.prevPage,.disabled{background:#262626;color:#fff !important;}