﻿/* SECTION TOP */
ul.ulistSectionTop
{
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    min-height: 50px;
    padding: 0;
    padding-bottom: 12px;
}

ul.ulistSectionTop .text
{
    margin: 0;
}

ul.ulistSectionTop div.readmore
{
    height: 18px;
    margin-top: 12px;
    width: 70px;
}

ul.ulistSectionTop div.readmore a,
ul.ulistSectionTop div.readmore a:visited
{
    background-image: url('/grafik/UdeOgHjemme/arrowDoubleRightSmallBlack.gif');
    background-repeat: no-repeat;
    background-position: right 4px;
    font-size: 11px;
    font-weight: bold;
    padding-right: 13px;
}

ul.ulistSectionTop div.newsCategory
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0;
    text-decoration: underline;
    text-transform: uppercase;
}

ul.ulistSectionTop .date
{
    /*font-size: 10px;
    line-height: 20px;*/
    display:none;
}

/* ULISTSECTION */
ul.ulistSection
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    padding: 0;
}

ul.ulistSection li
{
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    height: 95px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    width: 456px;
}

ul.ulistSection .image
{
    border-right: 1px solid white;
    height: 95px;
    float: left;
    overflow: hidden;
    width: 108px;
}

ul.ulistSection .teaser
{
    padding: 0;
    margin: 0;
}

ul.ulistSection .content
{
    float: left;
    height: 72px;
    margin: 0px 12px 10px 12px;
    overflow: hidden;
    width: 318px;
}

ul.ulistSection a,
ul.ulistSection a:visited
{
    color: #000;
    padding: 0;
}

ul.ulistSection h3,
ul.ulistSection h3 a,
ul.ulistSection h3 a:visited
{
    color: #d61925;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 3px;
}

ul.ulistSection .readmore
{
    float: left;
    font-weight: bold;
    padding-right: 12px;
    margin: 0px 12px 0 12px;
}

ul.ulistSection div.readmore a,
ul.ulistSection div.readmore a:visited
{
    background-image: url('/grafik/UdeOgHjemme/arrowDoubleRightSmallBlack.gif');
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 13px;
}

div.colMiddle ul.ulistSmallSection .content
{
	height: 42px;
}

div.colMiddle ul.ulistSmallSection .content h3,
div.colMiddle ul.ulistSmallSection .content h3 a,
div.colMiddle ul.ulistSmallSection .content h3 a:visited
{
	height: auto;
	margin-bottom: 1px;
	min-height: 0;
}

div.colMiddle ul.ulistSmallSection .readmore
{
	margin-left: 0;
}