@import "../pcdtr/styles.css";

#txt h2.newsTitle {
display:block;
width:67px;
height:14px;
background: url(../images/news.png) no-repeat top;
}

#txt .news-item {
clear:both;
display:block;
height:114px;
width:540px;
margin: 0px 0px 25px 35px;
border-bottom: 1px solid #8db3a6;
}

#txt .news-item h3 {color:#79a294;font-size:1.3em;}

#txt .news-item p {margin: 0px;}

div.newstxt {
float: left;
width:388px;
}
div.newsimg {
float: right;
width:150px;
}