/* topnewsbox.css */

#RealEstateBox {
  width: 202px;
  height: 298px;
  padding: 0;
  margin: 0 0 0 10px;
  background: #F5F5F5 url(/images/home/background-box.gif) no-repeat bottom center;
  border: 1px solid #B7BEC0;
  overflow: hidden;
}
#TopNewsBox {
  width: 195px;
  height: 292px;
  margin: 0 7px 7px 10px;
  padding: 3px;
  background: #F5F5F5 url(/images/home/background-box.gif) no-repeat bottom center;
  border: 1px solid #B7BEC0;
}
#TopNewsBox h1 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url(/images/rightbanner/background-h1.gif) repeat-x;
  color: #1D354D;
  line-height: 25px;
  height: 25px;
  z-index: 100;
  text-align: left;
  padding-left: 5px;
}
#TopNewsBox h1 a {
  color: #1D354D;
  text-decoration: none;
}
#TopNewsBox ul li {
  margin: 5px;
  text-align: justify;
}
#TopNewsBox ul {
  margin: 0;
}
#TopNewsBox li {
  list-style-type: none;
  border-bottom: 1px solid #B7BEC0;
  text-align: justify;
  padding: 0 0 5px 0;
}
#TopNewsBox .ux-rating-container {
  float: left;
  padding-right: 5px;
}
#TopNewsBox .time {
  color: #1D354D;
  font-size: 11px;
  font-style: italic;
} 
#TopNewsBox .NewsTitle {
  clear: both;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #1D354D;
  display: block;
  width: 17.4em;
  height: 1.3em;
  overflow: hidden;
}
#TopNewsBox .linkFile {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  padding: 0 5px 5px 0;
}
#TopNewsBox .linkFile a {
  color: #1D354D;
  text-decoration: underline;  
}
