#interior #content-main #map_wrap{
	margin-left: 0;
}

#map-canvas{
	height: 400px;
	width: 100%;
}

img[src="http://maps.gstatic.com/intl/en_us/mapfiles/iw_close.gif"]{
	display: none;
}

.map-bubble {
	background: #777;
	border-radius: 5px;
	min-height: 150px;
}

.map-bubble p {
	margin-left:0px;
	margin-right:0px;
}

#bubble-close{
	color: white;
	line-height: 0;
	position: absolute;
	right: 3px;
	top: 5px;
	z-index: 1000;
}

#bubble-close > a,
#bubble-close > a:visited{
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));
	background: -moz-linear-gradient(top, #666666, #444444);
	
	border: 1px solid #999999;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: rgba(16,16,16,1) 0 0 3px;
	-moz-box-shadow: rgba(16,16,16,1) 0 0 3px;
	box-shadow: rgba(16,16,16,1) 0 0 3px;
	
	color: #FFF !important;
	font-size: 8px;
	font-weight: bold;
	line-height: 10px;
	padding: 1px 3px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#bubble-close > a:hover{
	background: #656565;
	color: #ccc;
	text-decoration: none;
}

.bubble-text {
	color: #fff !important;
	padding: 10px 20px 10px 10px !important;
	text-shadow: 0 1px 0 #222;
	/*background: url(../images/arrow.png) 95% 50% no-repeat;*/
}

.bubble-text{
	margin: 0 0 5px 0;
}

#widget-google-map .bubble-text a,
#widget-google-map .bubble-text a:hover{
	color: white;
}

.bubble-text img{
	background: #444;
}

.directions-form-wrap {
	width:258px;
}

.bubble-text + .directions-form-wrap{
	clear: both;
	color: #CCC;
	padding: 0 10px;
}

#widget-google-map .bubble-text + .directions-form-wrap > form{
	background: transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#widget-google-map .bubble-text + .directions-form-wrap input[type="text"]{
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 3px;
	width: 200px;
}

#widget-google-map .bubble-text + .directions-form-wrap input[type="submit"]{
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));
	background: -moz-linear-gradient(top, #666666, #444444);
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: rgba(16,16,16,1) 0 0 3px;
	-moz-box-shadow: rgba(16,16,16,1) 0 0 3px;
	box-shadow: rgba(16,16,16,1) 0 0 3px;
	
	color: white;
	font-size: 11px;
	padding: 3px 10px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	width: auto;
}

#widget-google-map .services-body .bubble-text + .directions-form-wrap input[type="submit"]:hover{
	/*border-top-color: #656565;*/
	background: #656565;
	color: #ccc;
}

#widget-google-map .bubble-text + .directions-form-wrap input[type="submit"]:active {
	/*border-top-color: #656565;*/
	background: #656565;
}

#map-locations-list-show{
	background-color: #eee;
	border: 1px solid silver;
	display: none;
	margin: 10px 0;
	padding: 10px;
}

#map-locations-list-show .back-to-list{
	background: transparent url('//globalinc.prod.ehc.com/widgets/source/google-maps/img/map_back.png') no-repeat 0 3px;
	display: inline-block;
	padding-left: 20px;
}

#map-locations-list-show .print-link{
	background: transparent url('//globalinc.prod.ehc.com/widgets/source/google-maps/img/printer.png') no-repeat 0 3px;
	display: inline-block;
	float: right;
	padding-left: 20px;
}

#interior #content-main #map-locations-list{
	margin: 0;
	padding: 20px 0 0 20px;
	clear: both;
}

#map-locations-list li{
	cursor: pointer;
	padding: 10px;
}

#map-locations-list li.odd{
	background-color: #eee;
}

#map-locations-list li.act{
	background-color: #ccc;
}

#map-locations-list li:hover{
	background-color: #ddd;
}

.map-locations-list-directions{
	background: #fff;
	border: 1px solid #ababab;
	padding: 5px;
}

/*
IE 7 fixes
*/
.ie7 #interior #content-main #map-locations-list li{
	margin-left: 5px;
}

/* FIND NEARBY FACILITIES FORM */
form#find-facilities-near-you {
	border: 1px solid #bbb;
	float: left;
	display: block;
	width: 100%;
	clear: both;
	margin: 20px 0;
	position: relative;
	border-radius: 5px;
	
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#bbbbbb 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dddddd 0%,#bbbbbb 100%); /* W3C */
}
form#find-facilities-near-you label{
	float: left;
	margin: 12px 0 12px 3%;
	width: 25%;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}
form#find-facilities-near-you #map-input-zipcode{
	display: block;
	margin: 12px 3%;
	float: left;
	width: 40.5%;
	padding: 6px 3%;
	text-align: center;
	border: 2px solid #cdcdcd;
	border-radius: 5px;
	
	-webkit-box-shadow: inset 0px 1px 2px #222;
	-moz-box-shadow: inset 0px 1px 2px #222;
	box-shadow: inset 0px 1px 2px #222; 
	
	font-size: 14px;
	line-height: 14px;
	
	display: block;
}
.ie7 form#find-facilities-near-you #map-input-zipcode{
	clear: none;
}
form#find-facilities-near-you #map-input-zipcode-submit{
	float: left;
	margin: 12px 3% 12px 0;
	width: 15%;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ccc;
	
	display: block;
	
	position: relative;
	top: 2px;
	
	border-color: #f8f8f8 #989898 #989898 #f8f8f8;
	border-radius: 5px;
	color: white;
	
	background: #646464; /* Old browsers */
	background: -moz-linear-gradient(top, #646464 0%, #454545 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%,#454545)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #646464 0%,#454545 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #646464 0%,#454545 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #646464 0%,#454545 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #646464 0%,#454545 100%); /* W3C */
		
	-webkit-box-shadow: 0px 0px 3px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000; 
	
	font-size: 14px;
	line-height: 14px;

}
.ie7 form#find-facilities-near-you #map-input-zipcode-submit{
	float: right;
}
form#find-facilities-near-you #map-input-zipcode-submit:hover {
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#222222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#222222 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #444444 0%,#222222 100%); /* W3C */
}