/*** NICE TITLES
*********************************************************/
div.nicetitle { background-color: #ff0; color: #000; font: bold 0.95em Verdana, "trebuchet ms", Arial, sans-serif; left: 0; padding: 4px; position: absolute; top: 0; width: 25em; z-index: 100; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 10px; -moz-opacity: .87;
	/* changes: */
	min-width: 300px; width: auto; height: auto; border: solid 1px; }
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}
