 
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	/*border:1px solid #F9FFE5;*/
	color: transparent;

}
.news-latest-container HR.clearer {
	clear:left;
}



/*----------------------------------- LIST VIEW -----------------------------------*/

.news-list-container,
.news-single-item {
  width: 464px;
  margin:0 0 0 0;
  padding: 0;
}

.news-single-item.single {
  overflow-x: hidden;
}

.news-list-item {
  float: left;
  width: 464px;
  margin: 0 0 20px 0;
  padding: 0;
}


/* New News New News */

.tx-ednewscomments-pi1-bubble {
  width: 500px;
  background: #88c0e8 url('/fileadmin/images/bg_bubble.png') no-repeat;
  height: auto;
  border: 0;
  margin: 0 0 15px 0;
  float: left;
  position: relative;
}

.tx-ednewscomments-pi1-bubble.second
 {                                                                         
  background: #d7e5f0 url('/fileadmin/images/bg_bubble.png') no-repeat; 
}  

.tx-ednewscomments-pi1-bubble.second .bubble-trick {
  background: #d7e5f0 url('/fileadmin/images/border_bubble.png') no-repeat;
}

.tx-ednewscomments-pi1-bubble.second .bubble-middle {
  color: #000000;
}

.bubble-top {
  width: 500px;
  height: 20px; 
  background: url('/fileadmin/images/border_topleft.png') no-repeat;
  float: left;
}

.bubble-topright {
  height: 20px; 
  width: 19px;
  float: right;
  background: url('/fileadmin/images/border_topright.png') no-repeat;
}

.bubble-bottom {
  width: 500px;
  height: 20px; 
  background: url('/fileadmin/images/border_bottomleft.png') no-repeat;
  float: left;
}

.bubble-bottomright {
  height: 20px; 
  width: 18px;
  float: right;
  background: url('/fileadmin/images/border_bottomright.png') no-repeat;
}

.bubble-middle {
  min-height: 70px;
  height: auto !important;
  height: 70px;
  float: left;
  width: 460px;
  padding: 0px 20px 0px 20px;
  line-height: 16px;
}

.bubble-trouble {
  height: 53px;
  width: 500px;
  float: left;
  background: #ffffff;
}

.bubble-trick {
  float: left;
  margin-left: 40px;
  height: 51px;
  width: 68px;
  background: #88c0e8 url('/fileadmin/images/border_bubble.png') no-repeat;
  
}



.news-list-container-new {
  /*border-top: 1px dotted #000000; */
  /*padding-top: 5px;   */
  /*float: left; */
}

.news-list-container-new h3 {
   margin: 0 0 2px 0;
   padding: 0 0 0 0px;
}

.news-list-container-new h3 > a,
.news-list-wrapper-title h3 {
   display: block;
   width: 454px;
   height: 30px;
   background: #e8e4e6;
   color: #666;
   margin: 0;
   padding: 0 0 0 10px;
   line-height: 30px;
   font-family: Verdana;
   text-decoration: none;
}

.news-list-container-new h3.ui-state-active,
.news-list-wrapper-title h3 {
   margin: 0px 0 2px 0 !important;
}

.news-list-container-new h3.ui-state-active a,
.news-list-container-new a:hover,
.news-list-wrapper-title h3 {
   background: #E31781;
   background: #3F80AE;
   color: #fff;

}

.news-list-wrapper-title {
   border-bottom: 2px solid #fff;
}



div.ui-accordion-content-active {
   border-bottom: 1px dotted #3F80AE; 
}

.news-list-container-new h3 a .date {
   font-weight: normal;
   /*float: right;     */
   padding-right: 10px;
}

.news-list-container-new .text-images {
  width: 150px;
  float: right;
}

.news-list-container-new .tx-ttnews-browse {
 /* position: relative !important          **/
  width: 464px;
}

.news-list-container-new .tx-ttnews-browsebox {
  margin-left: 180px;
  float: none !important;
}

.news-list-item-new .news-list-text .images-right {
  float: right;
  width: 185px;
  border-left: 1px dotted #000000;
}
  

  
.news-list-item-new .news-list-text p {
 /* display: normal !important;   */
  margin: 10px 0 10px 0 !important;
  /*padding: 0;   */
  line-height: 16px !important;
}  

.news-list-item-new .news-list-text .images-right a.news-image {
  
  padding: 5px;        
  /*border: 1px dotted #e8e4e6;       */
  /*border: 1px dotted #000000;  */
  display: block;
 /* float: right;   */
  margin: 0 0 5px 0;
}

.news-list-item-new {
  /*float: left; */
  width: 444px;
  margin: 0 0 5px 0;
  padding: 0 0px 60px 0px;
 /* border-bottom: 1px dotted #000000;  */
}

.news-list-item-new.single {
  border-bottom: 0px;
}


.news-list-item-new .news-list-social .social-right {
  float: right;
  
}

.news-list-item-new .news-list-social .social-left {
  float: left;
}

.news-list-item-new .news-list-social .social-left a {
  margin: 0;
  height: auto;
  line-height: 20px;
}



/*.news-list-item-new .news-list-header .news-list-wrapper-title h3,
.news-list-item-new .news-list-header .news-list-wrapper-title h3 a {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none !important;
  text-align: center;
}  */


.news-list-item-new .news-list-text {
  border: none;
  margin: 0;
  padding: 15px 0px 0 10px;
  line-height: 16px;
  text-align: left;
/*  float: left;   */

}

.news-list-item-new .news-list-text img {
  padding: 5px;
}






.news-list-wrapper-title h3 a,
.news-single-wrapper-title h3 {
  text-transform: uppercase;
  /*color: #7eb2d7;*/
  color: #3f80ae;
  text-decoration: underline;    
  font-weight: bold;
  font-size: 14px;
  font-family: Verana, Arial, sans-serif;
}

.news-list-subtitle,
.news-single-subtitle {
  font-size: 10px;
  margin-left: 5px;
  float: left;
}

.news-list-morelink {
  float: left;
  margin: 12px 0 0 -10px;
  padding: 0;
  width: 36px;
  height: 20px;
  font-family: Georgia;
  background: url('../../../images/news_morelink_bg.png') no-repeat;
}

.news-list-morelink a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  display: block;
  padding: 5px 3px 3px 5px;
  margin: 0;
}

.news-item-spacer {
  float: left;
  margin: 20px 0 20px 0;
  padding: 0;
  width: 464px;
  height: 13px;
  background: url('../../../images/news_item_spacer.gif') top center no-repeat;
}



.news-list-text img,
.news-single-text img
 {
  float: left;    
  margin: 0 0 0px 0;
  padding: 5px;
}

.news-single-images {
  float: right;
  width: 140px;
  margin: 0 5px 0 0;
  padding: 0 0 0 0px;
}

.news-single-img, 
.news-single-img a,
.news-single-img img {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
} 

.news-single-img img {
margin: 0 0 3px 0 !important;
display: inline;
}

.news-single-img {
  float: right;
}

.news-list-item .news-list-text {
  display: block;
  width: 500px;
  float: left;
  /*border: 1px dotted #E8E4E6; */
  margin: 0;
  padding: 0;
  /*border: 1px dotted #E8E4E6;   */
}

.news-list-item .news-list-text p {
  text-align: left;
  background: #ffffff;
  margin: 0 5px 5px 0;
  padding: 5px;
}


.news-list-item .news-list-text .bodytext,
.news-list-item .news-single-text {
  float: left;
  text-align: left;
  margin: 5px 0 0 0;  
  /*padding: 0;  */ 
  /*margin: 5px;  */
}

.news-list-item .news-list-text .bodytext {
  padding: 5px 0 5px 0px;
}

.news-list-item .bodytext {
  margin: 5px 0 0 3px !important;
  padding: 0 !important;
  font-size: 15px;
}

.news-single-imgcaption {
  font-size: 11px;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  clear: both;
}


.news-list-share {
  float: right;
  width: 119px;
  height: 16px;
  margin: 12px 10px 0 0;
  padding: 0;
}

.news-list-share ul {
  margin: 0;
  padding: 0;
  float: right;
  width: 119px;
  height: 16px;
}

.news-list-share ul li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}

.news-list-share ul li a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url('../../../images/sb_icons.png') no-repeat;
}

.news-list-share ul li a.linkFacebook {
 background-position: 0px -16px;
}

.news-list-share ul li a.linkDigg {
 background-position: -16px -16px;
}

.news-list-share ul li a.linkTwitter {
 background-position: -32px -16px;
}

.news-list-share ul li a.linkMySpace {
 background-position: -64px -16px;
}

.news-list-share ul li a.linkGoogle {
 background-position: -48px -16px;
}

.news-list-share ul li a.linkRSS {
 background-position: -80px -16px;
}

.news-list-share ul li a.linkDelicious {
 background-position: -96px -16px;
}

.news-list-share ul li a.linkFacebook:hover {
 background-position: 0px 0px;
}

.news-list-share ul li a.linkDigg:hover {
 background-position: -16px 0px;
}

.news-list-share ul li a.linkTwitter:hover {
 background-position: -32px 0px;
}

.news-list-share ul li a.linkMySpace:hover {
 background-position: -64px 0px;
}

.news-list-share ul li a.linkGoogle:hover {
 background-position: -48px 0px;
}

.news-list-share ul li a.linkRSS:hover {
 background-position: -80px 0px;
}

.news-list-share ul li a.linkDelicious:hover {
 background-position: -96px 0px;
}


/* News Comments */

.tx-ednewscomments-pi1-item {
  background: #e8e4e6;
  width: 464px;
  padding: 0;
  margin: 0 0 10px 0;
  border: 1px dotted #bebebe;
  float: left;
}

.tx-ednewscomments-pi1-left {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  float: left;
  width: 100px;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
  text-align: right;
}


.tx-ednewscomments-pi1-right {
  width: 390px;
  float: right;
  margin: 10px 0 0 0;
  padding: 0 0px 0 10px;
}

a.commentLink {
  margin: 12px 0 0 10px;
  display: block;
  height: 16px;
  padding-left: 18px;
  background: url('../../../images/comments.gif') no-repeat;
  background-position: 0px -2px;
  float: left;
}


.tx-ttnews-browsebox {
  clear: both;
  float: right;
}

.news-single-backlink {
  margin-top: 20px !important;
  margin-bottom: 20px;
  clear: both;
  float: right;
}

.csc-header-n2 h1 {
margin: 10px 0px 10px 0px !important;
  clear: both;
}

.tx-ednewscomments-pi1-browsebox {
  clear: both;
  float: right;
  margin-bottom: 10px;
}
