#map-canvas { 
	height: 350px;  
	margin: 1em -30px; 
	padding: 0;
}
#label_search_string{
	margin:0 1em 0 0;
}
.store{
	cursor:pointer;
}
.stores-area {
    border-top: solid 1px #999;
}

.stores-tab {
    display: inline-block;    
	padding: 5px 5px;    
	background: #F9F9F9;    
	
	cursor: pointer;    
	border: solid 1px #999;
}

.stores-tabs {
    list-style: none;    
	padding: 0;    
	margin: 0 0 -1px;    
	font-size: 14px;   
	font-family: 'Novecento Sans W01 Wd Normal';    
	text-transform: uppercase;    
	position: relative;
}

.stores-tab.active-store-tab {
    background: #FFF;    
	border-bottom: solid 1px #FFF;
}
@media (max-width:1024px){
	.online-store, .store{
		margin:1em 0;
	}
}
@media (min-width:1025px){
	.stores-tab {
		padding: 8px 10px;    
	}
	.stores-tabs {

		font-size: 18px;   
	}
	#map-canvas { 
		height: 500px;  
		margin: 1em 0; 
	}
}