div.tooltip {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	xdisplay: none;
	width: 322px;
	background: url(/images/pop/top.png) no-repeat 0 0;
	font-size: 90%;
}
.tooltip .inner {
	width: 322px;
	background: url(/images/pop/bottom.png) no-repeat 0 100%;
	padding: 36px 0 41px 0;
	position: relative;
}
.tooltip .content {
	background: url(/images/pop/mid.png) repeat-y 0 0;
	padding: 0 36px 0 31px;
	position: relative;
}

.tooltip a.closebtn {
	z-index: 1001;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 22px;
	height: 22px;
}

.tooltip a.readmore {
	float: right;
	margin: 0 4px 0 4px;
	font-size: 90%;
	text-transform: uppercase;
	position: relative;
}

div.tooltip_wide {
	width: 327px;
	background: url(/images/heritage-timeline/pop/top.png) no-repeat 0 0;
}
.tooltip_wide .inner {
	width: 327px;
	background: url(/images/heritage-timeline/pop/bottom.png) no-repeat 0 100%;
	padding: 36px 0 41px 0;
}
.tooltip_wide .content {
	background: url(/images/heritage-timeline/pop/mid.png) repeat-y 0 0;
	padding: 0 26px 0 21px;
}

div.tooltip_narrow {
	width: 247px;
	background: url(/images/tooltip/w196/top.png) no-repeat 0 0;
}
.tooltip_narrow .inner {
	width: 247px; 
	background: url(/images/tooltip/w196/bottom.png) no-repeat 0 100%;
	padding: 36px 0 41px 0;
}
.tooltip_narrow .content {
	background: url(/images/tooltip/w196/mid.png) repeat-y 0 0;
	padding: 0 26px 0 21px;
}
.tooltip_narrow .content div {
  margin-top:5px;
}

