/*-------------------------------\
*	CSS FOR STORE LOCATOR PAGE
*-------------------------------*/


.storeList {
	width: 49%;
}

table {
	vertical-align: top;
}

table th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding: 20px 0 10px 0;
}

table td {
	margin: 20px 0;
	line-height: 18px;
	padding-right: 20px;
}