/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/home.css";


#custom #wrapper #cols #content
{
	float: left;
	width: 650px;
	padding: 0 20px;
}

#highlightsSideBar
{
	position: relative;
	margin: 20px 0;
}

#highlightsSideBar .item
{
	position: relative;
	float: left;
	width: 220px;
	height: 179px;
	background: url(../images/img_bg_highlightsSideBar.gif) left top no-repeat;
	margin: 0 0 24px 0;
}

#highlightsSideBar .item .title
{
	position: relative;	
	margin: 5px 0 5px 10px;
}

#highlightsSideBar .item .text
{
	position: relative;
	padding: 10px 10px 0 14px;
	font-size: 12px;
	color: #454545;
	line-height: 18px;
}

#highlightsSideBar .item .picture
{
	position: relative;
	margin: 0 0 0 1px;
}

#highlightsSideBar .item img
{
	border: none;
}

/* ---------- */