﻿/* SECTION SIDE */


/* SECTION TOP */
div.sectionTopHolder
{
    margin-bottom: 12px;
    max-width: 456px;
    min-height: 50px;
    padding-bottom: 12px;
}

div.sectionTopHolder h1
{
	margin-top: 12px;
}

div.sectionTopHolder p
{
    margin: 0 0 12px 0;
}


ul.ulistSectionTop { margin: 0px; padding: 0px; }
ul.ulistSectionTop li { list-style: none; }
ul.ulistSectionTop .date a,
ul.ulistSectionTop .date a:visited { font-family: Trebuchet MS, sans-serif; font-size: 10px; color: #cd343d; }
ul.ulistSectionTop div.content p.text { margin: 5px 0px; padding: 0px; }
ul.ulistSectionTop div.readmore { margin: 12px 0px; }

ul.ulistSectionTop .date
{
    /*font-size: 10px;
    line-height: 20px;*/
    display:none;
}

/* SECTIONS HOLDER */
div.sectionsHolder
{
    max-width: 456px;
    min-height: 20px;
    margin-bottom: 12px;
}

div.sectionsHolder div.snapinSections
{
    height: 95px;
    margin-bottom: 12px;
    width: 456px;
}

/* 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 h2
{
    font-style: italic
}

ul.ulistSectionTop .text
{
    margin: 0;
}



/* ULIST SECTION */
ul.ulistSection
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
	clear: both;
	width: 456px;
}

ul.ulistSection li
{
    background: none;
	border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
	padding-bottom: 12px;
	height: 98px;
	clear: both;
	width: 456px;
}

ul.ulistSection .image
{
	border-right: 1px solid white;
	height: 95px;
	margin-right: 12px;
	float: left;
	overflow: hidden;
	width: 108px;
}

ul.ulistSection .content
{
	float: left;
    margin: 0px 12px 6px 0;
    overflow: hidden;
	height: 74px;
	width: 310px;
}

ul.ulistSection .content p.teaser
{
    margin: 0px;
}

ul.ulistSection a,
ul.ulistSection a:visited
{
    color: #3c3c3c;
    font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
    text-transform: none;
}

ul.ulistSection h3 a,
ul.ulistSection h3 a:visited
{
	color: #cd343d;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	font-size: 17px;
	margin-top: 0;
}

ul.ulistSection .readmore
{
	float: left;
}



/* ULIST SMALL SECTION */
ul.ulistSmallSection div.readmore a,
ul.ulistSmallSection div.readmore a:visited
{
	background: none;
	color: #CD343D;
	text-decoration: underline;
}

