#stores #center_colum label {
	display:inline-block;
	width:150px;
	font-weight:bold;
	text-align:right
}
input#addressInput {
	padding:2px 5px;
	margin: 0 5px 0 0;
	width: 270px;
	margin-bottom: 5px;
}
select#radiusSelect {
	margin: 0 5px 0 0;
	width:50px;
}

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

#locationSelect {
   display: none;
   width: 380px;
   margin-bottom: 20px;
}

#stores #center_column p .button {margin-left: 10px;}

#map {
 margin-bottom: 20px;
   height:500px;
   width:990px
}

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

.store-small{
	border-bottom:1px solid #CECECE;
	margin-bottom: 20px;
	}
.store-small .store_icon{float: left; margin-right: 20px; border: 1px solid #cecece; margin-bottom: 20px;}
.store-small:last-child{margin-bottom: 0px;}