div#storeDetails img {
	float: left;
}

div#storeDetails div#map {
	width: 358px;
	height: 358px;
	float: left;
}

div#storeDetails div#findUs,
div#storeDetails div#contactUs,
div#storeDetails div#openingHoursTable {
	float: left;
	padding-left: 16px;
}

div#storeDetails div#findUs {
	width: 128px;
}

div#storeDetails div#contactUs {
	width: 161px;
}

div#storeDetails div h4 {
	color: #099;
	margin-right: 0;
	margin-bottom: 14px;
}

div#storeDetails div h5 {
	font-size: 1.4em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div#storeDetails div div.adr {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
}

div#storeDetails div p {
	margin-bottom: 10px;
}

div#storeDetails div p.last {
	margin-bottom: 0;
}

table#openingHours {
  	border-collapse: collapse;
	width: 205px;
}

table#openingHours th.day {
	text-align: left;
}

table#openingHours th {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

table#openingHours td {
	color: #666;
	font-size: 1.2em;
	text-align: center;
}

table#openingHours td.day {
	text-align: left;
}

table#openingHours th,
table#openingHours td {
  	padding: 3px 0px;
}

table#openingHours tr {
  	border-bottom: 1px dotted #666;
}
