/*
## storeDetail
********************************************************************/
#storeDetail {
	
}

#storeDetail .detailPane {
	float: left;
	border: 1px dotted #A5A5A5;
	padding: 0 20px 20px 20px;
	position: relative;
	width: 288px;
	margin: 0 10px 0 0;
}

#storeDetail .detailPane .headline {
	border-bottom: 1px dotted #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#storeDetail .storeMap {
	float: left;
	height: 610px;
	width: 610px;
}

#storeDetail   #map_canvas {
	height: 610px;
}

#storeDetail   .storeImage img {
	width: 100%;
	margin: 20px 0 0 0;
}

#storeDetail   .storeDetailsTable td {
	vertical-align: top;
}

#storeDetail .detailSection {
	margin: 0 0 20px 0;
}

#storeDetail .detailSectionHeadline {
	font-weight: bold;
	margin: 0 0 0 0;
}

#storeDetail .detailSection .store-openings {
	margin: 0;
}

#storeDetail {
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-family: RobotoCondensedBold, Arial, Helvetica, sans-serif;
    color: #29333b;
}
#selectedBranchDetailsContainer {
  width: 61%;
  float: left;
}
#storeDetail #branchHeader {
  font-size: 32px;
}
#selectedBranchDetailsContainer #branchHeader .branchFullName {
	margin-right: 8px;
}
#selectedBranchDetailsContainer .selectedBranchDetails p {
	line-height: 16px;
	margin-bottom: 10px;
}
#selectedBranchDetailsContainer .selectedBranchDetails ul {
  margin-top: 15px;
}
#selectedBranchDetailsContainer .selectedBranchDetails ul li {
  display: inline-block;
}
#selectedBranchDetailsContainer .selectedBranchDetails .actions a,
#nearbyBranchesListContainer a {
	color: #00739e;
}
#selectedBranchDetailsContainer .selectedBranchDetails .contactNumber {
  margin-top: 15px;
}
#selectedBranchDetailsContainer .selectedBranchDetails .selectedBranchHours {
  margin-top: 15px;
}
#selectedBranchDetailsContainer .selectedBranchDetails .selectedBranchHours h3 {
	font-family: RobotoCondensed;
}
#selectedBranchDetailsContainer .selectedBranchDetails .selectedBranchHours table {
border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
#selectedBranchDetailsContainer .selectedBranchDetails .selectedBranchHours table th {
  font-size: 18px;
    border-bottom: 1px solid #cccccc;
    font-weight: 500;
    padding: 10px 0 10px 10px;
    text-align: left;
}
#selectedBranchDetailsContainer .selectedBranchDetails .selectedBranchHours table tr {
border-top: 1px solid #cccccc;
    text-align: left;
}
#selectedBranchDetailsContainer .selectedBranchDetails .selectedBranchHours table td {
  text-transform: uppercase;
    padding: 10px 0 10px 10px !important;
    vertical-align: middle;
    font-weight: normal;
    border-bottom: none !important;
}
#branch-map-inline {
  float: right;
  width: 38%;
  height: 503px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#branch-map-inline .store-map {
	float: none;
    height: auto;
    width: auto;
}
#branch-map-inline #infowindowTable .btn {
	display: none;
}
#nearbyBranchesListContainer {
  clear: both;
}
#nearbyBranchesListContainer h2 {
    font-size: 28px;
    font-family: RobotoCondensed;
}
#nearbyBranchesListContainer table {
  border-top: 2px solid #cccccc;
}
#nearbyBranchesListContainer table tr td {
	border-top: 1px solid #cccccc;
}
#nearbyBranchesListContainer table tr:first-child td {
	border-top: none;
}
#nearbyBranchesListContainer .branch-distance {
  width: 53%;
  padding: 10px 5px 10px 15px;
}
#nearbyBranchesListContainer .branch-info .branch-counter {
  color: #ffffff;
  font-size: 14px;
  background: #C8102E;
  border: 1px solid #C8102E;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  margin-right: 12px;
  float: left;
}
#nearbyBranchesListContainer .branch-info .branch-name {
  margin-left: 0;
}
#nearbyBranchesListContainer .branch-info .branchCode {
  margin-left: 2px;
}
#page {
  margin: 0 auto;
  width: 100%;
  clear: both;
  position: relative;
  padding: 0;
}
#page #content {
	margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    clear: both;
    position: relative;
}
#branchLandingPageMain {
  margin-top: 40px;
}
body {
	background: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.page-storefinder div#nav_main {
	border: none;
}
.page-storefinder #customHeaderMessage .multi-account-switch-area .current-shipping-address-area {
	width: 100%;
}