/* map */

#map_canvas {
	height:500px;
	margin:auto;
	width:600px;
	border:3px solid #FFF;
	background-color:#FFF;
}
#gmap_bubble {
	font-family:Arial, Helvetica, sans-serif;
	width:192px;
	height:99px;
	padding:4px 4px 17px;
	background: transparent url(../images/info_bubble-200x120.png) no-repeat 0 0;
	position:absolute;
	visibility:hidden;
	overflow:hidden;
}
#gmap_bubble .close_button {
	float:right;
	width:14px;
	height:14px;
	margin:3px 6px 0 0;
	cursor:pointer;
}
#gmap_bubble .title {
	font-size:11px;
	line-height:20px;
	vertical-align:middle;
	height:20px;
	font-weight:bold;
	color:#FFF;
	margin:0 4px;
	text-transform:capitalize;
}
#gmap_bubble .info {
	font-size:11px;
	color:#000;
	margin:2px 4px;
}
#gmap_bubble a{
	float:left;
	margin:2px 0;
}
#directions_list{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 10px;
}
#map-locations {
	margin:0;
	padding:0;
	width:200px;
	margin:auto;
}
#map-locations li{
	margin:0;
	padding:7px 7px 7px 40px;
	background:none;
	width:200px;
	border:1px solid transparent;
	list-style:none;
	
}
#map-locations li .fn{
	background: transparent url(../images/map-sprite-markers.png) no-repeat 0 0;
	padding:0 0 13px 40px;
	margin: 0 0 -13px -40px;
	height:14px;
	white-space:nowrap;
}
#map-locations li.result-1 .fn{
	background-position: 5px 0;
}
#map-locations li.result-2 .fn{
	background-position: 5px -30px;
}
#map-locations li.result-3 .fn{
	background-position: 5px -60px;
}
#map-locations li.result-4 .fn{
	background-position: 5px -90px;
}
#map-locations li.result-5 .fn{
	background-position: 5px -120px;
}
#map-locations li.result-6 .fn{
	background-position: 5px -150px;
}
#map-locations li.result-7 .fn{
	background-position: 5px -180px;
}
#map-locations li.result-8 .fn{
	background-position: 5px -210px;
}
#map-locations li.result-9 .fn{
	background-position: 5px -240px;
}
#map-locations li.result-10 .fn{
	background-position: 5px -270px;
}
#map-locations li.selected{
	background:#FFF;
	border:1px solid #DA0862;
}
.vcard {
	/*margin:-23px 0 0 30px;*/
	font-size:12px;
}
.vcard .country-name {
	display:none;
}
.vcard .fn {
	font-weight:bold;
	color:#0778AE;
	cursor:pointer;
	text-transform:capitalize;
}
#search_form{	

}
#search_form input{
	font-size:18px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	width:20%;
	margin:0 5px;
}
#search_form #address{
	width:75%;
	height:25px;
}
#search_form label{
	padding:5px 5px 0;
	display:block;
}
body.retailers #md .content{
	height:auto;
}
body.retailers #col-right{
	background:none;
}
body.retailers #md{
	width:958px;
	padding:10px;
	margin:auto;
}
body.retailers #md .content{
	float:left;
	background:none;
}
body.retailers #ft{
	clear:both;
}
body.retailers  #ft .col3 .col {
	margin-top:0;
}
body.retailers h1{
	width:80%;
	margin:auto;
	font-size:20px;
}
