/* ..............................  NICE TITLES */
div.nicetitle {	background: #B01519;	color: #FBEEEA; font: bold 10px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;	position: absolute; left: 0;	top: 0;	width: 25em; padding: 4px; z-index: 20;	border-radius: 12px;	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;	-moz-border-radius-topleft: 0;-moz-border-radius-topright: 10px; min-width: 125px;	width: auto; height: auto;	/* changes: */  -moz-opacity:0.7; opacity:0.8; filter:alpha(opacity=70);  border-right:2px solid #BD9D51; border-bottom:2px solid #BD9D51; border-top:1px solid #BD9D51; border-left:1px solid #BD9D51;}
div.nicetitle p { margin: 0; padding: 0 3px; -moz-opacity:1 opacity:1; filter:alpha(opacity=100);}
div.nicetitle p.destination { font-size: 9px;  padding-top: 3px; text-align: left; -moz-opacity:1 opacity:1; filter:alpha(opacity=100);}
div.nicetitle p span.accesskey {color: #d17e62;}