/*--------------------------------------------------*/
/* Regions                                          */

	#map {
		float: right;
		margin: 0 0 2em 5em;
	}

/*--------------------------------------------------*/
/* Stockists                                        */

	#stockists div.stockist {
		border-top: 1px solid #373737;
		padding-top: 10px;
	}

	#stockists div.stockist.firstChild {
		border-top: 0;
		padding-top: 0;
	}

/*--------------------------------------------------*/
/* Details                                          */

	.vcard .image {
		float: right;
		margin: 0 0 1em 1em;
	}

	#pageContent .vcard h3 {
		font-size: 1.2em;
		color: #2C63A6;
	}
