/* list display styles */

.news-list-item {
    float:left;
    padding:2px 0 2px 18px;
    background:url(images/bullet_feed.png) -2px 7px no-repeat;
    border-bottom:1px solid #eeeeee;
    width: 500px;
}

.tx-ttnews-browsebox {
  float:left;
}

.news-list-item-left {
    padding:1px 0 0 0;
    clear:left;
    width:65px;
}

.news-list-item-right {
    clear:left;
    /* width:970px; */
}

.news-list-item h3 {
    display:inline;
    margin:0;
    padding:0;
}

.news-list-item h3 a {
    text-decoration:none;
    font-size:10pt;
    font-weight:normal;
}

.news-list-item h3 a:hover {
    text-decoration:underline;
    font-size:10pt;
}

.news-list-date {
    font-size:8pt;
}

.news-list-browse {
    clear:both;
    margin:20px 0 0 0;
}

.tx-ttnews-browsebox p {
    margin:0;
    padding:0;
    display:none;
}

.tx-ttnews-browsebox td p {
    display:block;
}
/* single display styles */

.news-single-timedata {
    display:inline;
    font-size:10pt;
    padding:0 0 0 15px;
}

