
#stores #center_colum label {

	display:inline-block;
	width: 150px;
	font-weight:normal;
	text-align:left;
	color: #1B1A19;
	margin: 10px 0
}
input#addressInput {
	
	background: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #848484;
    font-size: 15px;
    height: 40px;
    padding: 0 5px;
    width: 99%;
} 
input#addressInput:focus { background: #656565; color: white; border: 1px solid #3a3a39 }

label#addressInput {
	font-size: 15px;
} 

select#radiusSelect {
	
	background: #F4F4F4;
	border: 1px solid #E5E6E7;  
    color: #7B7B7B;	
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    height: 40px;
    margin-right: 10px;
    padding: 8px;
    width: 80px;
} 

select#radiusSelect:focus { background: #656565; color: white; border: 1px solid #3a3a39 }	

option#radiusSelect {
    padding: 12px;
} 

#stores_loader {
   display: none;
   margin-left: 5px
}

#locationSelect {
   visibility: hidden;
   width: 400px;
   border:1px solid #ccc
}

#stores #center_column p .button {float:right}

#map {

   
   margin: 15px auto;
   height: 575px;
   width: 99%;
   border: 1px solid #B9B9B9;
}

#stores-table {}
#stores-table tr:nth-child(odd) {background-color: #f3f3f3;}
#stores-table td {
	border-top:1px solid #ccc;
	border-bottom:none
}
#stores-table td.distance {border-right:1px solid #999}	 

div.store-small	{

	float: left;
	font-size: 15px;
	width: 210px;
	height: 380px;

	 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;	 
	border: 1px solid #E5E6E7;
	background: #F4F4F4;


}
	
div.store-small img	{

	
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);

    height: 210px;
    width: 210px;
}	