ul.pmList {
	position: absolute;
	margin-left: 13px;
	width: 150px;
	list-style: none;
	height: 650px;
}
ul.pmList ul.pmList {
	left: 155px;
	top: 0px;
	margin: 0px;
}
ul.pmList li ul.pmList {
	display: none;
}
li.pmHighlight {
	background-color: #8BB4E8;
}
.pmPlainList {
	list-style: square;
	color: #003D7D;
}
.pmPlainList ul {
	margin-left: 20px;
	list-style: square;
	color: #B2BB1E;
}
.pmPlainList li {
	padding: 2px;
}
#pmPreview {
	margin-left: 10px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #003D7D;
	height: 300px;
	width: 450px;
	padding: 10px;
}
div#previewBody {
	width: 430px;
	height: 250px;
	overflow: hidden;
}

ul.pmList div.pmItemBox {
	padding: 6px;
	display: block;
	margin: 0px;
}
ul.pmList div.pmItemBox a {
	color: black;
}
ul.pmList div.pmItemBox a:hover {
	color: black;
	text-decoration: underline;
}
.continueLink {
	position: relative;
	float: right;
	text-align: right;
	width: 200px;
	font-size: 16px;
}
.continueLink a {
	font-size: 16px;
}
div#previewBody p.breadcrumbs a {
	font-size: 10px;
}
div#pmDivider1 {
	position: absolute;
	width: 1px;
	height: 650px;
	top: 346px;
	left: 312px;
	background-color: #003D7D;
}
div#pmDivider2 {
	position: absolute;
	width: 1px;
	height: 650px;
	top: 346px;
	left: 467px;
	background-color: #003D7D;
}
.pmJSElement {
	display: none;
}
.previewImage {
	float: right;
	margin-left: 5px;
}
.previewTitle {
  font-size: 16px;
}
