﻿div.province
{
	clear: both;
	display: block;
	float: none;
	width: 480px;
	height: auto;
	border-top: dashed #666666 1px;
	margin-top: 12px;
}

div.province h3
{
	margin-top: 6px;
	margin-bottom: 3px;
}

div.jewellerContainer
{
	clear: none;
	display: block;
	float: left;
	width: 225px;
	height: 120px;
	margin: 3px;
	border: solid #AAAAAA 1px;
	overflow: hidden;
	background-color: White;
}

div.jeweller
{
	/*width: 210px;
	height: 104px;*/
	padding: 5px;
}

div.jeweller h4
{
	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;
}
