#ygp-sl-map img { max-width: none; }

/*
.pagination_box {
	width:100%;
	padding-bottom:5px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
}
*/

.ygp-sl-loading-icon {
	background:url(graph/ajax-loader.gif) left top no-repeat;
}

.ygp-sl-pagination-box-title {
	
}

.ygp-sl-pagination-box-previous-next {
	margin-bottom:10px;
}

.ygp-sl-store-locator-list {
	margin-bottom: 10px;
}

/*
Sidebar
*/
.ygp-sl-sidebar-entry {
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom: 1px solid #e7e7e7;
}
.ygp-sl-sidebar-entry:hover {
	background: #f5f5f5;
	cursor: pointer;
}
.ygp-sl-sidebar-entry-img {
	float:left;
	margin-right:25px;
}

.ygp-sl-sidebar-entry-name { /* This is the clickable store name */
	font-weight: bold;
}
.ygp-sl-sidebar-entry-distance {
	color: red;
}
.ygp-sl-sidebar-entry-address {
	
}
.ygp-sl-sidebar-entry-more-info {
	
}

/*
Map infowindow
*/
.ygp-sl-marker-infowindow-box {
	overflow:hidden !important;
	padding: 0px !important;
	margin: 0px !important;
	/*
	color: black !important;
	font-family: arial,sans-serif !important;
	*/
	line-height: normal !important;
	width:360px;
	height:80px;
}

.ygp-sl-marker-infowindow-title-box {
	font-weight: bold;
}

.ygp-sl-marker-infowindow-address-box {

}

/*
Search box
*/
.ygp-sl-form-address-search {
	width: 100%;
}

.ygp-sl-form-address-search-btn {
	
}