div.prices {
/*	border: 1px solid blue;*/
}

div.prices .company-formation {
	background-color: rgb( 215, 215, 215 );
}

div.prices div.description .company-formation {
	background-color: rgb( 230, 230, 230 );
}


div.prices .telephone-answering {
	background-color: rgb( 249, 208, 234 );
}

div.prices div.description .telephone-answering {
	background-color: rgb( 249, 208, 234 );
}

div.prices .business-address {
	background-color: rgb( 203, 222, 251 );
}

div.prices div.description .business-address {
	background-color: rgb( 203, 222, 251 );
}

div.prices div.item {
	margin: 1em 2em 1em 1em;
/*	border: 1px solid red;*/
}

div.prices div.item div.subtitle {
	margin-bottom: 0.5em;
/*	margin-top: 1em;*/
	color: black;
}

div.prices div.item div.detail {
	margin-top: 0.5em;
/*	border: 1px solid black;*/
	clear: both;
}

div.prices div.item div.description {
	margin-bottom: 0.5em;
}

div.prices div.item div.line {
	margin-bottom: 1px;
	padding-left: 0.3em;
}

div.prices div.item div.buy-now {
	float: right;
/*	border: 1px solid black;*/
	margin-bottom: 0.5em;
}

div.prices div.initial-charge {
	margin-top: 1em;
}

div.prices div.breakdown {
	margin: 1em;
	font-size: smaller;
}

div.prices div.pricing h3 {
	font-size: 100%;
}

div.prices div.pricing div.service-event-cost {
	margin-left: 1em;
	font-size: smaller;
}

div.prices div.pricing div.vat-notice {
	margin-top: 1em;
	font-size: smaller;
}

