
#mod_latest_cols {
  background: #fff;
  margin-bottom: 7px;
  overflow: hidden
}
#mod_latest_cols .mod_latest_date {
  background: #eee
}

#mod_latest_cols .mod_latest_image {
  width: 100px;float: left;border: 0
}
#mod_latest_cols .mod_latest_image img{
    width: 100px;border: 0
}
#mod_latest_cols .mod_latest_col_content {
  text-decoration: none
}
#mod_latest_cols .mod_latest_title {
  font-size: 14px;
  margin-bottom: 5px
}
#mod_latest_cols .mod_latest_desc {
  line-height: 16px;
  color: #222
}

#mod_latest_cols .mod_latest_cols_modtit {
      background: #FFC54C;
      margin: 0 0;
}

#mod_latest_cols .mod_latest_cols_tabs {
  font-size:11px;
  padding-left: 4px;
      height:24px;
 display: inline-block;
  font-weight: bold;
  margin-left: 146px
}
#mod_latest_cols .mod_latest_cols_tabs a{
  display:inline-block;
    height:24px;
  line-height:24px;
  padding:0 7px;
  text-decoration:none;


}
#mod_latest_cols .mod_latest_cols_tabs a.selected{
  color:#000;
  background: #fff;
}
#mod_latest_cols .mod_latest_cols_tabs a:hover{
  color:#000;
    background: #fff
}


#mod_latest_cols .mod_latest_cols_cats {
display: table-cell;
    padding: 5px 0 10px 0;
    background: #E5E9ED;
    width:150px;
    vertical-align: top
}
#mod_latest_cols .mod_latest_cols_cats a{
  display: block;
  padding: 7px 5px 6px 7px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
text-transform: uppercase;
margin: 0 0 0 4px
}
#mod_latest_cols .mod_latest_cols_cats a.selected{
  color:#000;
  background: #fff;
}