#NewsLeft
{
	height: 380px;
}

#NewsLeft .item
{
	width: 330px;
	height: 50px;
	float: left;
	margin: 0 0 8px 0;
	padding: 0;
	display: inline;
}

#articleList
{
    float: left;
    width: 330px;
}

.black
{
	background: #231f20 url(../../UserFiles/Image/DirectNews/news-item-black.jpg) no-repeat scroll left center;
	color: #fff;
}

.orange
{
	background: #f47c30 url(../../UserFiles/Image/DirectNews/news-item-orange.jpg) no-repeat scroll left center;
	color: #000;
}

.black p a
{
	color: #fff;
}

.orange p a
{
	color: #000;
}

#NewsLeft .item p a
{
	text-decoration: none;
	border: none;
	width: 240px;
}

#NewsLeft .item p
{
	width: 240px;
	height: 46px;
	float: left;
	margin: 4px 0 0 12px;
	padding: 0;
	display: inline;
}

#NewsLeft .item a
{
    float: left;
    width: 70px;   
    padding: 0;
    margin: 0;
    display: inline;
}

#NewsLeft .item img
{
	width: 70px;
	height: 50px;
	float: left;
	border-left: 2px solid #fff;
	padding: 0;
	margin: 0 0 0 8px;
	border: 0;
}

#NewsPager
{
	float: left;
	width: 330px;
	text-align: center;
	padding: 12px 0 0 0;
}

#NewsPager a
{
	color: #3a3637;
	margin: 0 2px;
}

#NewsPager a.current
{
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

#NewsPager a.inactive
{
	cursor: default;
	color: #9a9697;
}

#EventsTitle
{
	float: left;
	width: auto;
	margin: 8px 0 0 8px;
}

#eventsTop
{
	float: left;
	width: 195px;
	height: 12px;
	background: #000 url(../../UserFiles/Image/DirectNews/eventsTop.jpg) no-repeat scroll 0 0;
	margin: 8px 0 0 16px;
}

#eventsMid
{
	float: left;
	width: 175px;
	margin: 0 0 0 16px;
	background: #000 none repeat scroll 0 0;
	color: #fff;
	font-size: 100%;
	padding: 0 10px;
}

#eventsMid p
{
	color: #fff;
	float: left;
	width: 175px;
	margin: 0;
}

#eventsMid a
{
	color: #F57C2B;
	margin: 0 0 8px 0;
	float: left;
	width: auto;
}

#eventsBottom
{
	float: left;
	width: 195px;
	height: 12px;
	background: #000 url(../../UserFiles/Image/DirectNews/eventsBottom.jpg) no-repeat scroll 0 0;
	margin: 0 0 0 16px;
}

#ContentWhiteMain
{
    float: left;
    width: 573px;
    display: inline;
}

