/* 
    Document   : tt_news.css
    Created on : 12.01.2012, 13:00:58
    Author     : Orange Hive
    Description: Additional TT_News CSS
    Purpose of the stylesheet follows.
*/


/*
    Listview
*/
#main .content .news-list-container {
}

#main .content .news-list-container .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-top: 15px;
}

#main .content .news-list-container .news-list-item:last-child {
    border: none;
    padding-bottom: 0;
}

#main .content .news-list-container .news-list-item h2 {
    font-size: 12pt;
}


/*
    Detailview
*/
#main .content .news-single-item {
    font-size: 12pt;
}

#main .content .news-single-item .header h1 {
    font-size: 12pt;
    font-weight: bold;
    /* text-align: justify; */
}

#main .content .news-single-item .subheader h2 {
    font-size: 10pt;
    font-weight: bold;
    color: #626262;
    line-height: 20px;
    text-align: justify;
}

#main .content .news-single-item .news-single-backlink {
    font-size: 10pt;
}

.news-single-rightbox {
    width: 100px;
}

.news-list-item {
  overflow: hidden;
}