﻿.latest-news {
	background: url(../../images1/latest-news-bg.gif) repeat-y 0 0;
	height: 100%;
	margin-top: 10px;
}

.latest-news .latest-bottom 
{
	 background: url(../../images1/latest-news-bottom.gif) no-repeat 0 bottom;
}


.latest-news .latest-top {
	background: url(../../images1/latest-news-top.gif) no-repeat 0 top;
	padding: 7px;
}

.latest-news h2 {
	color: #404040;
	font: 22px/22px "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 10px;
	padding-left: 10px;
}

.latest-news .news {
	background: url(../../images1/latest-news-separator.gif) repeat-x 0 bottom;
	margin: 0 5px;
	padding: 10px 5px;
}

.latest-news .news small {
	color: #c04226;
	display: block;
	font-size: 11px;
	margin-bottom: 3px;
}

.latest-news .news .title {
	color: #c04226;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.latest-news .news p {
	color: #5a5a5a;
	line-height: 15px;
}

.latest-news .actions {
	/*background: url(../images/latest-news-actions.gif) no-repeat 0 bottom;*/
	color: #c24426;
	display: inline;
	float: right;
	line-height: 12px;
	margin: 10px 5px 5px 5px;
	padding-left: 15px;
	text-decoration: underline;
}

.latest-news .actions:hover { text-decoration: none; }