	.city-pointer {
		font-size: 0.8em;
		line-height: 1.2em;
		font-family: Tahoma;
		color: #000;
		font-weight: bolder;
		position: absolute;
		/*padding-left: 10px;*/
		background: #fff;
		/*background: url( '../images/dot.png' ) no-repeat left center; */
		padding: 0 1px;
	}
	
	#map .city-pointer:hover {
		background: #C9F2FF;
	}
	
	#map .city-pointer.active {		
		background: #0081E2;
		color: #fff;
	}
	
	#map {
		background: url( '../images/bulgaria_plain.png' ) no-repeat center; 
		width: 546px; 
		height: 368px;
		margin-left: 80px;
		border: 1px solid #C1D1E4;
		padding: 1px;
	}
	
	caption {
		text-align: left;
		font-weight: bolder;
	}
	
	.admin-list {
		max-width: 700px;
	}
