﻿div.province
{
	position: relative;
	clear: both;
	display: block;
	float: none;
	width: 460px;
	height: auto;
	border-top: dashed #666666 1px;
	margin-top: 12px;
}

div.province h2
{
	margin-top: 6px;
	margin-bottom: 3px;
}

div.jewellerContainer
{
	position: relative;
	clear: none;
	display: block;
	float: left;
	width: 450px;
	height: 60px;
	margin: 3px;
	border: solid #AAAAAA 1px;
	overflow: hidden;
	background-color: White;
}

div.jeweller
{
	position: relative;
	padding: 1px 5px 3px 5px;
}

div.jeweller h3
{
	margin-top: 3px;
	margin-bottom: 6px;
	line-height: 12px;
	font-size: 12px;
}

div.jeweller address
{
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
}
div.jeweller p
{
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 10px;
}
