/**
 * GEO google map info window styles
 **/

p.explore-nocontent {font-size:12px; font-weight:bold;padding-top:10px; color: #434343;}
#geo_explore {position:relative; margin-top: 28px;}
div#geo_map_canvas { border-bottom:4px solid #434343; border-top:4px solid #434343; }

#geo_search {padding: 4px 6px; position:absolute; z-index:1; right:0; top:0; margin-top:-28px}
div#geo_search, div#map_status_div, #map_msg, #geo-noresults {background-color: #434343; color:white;}
#map_msg {background: transparent;}

.info-window {  
	margin: 0px; padding: 0px; display: block; text-align:left; font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-size:small; width: 300px; overflow: hidden;
}

.info-window .fixed { height: 100px; overflow-y: auto; margin-top: 30px; }
.info-window a:link, .info-window a:active, .info-window a:visited { color:#0000FF; text-decoration:none; }
.info-window img { float:left; margin:0 10px 5px; padding:0; border:0 none; }
.info-window h2 { font-size:1em; font-weight:bold; line-height:1.2em; margin:0; padding:0 10px 2px; }
.info-window p { color:#000000; font-size:0.85em; line-height:1.3em; margin:0; padding:0 10px; display:block; }
.info-window .readlink { font-weight:normal; }
.info-window ul { 
	list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; font-size:0.85em; 
	font-weight:normal; line-height:1.4em; margin:0; padding:0; display:block;
}

.info-window ul li {
	background:transparent url(http://images.icnetwork.co.uk/collections/css_r2_liverpoolecho/i_arr.gif) no-repeat scroll 0 5px;
	padding-bottom:5px; padding-left:10px; display:list-item;
}

.info-window .article-date { text-transform:uppercase; color:#5E5E5E; }

.info-window .zoom-in {
	background:transparent url(http://images.icnetwork.co.uk/collections/geo_map/zoom.png) no-repeat scroll 0 1px;
	margin: 5px 10px; padding-left: 15px;
}

#geo_map_wrap { margin-bottom: 10px; }
#geo_map_wrap, #geo_map_expand, #geo_map_canvas { display: block; }
#geo_map_expand { margin: 0; width: 150px; display: inline; margin-left: 275px; }
#map_status_div {
	width: 160px; height: 20px; margin: 180px 0 0 255px; padding: 5px 0 0 20px; position: absolute; z-index: 5; 
	background-image: url(/design/r2/ajax-loader.gif); background-position: 5% 50%; background-repeat: no-repeat;
}

#geo_map_key { background: #e2e2e2;border-bottom:4px solid #434343;padding-bottom:3px;}
#geo_map_key li {display:inline;font-size:9px; padding:5px 0; margin-right:5px; color: #434343;}

#geo_map_key li.i_single_story { background: transparent url(http://images.icnetwork.co.uk/collections/geo_map/i_single_story.gif) no-repeat 0 50%;
	 padding-left: 15px; line-height:20px;}

#geo_map_key  li.i_multiple_single { background: transparent  url(http://images.icnetwork.co.uk/collections/geo_map/i_multiple_single.gif) no-repeat 0 50%;
	 padding-left: 15px; line-height:20px;}

#geo_map_key  li.i_multiple_nearby { background: transparent  url(http://images.icnetwork.co.uk/collections/geo_map/i_multiple_nearby.gif) no-repeat 0 50%;
	 padding-left: 15px; line-height:20px; }

#geo_map_key li.i_location_note { padding-left: 5px; border-left: 1px dotted #434343; line-height:15px;}

div.explore-head div.clearfix h1#explore-head-title { width: 650px; }
