/*Nice Titles*/
.nicetitle {
	color: #32160e;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	border: 3px solid #e5e5e5;
	max-width: 150px;
}
.nicetitle-content{
	overflow: hidden;
	background: #fff;
	padding: 5px;
	opacity: 0.8;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
	display: none;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}