/* store location list */
table.StoreLocationList
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.StoreLocationList td
{
	width: 33%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}
/* store location */
table.StoreLocation
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.StoreLocation caption
{
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #124a82;
	font-size: 13px;
	font-weight: bold;
}
table.StoreLocation td
{
	border: none;
	vertical-align: top;
	width: 70%;
	padding: 2px;
	font-size: 11px;
}
table.StoreLocation td.field
{
	text-align: right;
	width: 30%;
	padding: 2px;
	font-size: 11px;
}

