@charset "us-ascii";

#sidebox h2 {
	color: #FFF;
	background: #4455EE;
	font-size: small;
	font-weight: normal;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0.3em;
	border-left: 1em solid #000;
}

#sidebox ul {
	background: #FFF;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

#sidebox li {
	background: #6699FF;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	margin: 0px;
	list-style-type: none;
	padding: 0px 20px 0px 20px;
}

#sidebox img {
	border: 3px solid #fff;
}

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/images/tabs/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}