﻿body
{
	background-image: url('../images/base/updates-base.png');
}

.title 
{
	background: url('../he/images/titles/updates.gif') no-repeat bottom right;
}

#updates .current a 
{
	font-weight: normal;
	color: #f30;
}

#updates.list, #updates.list .scroller, #updates.list .scroller .scroller-content-cover
{
	width: 234px;
}

#updates.list .scroller .scroller-content-cover .scroller-content
{
	width: 229px;
}

.list .scroller .scroller-content-cover .scroller-content .update-item a
{
	width: 210px;
	background-color: Transparent;
	margin: 0;
	padding: 0;
}

.update
{
	float: left;
	width: 396px;
	background: url('../images/dotted-bg.png') repeat 0 0;
	height: 415px;
}
/* updates-list */
.update-item
{
	margin: 3px 0 0;
	background: #000;
	padding: 10px 5px;
	color: #fff;
	font-size: 0.75em;
}

.update-item .sdate
{
	color: #8c8c8c;
}

.update-item a
{
	color: #fff;
}

.update-item a:hover
{
	color: #f30;
}

.update h2
{
	color: #f30;
	font-weight: normal;
	font-size: 1em;
}

.update .img
{
	width: 396px;
	height: 144px;
	overflow: hidden;
}

.update .details
{
	margin: 3px 0 0;
	background: #000;
	color: #fff;
	font-size: 0.825em;
	padding: 20px;
}

.update .details a 
{
	color: #fff;
	text-decoration: underline;
}

.update .details h2 span 
{
	font-size: 0.825em;
	color: #8c8c8c;
}



