/* CSS Document */

    	#harita_content{
			width:530px;
			margin-left:auto;
			margin-right:auto;
			border:2px solid #FFF;
			border:none;
			overflow:hidden;
			height:320px;
		}

		#harita_content #map_reklam_content{
			width:530px;
			height:36px;
			margin-top:-36px;
			background:#FFF; 
			position:absolute;
			font-size:10px;
			font-family:Tahoma;	
			color:#FFF;
			display:none;
		}
		
		#harita_content #map_canvas{
			width:100%;
			height:360px;
		}		
		
		#harita_content #map_reklam_content .map_reklam{
			padding:5px;
			font-size:10px;
			font-family:Tahoma;	
			color:#FFF;
			text-align:right;
		}
		#harita_content #map_reklam_content .map_reklam a{
			font-size:9px;
			font-family:Tahoma;	
			color:#666;	
			text-decoration:none;	
		}
		#harita_content #map_reklam_content .map_reklam a:hover{
			font-size:9px;
			font-family:Tahoma;	
			color:#000;	
			text-decoration:underline;	
		}		
		.balon{
			font-size:10px;
			font-family:Tahoma;	
			color:#333;	
		}		

