﻿/* ------------------ NEWS -------------------- */
/* -------------------------------------------- */
.news
{
	padding:10px;
	background:#f4f5f4 url(../images/news_bg.gif) top left repeat-x;
	border-bottom:2px solid #f1f2f2;
}

.news .imgcontainer
{
	float:left;
	width:52px;
	padding:3px;
}

.news .content
{
	overflow:hidden;
	margin-left:10px;
	float:left;
}

.news .content h3 a
{
	font-size:13px;
	font-weight:bold;
}

.news .content p
{
	padding-top:4px;
}

.news div.more
{
	display:block;
	width:100%;
	text-align:right;
}

.news div.more a
{
	font-weight:bold;
	color:#839d50;
}

.news div.more a:hover
{
	font-weight:bold;
	color:#839d50;
	text-decoration:underline;
}

.news img
{
	border:0px solid #ff8d00;
	width:50px;
	height:50px;
}

/* ---------------- END NEWS ------------------ */
/* -------------------------------------------- */