/** Tooltip **/
.tooltip {
 border:			1px solid #555555;
 padding:			2px;
 position:			absolute;
 display:			none;
 background-color:	#f7f7f7;
 z-index:			20;
 width:				130px;
 }

.tooltip .head {
 background-color:	#D69700;
 color:				#ffffff;
 padding:			1px 2px 1px 2px;
 }

 
/**! World -> Cities !**/
.city:link, .city:visited, .city:active {
 color:					#C53D3D;
 text-decoration:		none;
 font-weight:			bold;
 }
 
.city:hover {
 color:					#B70D0D;
 text-decoration:		none;
 font-weight:			bold;
 }