body{
  margin:5px;
  background-color:#969797;
  font-size:12px;
  color:#000000;
  line-height:18px;
}

.ClassName {font-size:14px;}
.ClassName a:link { color:#FFFFFF; text-decoration: none; }
.ClassName a:visited{ color:#FFFFFF; text-decoration: none; }
.ClassName a:hover { color:#FF6600; text-decoration: underline;}
.ClassName a:actived { color:#FF6600; text-decoration: none;}

.MoreBar {font-size:13px; color:#FFFFFF;}
.MoreBar a:link { color:#FFFFFF; text-decoration: none; }
.MoreBar a:visited{ color:#FFFFFF; text-decoration: none; }
.MoreBar a:hover { color:#ffffff; text-decoration: underline;}
.MoreBar a:actived { color:#ffffff; text-decoration: none;}

.Price{
  border-bottom:#999999 2px dotted; 
  width:80px;
  font-weight:bold;
  color:#666666;
}

.BarTitle{
  color:#FFFFFF;
  font-size:13px;
}

.antifake{
  width:30px; 
  border:#B82818 1px solid;
  background:#E7E5E1;
}

a:link { color:#666666; text-decoration: none; }
a:visited { color:#666666; text-decoration: none; }
a:hover { color:#666666; text-decoration: underline;}
a:actived { color:#666666; text-decoration: none;}

/* ---- 文章列表显示样式  样式一 12px 开始 ---- */
.ClassList{
  width:100%;
  text-align:left;
  float:left;
  margin:0px auto; 
  *margin:0px auto; 
  font-size:12px;
  padding:0px;
}

.ClassList div{
  width:100%;
  text-align:left;
  float:left;
  margin-top:0px;
  padding-left:0px;
  padding-bottom:0px;
}

.ClassList ul{
  width:100%;
  
  list-style:none;
  
  text-align:left;
  float:left;
  margin:0;
  padding:0;
/*  list-style-type: none;
*/  font-weight:100;
  color:#000000;
  border:#CCCCCC 0px solid;
}

.ClassList li{
  float:left;
  width:100%;
  border-bottom:#ECEBE7 0px dotted;
  padding-top:3px;
}

.ClassList li a:link { 
  color:#333333; 
  text-decoration:none; 
}

.ClassList li a:visited { 
  color:#333333; 
  text-decoration:none; 
}

.ClassList li a:hover { 
  color:#990000; 
  text-decoration:underline;
}

.ClassList li a:actived { 
  color:#333333; 
  text-decoration: none;
}
/* ---- 文章列表显示样式  样式一 14px 结束 ---- */
