@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  line-height: 1em;
  color: #000;
}

html, body {
  height: 100%;
}

/* Content font-size: 0.75em => 12px */
body {
  font-size: 0.75em;
  /*background: url('../images/background-full.gif') center center no-repeat;*/
}

/*#background {
background: url('../images/background.gif');
padding: 15px 20px;
width: 930px;
margin: 15px auto;
}*/

.clearer {
  clear: both !important;
  float: none !important;
  line-height: 0 !important;
  font-size: 0;
  overflow: hidden;
  height: 0;
}

h3 {
  font-size: 1.636em;
}

a {
  text-decoration: none;
  color: #7E0169;
}

button {
  height: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  _cursor: hand;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

/* Common classes */
.clearer {
  clear: both !important;
  float: none !important;
  line-height: 0 !important;
  font-size: 0;
  overflow: hidden;
  height: 0;
}

.img {
  font-size: 0px;
  line-height: 0px;
  text-indent: -2000px;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

#holder, #holder td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#body {
  width: 990px;
  height: 680px;
  margin: 0 auto;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#background {
  width: 960px;
  height: 650px;
  padding: 15px;
  background: url('../images/background.gif') center center;
}

#content {
  background: #cfe13f;
  width: 920px;
  padding: 0 20px;
  position: relative;
  /*margin: 15px auto;*/
}

#ad {
  text-align: right;
  font-size: 0.75em;
  margin-right: -5px;
}

#header {
  padding-bottom: 5px;
}

h1.img {
  background: url('../images/logo.gif') no-repeat;
  width: 241px;
  height: 28px;
  float: left;
}

h2.img {
  background: url('../images/biggest-database.gif') no-repeat;
  width: 282px;
  height: 31px;
  float: right;
}

#map-canvas {
  height: 488px;
  width: 930px;
}

#search {
  width: 255px;
  position: absolute;
  left: 40px;
  bottom: 0px;
}

#search .top {
  background: url('../images/search-top.gif') no-repeat;
  height: 9px;
  overflow: hidden;
}

#search .bottom {
  background: url('../images/search-bottom.gif') no-repeat;
}

#search .content {
  background: #fff;
  padding: 5px 16px 0px;
}

#search h3.img {
  background: url('../images/find-your-neighbour.gif') no-repeat;
  width: 223px;
  height: 91px;
  margin-bottom: 10px;
}

#search .content div.row {
  padding-bottom: 15px;
}

#search input {
  font-size: 1em;
  padding: 2px 4px;
  width: 215px;
  border: none;
  background-color: #ebebeb;
  font-weight: bold;
}

#search button {
  background: url('../images/search.gif') no-repeat;
  width: 85px;
}

#footer {
  text-align: right;
  height: 110px;
}

/* Bubble */
.bubble {
  width: 420px;
  margin-top: -10px;
  padding: 5px 0 0;
  height: 310px;
  position: relative;
}

.bubble h3 {
  font-size: 1.333em; /* 16px / 12px */
  float: left;
  margin-bottom: 5px;
}

.bubble .tab-controls {
  clear: both;
}

.bubble .tab-controls a {
  text-decoration: underline;
}

.bubble .tab-controls a:hover {
  text-decoration: none;
}

.bubble .tab-controls .left {
  float: left;
}

.bubble .tab-controls .left a {
  color: #000;
}

.bubble .tab-controls .left a.active {
  font-weight: bold;
  text-decoration: none;
}

.bubble .tab-controls .right a {
  margin-left: 10px;
}

.bubble .tab-controls .email-form.active {
  font-weight: bold;
  text-decoration: none;
}

.bubble .tab-controls .share-on-facebook {
  color: #5f70bb;
}

.bubble .tab-controls .email-form {
  color: #cc3333;
}

.bubble .tab {
  padding-top: 10px;
}

.bubble .info img {
  float: left;
}

.bubble .info button {
  width: 117px;
  background: url('../images/play.gif') no-repeat;
  clear: left;
  float: left;
  margin-top: 25px;
}

#ll {
  margin-top: 5px;
  display: block;
  text-align: right;
  color: #666666;
}

.bubble h2, .bubble p {
  margin-left: 182px;
}

.bubble h2 {
  font-size: 2em;
  line-height: 100%;
  *margin-top: -20px;
}

.bubble p {
  margin-top: 10px;
}

.bubble div.email-form {
  padding: 20px 0;
  clear: both;
}

.bubble label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.bubble input {
  display: block;
  margin-bottom: 10px;
  padding: 2px 4px;
  width: 180px;
}

.bubble div.email-form .row {
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
}

.bubble div.email-form button {
  background: url('../images/send.gif') no-repeat;
  width: 85px;
}

.bubble div.email-form .message {
  color: #d60f0f;
  font-weight: bold;
}