/*
 *	Styling for Book Service page
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 */

.clsBookService_Section {
	position: relative;
	margin: 8px 0px;
	border: solid #FFFFFF 1px; /* force IE6 to behave */
}

.clsBookService_SectionCaption {
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	height: 20px;
	width: 280px;
	font-size: 13px;
}

.clsBookService_SectionContent {
	margin: 0px 0px 0px 300px;
	border: none;
	height: auto;
	width: auto;
}

.clsBookService_BlockCaption {
	margin: 0px 0px 20px 0px;
	border: 0px;
	height: auto;
	width: auto;
	clear: left;
	text-decoration: underline;
}


