
/*___________________  OTS News CMS / News General */


a, a.visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover, a.selected	{
	text-decoration: none;
	color:#FFF;
	
}

#news_list img, #news_item img	{
	border: none;
}


/*___________________  OTS News CMS / News List */

#news_list	{
/*___________________  Fix Width */
	width: 440px;
}

#news_list ul	{
	padding:0;
	position:relative;
	list-style-type: none;
}

#news_list	ul li	{
	display: block;
	clear: both;
	margin: 15px 0;
}

#news_list img	{
	float:left;
	margin: 0 10px 10px 0;
/*___________________  Fix Width */
	width: 60px;
}

.itemholder	{
	float: left;
/*___________________  Fix Width */
	width: 365px;
}

.itemholder .summary	{
	font-size:1em;
}

#news_list a h2	{
	font-size: 1.2em;
}

#news_list p	{
	margin: 0;
	padding: 0 0 0.8em 0;
}


/*___________________  OTS News CMS / News Item */

#news_item	{
	margin-top: 20px;
/*___________________  Fix Width */
	width: 440px;
}

#news_item	h2	{
	margin-bottom: 10px;
	font-size: 1.4em;
}

#news_item a	{
	display: block;
	clear: both;
	margin: 5px 0;
}


#news_item img	{
	float:left;
	width: 210px;
	margin: 0 18px 15px 0;
}

.news_item_holder	{
	float:left;
	width: 220px;
}