.news_text {
    font-weight: normal;
    font-size: 8pt;
    line-height: 10pt;
    background: url(../images/hr.gif) repeat-x bottom left;
    padding-bottom: 10px;
}

.text {
    font-weight: normal;
    font-size: 9pt;
    line-height: 12pt;
}

.boxHeading {
    font-size: 15pt;
    line-height: 18pt;
    color: #ff3300;
    margin-top: 0px;
    margin-bottom: 7px;
    padding-top: 0px;
    padding-bottom: 5px;
    background: url(../fileadmin/layout/images/hr.gif) repeat-x bottom left;
}


/*********** MODULE - Feature Box: Scrolly **************/

#featureBox .boxHeading {width:618px;background-color:#ffffff;text-align:left;}

.featuredBox { clear: both;background-color: #fff; width: 618px; /* 5+19+2 + 570 + 2+19+5 */ height: 220px; /* 6 + 13 + 192 + 13 + 6 */ vertical-align: middle; margin-top: 0px; }

.featuredBox img.scrollArrow { float: left; border: 0; margin: 0px; }

.featuredBox img.scrollArrow.prev { margin-right: 0px; }

.featuredBox img.scrollArrow.next { margin-left: 0px; }

.featuredBox .featuredContent { display: inline; float: left; width: 570px; /* (3 + 184 + 3) x 3 */ height: 220px; /* 6 + 13 + 192 + 13 + 6 */ margin: 0; padding: 0; overflow: hidden; background-color: #eee; }

.featuredBox .featuredContent .featuredDisplayDiv { width: 570px; /* default = (3 + 184 + 3) x 3; change with JS for # li's */ margin: 0; padding: 0; }

.featuredBox .featuredContent .featuredDisplayDiv ul { margin: 0; padding: 0; list-style: none; }
* html 
.featuredBox .featuredContent .featuredDisplayDiv ul { margin: 0 0 0 -3px; }

.featuredBox .featuredContent .featuredDisplayDiv ul li { float: left; width: 184px; /* 12 + 160 + 12 */ margin: 6px 3px; background-color: #fff; color: #5F5F5F; }

.featuredBox .featuredContent .featuredDisplayDiv div.summaryBlock { width: 160px; height: 192px; margin: 8px 12px; overflow: hidden; font-family: Helvetica, Arial, sans-serif; font-size: 12px; }

.featuredBox .featuredContent .featuredDisplayDiv div.summaryBlock .featuredImage { text-align: center; }

.featuredBox .featuredContent .featuredDisplayDiv div.summaryBlock .featuredImage img { float: none; margin: 0; padding: 0;}

.featuredBox .featuredContent .featuredDisplayDiv div.summaryBlock .featuredHeadline { clear: both; margin: 6px 0 4px 0; font-weight: bold; font-size: 17px; line-height: 21px; }

.featuredBox .featuredContent .featuredDisplayDiv div.summaryBlock .featuredDateStamp { display: none; }

.featuredBox .featuredContent .featuredDisplayDiv div.summaryBlock .featuredBlurbTxt { line-height: 15px; }

