
/* CSS for lansford access ltd - Simon Pollard for deckchair.co.uk 2008 */
/* Style for news pages */
div.news-right {
	float: right;
	margin-top: 20px;
	width: 175px;
}
div.news-help {
	background-image: url(/skin/frontend/default/lansfordAccess/images/news/news-help-bground.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	width: 145px;
	padding-top: 10px;
	height: 206px;
	margin-top: 20px;
}
div.news-help h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
div.news-help p {
	font-size: 12px;
	margin-bottom: 10px;
}
div.news-help p.red-number {
	color: #DA0000;
	font-size: 15px;
	font-weight: bold;
}
div.postWrapper {
	width: 530px;
}
div.postTitle h2 a {
	color: #000000;
	font-size: 15px;
	background-image: url(/skin/frontend/default/lansfordAccess/images/news/news-h2-bground.jpg);
	padding-top: 5px;
	height: 26px;
	padding-left: 15px;
	margin-top: 20px;
	display: block;
}
div.postTitle h3 {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.postContent p {
	margin-left: 15px;
	font-size: 13px;
	margin-bottom: 10px;
}
div.postContent a {
	margin-left: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #0E0EDD; /* This may need to be removed so a general a style color is used */
}
div.postContent img {
	position: absolute;
	right: 15px;
	top: 300px;
}

