/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
  float: left;
  margin: 0 0;
  min-height: 100px;
  height: auto !important;
  height: 100px;
/*  width: 186px;*/
  padding: 0 0;
}

.news-latest-item {
  float: left;
  margin: 0 0;
  min-height: 100px;
  height: auto !important;
  height: 100px;
 /* width: 174px;*/
  padding: 0 6px;
}
.news-latest-item a {
  color: #cd3023;
  text-decoration: none;
  text-transform: uppercase;
}
.news-latest-item a:hover {
  color: #000000;
}
.news-latest-item p {
  margin: 0 0 2px;
}

.news-latest-date {
  float: left;
  color: #038e44;
}

.news-latest-item-img,
.news-latest-item-content {
  float: left;
  min-height: 51px;
  height: auto !important;
  height: 51px;
/*  width: 93px;*/
}
.news-latest-item-content {
 /* width: 245px;*/
  padding-left: 10px;
}

/*-------------------------- tt_news LIST view  ---------------------------*/

.news-list-container {
  float: left;
}
.news-list-container h3 {
}
#contentNormal .news-list-item h3 a {
  color: #038E44;
}
.news-list-container img {
  float: right;
  margin: 37px 0 15px 15px;
}

.news-list-date {
  display:  block;
  float:  none;
/*  width: 420px;*/
  padding: 10px 0;
  font-weight: bold;
}

.news-list-item {
  float: left;
 /* width: 100%;*/
  padding: 0 0 20px 0;
}
.news-list-item h2 {
  clear: none;
  width: 420px;
}
.news-list-item h2 a {
  text-decoration: none !Important;
  color: #FFED98 !Important;
}
.news-list-item p {
  /*width: 360px;*/
}
.news-list-title {
  padding: 0 0 5px;
  font-weight: bold;
}
div.news-list-container {
  padding: 0 !important;
}
div.news-list-container div.news-list-title span.news-list-date {
  float: left;
  padding-left: 0px;
  font-weight: normal;
}
div.news-list-container div.news-list-text {
  float: left;
  margin: 0 0;
  padding: 0 0;
}
div.news-list-container div.news-list-text p {
/*  float: left;*/
  padding: 0 0;
}
div.news-list-container div.news-list-image {
  float: left;
  margin: 0 0.5em 0.5em 0;
  padding: 0 0;
}
div.news-list-container span.news-list-morelink {
  display: block;
  margin: 0 0;
  padding: 5px 0;
}
div.news-list-container span.news-list-morelink img {
  clear: both;
  float: none;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
  padding: 0;
  margin: -33px 0 0;
}
.news-single-item .external-link-new-window {
/*  background-image: url(../images/link.png);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.news-single-item h3 {
   margin: 15px 0px;
   padding: 0 0;
}
.news-single-item p {
  margin: 0 0;
  padding: 0 0;
}
.news-single-item hr {
  margin-left: 10px;
  margin-right: 10px;
}
.news-single-subheader {
  padding-bottom: 15px;
  font-weight: bold;
}
.news-single-img {
  clear: both;
  float: left;
  width: 270px;
  margin: 0 10px 10px 0;
}
.news-single-img img {
  margin-bottom: 10px;
}
.news-single-backlink {
  clear: both;
/*  background-image: url(../images/link.png);*/
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 0px;
}