body {
	font-weight: normal;
	font: 13px/18px Arial,"Helvetica Neue",sans-serif;
	min-height: 600px;
}

h2 {
	font-weight: bold;
	font-size: 23px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ed1c24;
}

/* remove standard-styles */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  /*border-radius: 0;*/
  width: 22%
} 


/* styling */
select {
  /*width:100%;*/
  border: 1px solid #bbb;
  padding: 5px;
  box-shadow: 1px 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url("/img/arrowdown.png");
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 10px;
}

input, button {
  border: 1px solid #bbb;
  padding: 6px 10px;
  box-shadow: 1px 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 10px;
    width: 100%;

}

select:hover {
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
}


/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display:none;
}

.lt-ie10 select {
    background-image: none;
}

div.headline {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 5px;
	color: #4a4a4a;
}

.google-marker {
	background-color:white;
	background-image:url("images/spotlight-poi-dotless.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin-right: 3px;
	text-align: center;
	float: left;
	font-size: 14px;
}
.google-marker a {
	position: relative;
	top: 36px;
	color: blue;
	font-weight: bold;
}

#sideBar {
	display: block;
	position: absolute;
	width: 200px;
	min-height: 200px;
	background: rgba(255,255,255,0.8);
	left: auto !important;
	top: 80px;
	margin-left: 10px;
	border: 1px solid #999;
	padding: 0 15px;
}
#sideBar .search p {
	font-size: 13px;
}
#sideBar .caption {
	font-weight: bold;
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ed1c24;
	text-align: center;
}
#sideBar .showAll {
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ed1c24;
	text-align: center;
	cursor: pointer;
}

#sideBarLocations {
	margin: 0 0 0 17px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	padding-left: 0;
	border-top: 1px solid #999;
}
#sideBarLocations li {
	cursor: pointer;
	margin-top: 3px;
	/*background: #f7f7f7;*/
	border-bottom: 1px solid #999;
	padding: 5px 0;
}
#sideBarLocations li .locStr {
	font-size: 12px;
}
#sideBarLocations li.selectedLocation, #sideBarLocations li:hover {
	background: rgba(237,28,36,0.2);

}

.company-row-caption {
	font-weight: bold;
	color: #ed1c24;
	height: 25px;
}
.company-row-content {
	height: 25px;
	color: #606060;
	margin: 0 0 15px 20px;
	position: relative;
	left: 25px;
	border-bottom: 1px solid #909090;
}
.company-row-content > span {
	font-weight: bold;
	position: absolute;
	right: 50px;
	width: 240px;
}
#searchForm {
	margin-bottom: 50px;
}

.cta {
  display: inline-block;
  background: #606060;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
}
.cta:hover {
  background: #909090;
}
.footer {
	padding-top: 40px;
}
  
