#stores #center_column {
	float: left;
    margin-right: 18px;
    width: 695px;
}
#stores #center_colum label {
	display:inline-block;
	width:150px;
	font-weight:bold;
	text-align:right
}
#stores .block_gran label{
	width:95px;
	float: left;
	color:#333333;
	font-size:12px;
}
#stores .block_gran #addressInput{
	color:#666666;
	font-size:11px;
}
#stores .block_gran {
	margin:0 0 12px 0;
	padding:20px 0 0 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
input#addressInput {
	padding:2px 5px;
	width:300px;
	border:1px solid #ccc
}
select#radiusSelect {
	margin: 0 5px 0 0;
	width:50px;
	border:1px solid #ccc;
	color:#666;
font-size:11px;
}

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

#locationSelect {
   visibility: hidden;
   width: 400px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#333333;
}

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

#map {
   margin:15px auto;
   height:375px;
   width:535px
}

#stores-table {margin-top:20px;}
#stores-table td {	
	color:#000000;
	font-size:11px;
	font-weight:bold;	
}
#stores-table tbody tr td{	
	 border-bottom: 1px solid #CCCCCC;
    padding: 4px;
    vertical-align: middle;
}
#stores-table td.distance {}