/* CHANGE 4 Generic Modules Templates */
/* Module NEWS */

.news-fifty-left{
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 12px;
}

.news-fifty-right{
	float: right;
	width: 48%;
	margin-left: 10px;
	margin-bottom: 12px;
}

ul.news li{
	display: inline;
	border-left: 1px solid #000;
	padding-right: 5px;
	padding-left: 6px;
	float: left;
	margin-bottom: 2px;
}

ul.news li.first{
	border-left: none;
	padding-left: 0;
	clear: both;
}

ul.news li.last{
	margin-bottom: 12px;
}

ol.news li{
	width: 100%;
	padding: 10px 0;
	clear: left; 
	display: table; /*FFX*/
	margin-bottom: 6px;
	margin-top: 0px;	
	border-bottom:1px solid #dddddd;
}

ol.news li.first{
	border-top:1px solid #dddddd;
}

ol.news li .newsleft { float:left; display:block; width:120px}
ol.news li .newsright { float:right; display:block; width:434px}


li.last{
	float: none;
}

.news-block dl{
	margin: 20px 0 20px 0;
	position: relative; 
	width:100%; 
	top:0; 
	left:0;
}

.news-block dt{
	margin: 0;
	padding-bottom: 5px;
	float: left;
	width: 30%; 
	display: block;
	text-align: right;
}

.news-block dd{
	margin: 0;
	padding-bottom: 5px;
	margin-left: 32%;
	border-left: 1px solid #000;
	display: block;
	padding-left: 2%;
}

.modules-news-hometplone ol li, .modules-news-hometpltwo ol li, .modules-news-hometplthree ol li{
	margin-bottom: 12px;
}

/* special case FOR NEWS DETAIL PAGE navigation */
ul.pages-navigation li.module-news{
	width: 50%;
}