#storesPage {
	margin-top: 25px; 
}
#storeList { 
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #D2D4D7;
}
.storeColumn {
	width: 205px;
	float: left;
}
.storeColumnBig {
	width: 275px;
	float: left;
}

#listBy {
	text-align: center;
	margin: 25px 0px;
	font: bold 15px arial;
}
#listBy a { 
	background: #ffffff;
	padding: 5px; 
	border: solid 1px #CFD0D1;
	color: #5A97CB;
}
#listBy a:hover {
	background: #5A97CB;
	color: #ffffff;
}

.listByBtnOn {
	background: #5A97CB !important;
	color: #ffffff !important;
}

#companyList {
	min-height: 205px;
}