/*--------------------------------- tt_news LATEST view  -----------------------------------*/
.news-latest-container {
    float: right;
    margin: 4px 0 16px 0px;
    text-align: left;
    background: none;
    width: 155px;
    border-bottom: 1px solid #d2d2d2;
}

.news-latest-item {
    background: none;
    width: 135px;
    float: left;
    display: inline;
    margin-left: 10px;
}

.news-latest-item p {
    font-size: 10px;
    clear: both;
    margin-top: 0px;
    margin-bottom: 12px;
    line-height: 14px;
}

.clearer {
    clear: both;
}

.news-latest-date {
    display: none;
}

.news-latest-morelink {
    display: none;
}

.news-latest-gotoarchive {
    display: none;
}

.news-latest-category {
    display: none;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/

#TypoContent .news-list-container a {
font-size: 10px;
line-height: 14px;
}

#TypoContent .news-list-container h2 {
font-size: 12px;
line-height: 14px;
}

.news-list-container {
    float: left;
    width: 786px;
    margin: 0 0 20px 0;
    background: none;
}

.news-list-item {
    margin: 0px 2px 0 0;
    background: none;
    width: 154px;
    float: left;
    padding-top: 11px;
}

#TypoContent .news-list-header h2 a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    width: 120px;
    clear: both;
    margin: 12px 0 3px 0;
}

.news-list-content {
    width: 125px;
    background: none;
    margin: 0 auto;
    height: 210px;
}

.news-list-content img {
    float: left;
    width: 120px;
}

#TypoContent .news-list-content p {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    line-height: 14px;
}

.news-list-date {
    display: none;
}

.news-list-morelink {
    display: none;
}

.news-list-category {
    display: none;
}
/*--------------------------------- tt_news SINGLE view  -----------------------------------*/
.news-single-item {
	margin: 32px 0 0 0;
}

.news-single-header {
    background: none;
    height: 17px;
    margin: 0 0 5px 0;
}

.news-single-img {
    float: left;
    width: 312px;
}

.news-single-text {
    float: left;
    width: 312px;
	margin: 0 4px 0 0;
}

.news-single-text h2 {
    color: #000;
    display: inline;
    font-size: 11px;
    text-align: left;
    border: 0;
}

.news-single-backlink {
    float: left;
	width: 154px;
    height: 16px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.backlink_image {
    float: left;
    height: 27px;
    line-height: 27px;
    background: url(../img/tilbag_button.jpg);
    background-repeat: no-repeat;
    padding-left: 28px;
}

.backlink_text {
    vertical-align: middle;
    display: block;
    padding-left: 10px;
}

.news-single-backlink a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    cursor: hand;
}

.v_line {
    float: right;
    margin-top: 0;
    width: 1px;
    height: 205px;
    background: #d2d2d2;
}

.h_line {
    height: 1px;
    font-size: 1px;
    width: 146px;
    background: #d2d2d2;
    margin-left: 3px;
    margin-right: 3px;
}