/*
 * TEMPO - Custom Google map
 * Styles for Google map pod
 */
 
@import url(slider.css);
 
#map {
	width			: 600px;
	height			: 350px;
	border			: 1px solid #e7edf2;
}

#marker_links {
	width			: 560px;
	padding			: 20px;
	border			: 1px solid #e7edf2;
}

#marker_links div {
	float			: left;
	width			: 200px;
	margin			: 2px;
	padding			: 5px;
	border			: 1px solid #e7edf2;
}

 /* Custom Google map controls -  Contains styles for custom google map control icons */

#controls {
	width				: 600px;
	height				: 60px;	
	position			: relative;
	top					: 65px;
	left				: 10px;
	z-index				: 10000;	
}

#ctr_direction {
	width				: 60px;
	float				: left;
	background			: #fff;
}
.ctr_dir {
	width				: 20px;
	height				: 20px;
	float				: left;
	cursor				: pointer;
}

#ctr_type {
	width				: 150px;
	float				: right;
}
#gmap_type_form {
	padding: 0; margin:0;
}

#ctr_type select {
	width				: 100px;
	margin				: 0;
	padding				: 3px;
	margin-left			: 30px;	
	border				: none; 
	background			: #fff; 
	float				: none; 
}

#ctr_zoom {
	width				: 280px;
	float				: right;
	margin				: 0;
	padding				: 0;
	margin-top			: -3px;	
}

#ctr_zoom_in {
	width				: 20px;
	height				: 20px;
	background			: #fff url(../../../images/module/google_map/zin.gif) no-repeat;
	float				: left;
	margin-left			: 3px;	
	margin-top			: 4px;
}

#ctr_slider_track {
	float				: left;
	margin-left			: 3px;	
}

#ctr_zoom_out {
	width				: 20px;
	height				: 20px;
	background			: #fff url(../../../images/module/google_map/zout.gif) no-repeat;
	float				: left;
	margin-left			: 25px;	
	margin-top			: 4px;
}

#st_container {
	width				: 244px;
	height				: 64px;
	float				: left;
}
#st_message {
	color				: #cbc1b9;
	font-weight			: 900;
	margin				: 0;
	padding				: 0;
	margin-top			: 5px;
	margin-left			: 20px;
}
#st_lat_lng {
	color				: #cbc1b9;
	margin				: 0;
	padding				: 0;
	margin-top			: 5px;
	margin-left			: 20px;
}

#tl {
	background			: url(../../../images/module/google_map/tl.gif) no-repeat;
}
#t {
	background			: url(../../../images/module/google_map/t.gif) no-repeat;
}
#tr {
	background			: url(../../../images/module/google_map/tr.gif) no-repeat;
}
#ml {
	background			: url(../../../images/module/google_map/ml.gif) no-repeat;
}
#m {
	background			: url(../../../images/module/google_map/m.gif) no-repeat;
}
#mr {
	background			: url(../../../images/module/google_map/mr.gif) no-repeat;
}
#bl {
	background			: url(../../../images/module/google_map/bl.gif) no-repeat;
}
#b {
	background			: url(../../../images/module/google_map/b.gif) no-repeat;
}
#br {
	background			: url(../../../images/module/google_map/br.gif) no-repeat;
}

/* Custom Google map debug -  Contains styles for custom google map debug output */


#status {
	display				: none;
}

#gmap_debug {
	clear:both;
}