li.location-post-item {list-style:none;width:820px;float:left;}
.location-post-item {
	border-bottom: 1px solid #DDD;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
}
.location-post-item h3 {width:350px;float:left;}
.location-post-item address {width:350px;float:left;}

.locations-location-map img { 
	max-width: none !important; 
	background-color:transparent;
	}

.locations-location-map {
	position: relative;
	height: 380px;
	width: 100%;
	margin-bottom:2em;
}
.locations-excerpt {
	float:left;
	width:300px;
	height:200px;
	margin: 0 10px 10px 0;
} 
.locations-thumb {
	float: right;
	border: 1px solid #ABABAB;
	margin: 0 0 0 10px;
}
.locations-infowindow {
	font-size:.8em;
}
.locations-widget {
	height:200px;
}
.locations-infowindow address{
	
}
.locations-search {
	background: #F9F9F9;
	padding:3px;
	position: relative;
}
.locations-search div {
	margin-right: 35px;
}
.locations-search-send {
	padding:3px;
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
	position: absolute;
	right:0px;
	top:3px;
	width: 35px;
	cursor: pointer;
	height: 32px;
	color: #555;
	font-size: .9em;
}
.locations-search-send:hover {
	background-color:#B9B9B9;
}


input.locations-map-search-text {
	width: 100%;
	background: url(../images/front/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-right: none;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
.locations-loading {
	display: none;
	padding:3px 6px 0px 3px;
}
.location address {
	font-size:.8em;
}

.location .entry-meta a.locations-view-more, a.locations-view-more {
		display: inline-block;
		background: #174480;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
		background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));		
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
		border: none;
		padding: 6px 13px;
		cursor: pointer;
		text-decoration: none;
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
		width: auto;
		overflow: visible;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-webkit-appearance: none;
	}
	.location .entry-meta a.locations-view-more:hover, a.locations-view-more:hover {
		background: #174480; 
		color: #ccc; 
	
}

.location .entry-meta a.locations-view-more:hover, a.locations-view-more:hover {
background: #888;
color: white;
}

.locations-controls {
	padding: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
	color: black;
	border: 1px solid #707A85;
	font-weight: bold;
	background: white;
	margin-top:7px;
	margin-left:-3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.locations-controls:hover {
	background: #EBEBEB;

}
.locations-locator {
	cursor: pointer;	
	display:block;
	height:16px;
	width:16px;
	background: transparent url(../images/icons/locator.png) no-repeat center center;

}

.locations-location-map .button, .locations-location-map .button-selected, .locations-location-map .dropdown, .locations-location-map .dropdown-title {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        text-align: center;
        position: relative;
        font-family: Arial, sans-serif;
        font-size: 13px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
        color: #000;
        border: 1px solid #717B87;
        background-color: #fff; 
      }

      .locations-location-map .button, .locations-location-map .button-selected {
            margin: 5px;
            padding: 1px 6px;
            overflow: hidden;
      }

      .locations-location-map .button:hover {
                background: #FEFEFE;
        background: -moz-linear-gradient(top, #FEFEFE 0%, #F3F3F3 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3F3F3));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F3F3F3', GradientType=0);
      }

      .locations-location-map .button-selected {
        font-weight: bold;
      }

      .locations-location-map .dropdown-holder {
        margin: 5px;
        min-width: 6.5em;
      }

      .locations-location-map .button, .locations-location-map .button-selected {
        margin: 0;
      }
		.locations-location-map .dropdown-title {
			font-weight: bold;
			text-align: left;
            padding: 1px 6px;
            overflow: hidden;
		}
		.locations-location-map .dropdown-title img {
			-webkit-user-select: none;
			border: 0px;
			padding: 0px;
			margin: -2px 0px 0px;
			position: absolute;
			right: 6px;
			top: 50%;
			margin-top: -2px;
			width: 7px;
			height: 4px;
		}
      .locations-location-map .dropdown {
        background: white;
        border: 1px solid #717B87;
        border-top: 0;
        padding-top: 2px;
        z-index: -1;
        position: relative;
        display: none;
      }
		.locations-location-map .active {
			display: block !important;
		}
      .locations-location-map .dropdown-item {
        padding: 1px 5px 3px 5px;
        text-align: left;
      }
		.locations-location-map .dropdown-item.selected {
			font-weight: bold;
		}
      .locations-location-map .dropdown-item:hover {
        background: #ebebeb;
      }