/** 
 *	News Article CSS
 */

/* Listings... */

.section-press #page-subtitle {
	padding-top: 1em;
	line-height: 1.2em;
}

ul.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.panel-news-item,
li.post {
	border 			: 	1px solid #dddddd;
	padding 		: 	0.8em;
	margin-bottom	:	1em;
	background		: 	#F2F2F2;
	overflow		: 	hidden;
}

li.panel-news-item p.client-quote,
li.post p.client-quote {
	background-color	: #f9f9f9;
	padding				: 0.5em;
	color				: #004990;
} 
li.panel-news-item cite,
li.post cite {
	float : right;
	font-weight : bold;
}



li.panel-news-item ul.small-product-list li,
li.post ul.small-product-list li {
	border 			: 1px solid #dddddd;
	background		: #ffffff;
	float 			: left;
	margin-right 	: 1em;
	padding			: 10px;
	width			: 50px;
	height			: 50px;
	text-align		: center;
}
li.panel-news-item ul.small-product-list li img,
li.post ul.small-product-list li img {
	vertical-align	: middle;
}

li.panel-news-item .panel-news-item-details, 
li.post .panel-news-item-details {
	float 	: right;
	color	: #999;
}




/**
 *	Article 
 */
 
body.section-news-centre #productlist {
	width : 200px;
	float : right;
	margin: 0 0 0 1em;
}