div.nextexhib {
  float:left;
  width:740px;
  padding:5px 10px;
}

div.fair {
  float:left;
  width:740px;
  border-bottom:1px dotted #ccc999;
  position:relative;
}
div.fair_splitter {
  background-color:#ffb500;
  width:5px;
  height:5px;
  position:absolute;
  bottom:0px;
  left:0px;
}

div.fairName {
  float:left;
  clear:both;
  font-size:14px;
  font-weight:bold;
  color:blue;
  line-height: 20px;
}
div.fairName a{
  color:#245ca7;
  text-decoration: underline;
}
div.more a {
  
  color: #245CA7;/*color:#ff8400;*/
  text-decoration: none;
}
div.fairMiniContent {
  float:left;
  width:720px;
  clear:both;
  padding:5px 10px;

}


