#container #pagearea #stockists {
	height: 950px;
	width: 100%;
	padding: 0px;
	margin-top: 41px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#container #pagearea #stockists .stockist {
	display: block;
	padding: 10px;
	height: 150px;
	width: 260px;
	float: left;
	background-color: #222;
	margin: 9px;
	border: 1px solid #693;
}
#container #pagearea #stockists .stockist .stockistlink {
	color: #693;
	margin: 10px;
	padding: 0px;
}

#container #pagearea #stockists .stockist .stockistlink a:hover {
	color: #693;
}
#container #pagearea #stockists .stockist-double {
	display: block;
	padding: 10px;
	height: 150px;
	width: 560px;
	float: left;
	background-color: #222;
	margin: 9px;
	border: 1px solid #693;
}
#container #pagearea #stockists .stockist-double .stockistlink {
	color: #693;
	margin: 10px;
	padding: 0px;
}

#container #pagearea #stockists .stockist-double .stockistlink a:hover {
	color: #693;
}
#container #pagearea #stockists .stockist-triple {
	display: block;
	padding: 10px;
	height: 150px;
	width: 860px;
	float: left;
	background-color: #222;
	margin: 9px;
	border: 1px solid #693;
}
#container #pagearea #stockists .stockist-triple .stockistlink {
	color: #693;
	margin: 10px;
	padding: 0px;
}

#container #pagearea #stockists .stockist-triple .stockistlink a:hover {
	color: #693;
}
