/*Nice Titles*/
.nicetitle {
	font-weight: bold;
	color: #D0A700;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 21%;
}
.nicetitle-content{
	overflow: hidden;
	background-color: #000;
	border: 1px dotted #EFEBEF;
	padding: 0;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	padding-left: 3px;
	padding-bottom: 3px;
	line-height: 150%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #DDC7C7;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}