﻿/*********************
1. Breadcrumb styles
2. News styles
**********************/

/* BREADCRUMB */
#BreadcrumbContainer { display: none; }

/* NEWS */
#Newslist {
	margin-top: 15px;
	overflow: hidden;
    }

#Newslist div.News {
	float: left;
	margin-left: 25px;
    width: 210px;
    }
    
#Newslist div.firstNewsItem { margin-left: 0; }

#Newslist h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	line-height: 15px;
    }
    
#Newslist a {
	font-size: 11px;
	text-decoration: none;
    display: block;
    float: left;
    color: #999;
    padding-right: 20px;
    line-height: 15px;
    background: url(../Images/lesmer.jpg) no-repeat top right;
    }

#Newslist h3 a {
	color: black;
	font-size: 18px;
    background: none;
    float: none;
    }

#Newslist h3 .NewsTitlePart2 {
	color: #666666;
	font-weight: normal;
    }

#Newslist p {
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	padding-bottom: 2px;
    }
