.locations h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #DE9325;
	padding: 3px 5px;
	font-size: 125%;
}

/***[Locations]********************/
.locations table.location {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	table-layout: fixed;
	page-break-inside: avoid;
}
.locations table.location td {
	padding: 0px;
	vertical-align: middle;
	text-align: left;
}
.locations table.location td.icon {
	width: 100px;
	padding-right: 10px;
}
.locations table.location td.icon img {
	width: 100px;
	border: 1px solid black;
}
.locations h5 {
	margin: 0px 0px 6px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 100%;
}
.locations p {
	margin: 0px 0px 6px;
}
.locations p.comment {
	font-style: italic;
}
.locations div.guardians {
	margin-top: 0.5em;
}
.locations div.guardians p {
	margin-left: 0.5cm;
	text-indent: -0.5cm;
}
.locations p.info {
	border: 1px solid #CCCCCC;
	border-radius: 0.5em;
	background: #F8F8F8 url("info.png") 2px 2px no-repeat;
	padding: 4px 6px 4px 22px;
}

/***[Specific Cases]***************/
#ADV_TREASURE table.location,
#ADV_SEA_TREASURE table.location {
	width: 50%;
	float: left;
}
div.locations:after {
	content: ".";
	visibility: hidden;
	clear: left;
}
div.locations,
div.disclaimer {
	clear: left;
}

/***[Source Tags]******************/
table.location.H5A1,
table.location.H5A2 {
	border-right: 2px solid #FFFFFF;
}
table.location.H5A1 td:last-child,
table.location.H5A2 td:last-child {
	padding-right: 4px;
}
table.location.H5A1 { border-right-color: #AAAACC; }
table.location.H5A2 { border-right-color: #CC6622; }

