#stores-table {
	border: 1px solid #999;
	width: 100%;
	border-collapse: collapse;
	display: none;
}

#stores-table tr td {
	height: 95px;
}

#stores-table tr th, #stores-table tr td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;	
}

#stores-table tr td.num {
	font-size: 12px;
}

#stores-table tr td.distance, #stores-table tr td.num {
	text-align: center;
}

#stores-table tr th {
	text-align: center;
	height: 10px;
	line-height: 10px;
	}

div.store-small {
	border: 1px solid #CCC;
	padding: 1px;
	width: 200px;
	margin-bottom: 10px;			
}

#map {
	width: 556px;
	height: 450px;
	margin: 5px auto;	
}

#map a{
	color:#00F;
	font-weight:bold;	
}
#map p{
	color:#00F;
	font-weight:bold;	
}


#locationSelect {
	width: 250px;
	visibility: hidden;	
}

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

#store_hours {
	font-weight: bold;	
	color:#F00;
	padding-left:20px;	
	}

#addressInput {
	width: 250px;
	color:#000;	
}