@font-face {
  font-family: 'Stuff';
  src: url('../bundles/neighbourlystatic/font/stuff/stuff.eot');
  src: url('../bundles/neighbourlystatic/font/stuff/stuff.eot?#iefix') format('embedded-opentype'), url('../bundles/neighbourlystatic/font/stuff/stuff.woff') format('woff'), url('../bundles/neighbourlystatic/font/stuff/stuff.ttf') format('truetype');
}
html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background: #333333;
}
a {
  color: #256091;
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a:visited {
  color: #256091;
}
a:hover {
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.stuff-wrapper {
  position: absolute;
  height: 500px;
  width: 300px;
  background: #fafafa;
}
.stuff-wrapper .neighbourly-logo {
  float: left;
  height: 24px;
  width: auto;
}
.stuff-wrapper .stuff-sub-heading {
  color: #777777;
  font-family: Stuff, Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  display: block;
  font-weight: bold;
}
.stuff-wrapper .stuff-header {
  border-top: solid 4px #60a735;
  padding: 0 10px;
  overflow: auto;
}
.stuff-wrapper .stuff-header .neighbourly-logo {
  margin: 10px 0;
}
.stuff-wrapper .stuff-header .stuff-title {
  color: #60a735;
  font-family: Stuff, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: bold;
  display: inline-block;
  text-transform: lowercase;
  margin: 7px 0 9px;
}
.stuff-wrapper .stuff-header .stuff-title a {
  color: #60a735;
}
.stuff-wrapper .stuff-header .stuff-title a:hover {
  text-decoration: none;
}
.stuff-wrapper .stuff-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.stuff-wrapper .stuff-list .stuff-list-item {
  margin: 0 0 5px;
  padding: 0 10px 10px;
}
.stuff-wrapper .stuff-list .stuff-list-item .stuff-list-item-link {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.stuff-wrapper .stuff-list .stuff-list-item .stuff-list-item-link.stuff-list-item-link-image {
  background: url('/bundles/neighbourlystatic/img/stuff/icon_gallery.png') right top no-repeat;
  padding-right: 24px;
}
.stuff-wrapper .stuff-list .stuff-list-item .stuff-list-item-copy {
  display: block;
  line-height: 150%;
}
.stuff-wrapper .stuff-list .stuff-list-item.stuff-thumb-list-item {
  overflow: auto;
}
.stuff-wrapper .stuff-list .stuff-list-item.stuff-thumb-list-item .stuff-neighbourhood-thumb {
  float: left;
  height: 60px;
  width: 90px;
  border: 1px solid #cccccc;
  margin: 3px 13px 10px 0;
}
.stuff-wrapper .stuff-list .stuff-list-item.stuff-half-list-item {
  float: left;
  width: 130px;
}
.stuff-wrapper .stuff-list .stuff-list-item.stuff-half-list-item .stuff-list-item-link {
  padding-right: 10px;
}
.stuff-wrapper .stuff-list .stuff-list-item.stuff-half-list-item .stuff-list-item-copy {
  padding-right: 10px;
}
.stuff-wrapper .stuff-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0;
}
.stuff-wrapper .stuff-footer .neighbourly-logo {
  margin-left: 10px;
}
.stuff-wrapper .stuff-footer .view-all-link {
  line-height: 24px;
  color: #60a735;
  padding-right: 10px;
  text-align: right;
}
.stuff-wrapper .stuff-footer .stuff-form {
  position: relative;
  padding: 0 10px;
}
.stuff-wrapper .stuff-footer .stuff-form .stuff-input {
  margin: 0 10px 0 0;
  padding: 0 28px 0 10px;
  height: 28px;
  line-height: 28px;
  border: solid 1px #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 158px;
  background-repeat: no-repeat;
  background-position: 97% 6px;
  background-size: 16px 16px;
}
.stuff-wrapper .stuff-footer .stuff-form .stuff-input:hover,
.stuff-wrapper .stuff-footer .stuff-form .stuff-input:focus,
.stuff-wrapper .stuff-footer .stuff-form .stuff-input:active {
  border-color: #777777;
  outline: none;
}
.stuff-wrapper .stuff-footer .stuff-form .stuff-input.ui-autocomplete-loading {
  background-image: url("/bundles/neighbourlystatic/img/ajax-loader.gif");
}
.stuff-wrapper .stuff-footer .stuff-form .stuff-button {
  font-size: 14px;
  font-family: Stuff, Arial, sans-serif;
  background: #60a735;
  border-radius: 7px;
  color: #FFFFFF;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 70px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.stuff-wrapper .stuff-footer .stuff-form .stuff-button:hover,
.stuff-wrapper .stuff-footer .stuff-form .stuff-button:focus {
  background: #55942f;
  outline: none;
}
.stuff-wrapper .stuff-footer .stuff-form .stuff-button:active {
  background: #4a8029;
  outline: none;
}
.stuff-wrapper .stuff-footer .stuff-form .dropdown-neighbourhood-select {
  overflow: visible;
  display: block;
  float: left;
  position: relative;
}
.stuff-wrapper .stuff-footer .stuff-form .dropdown-neighbourhood-select .ui-autocomplete {
  top: auto !important;
  left: 0px !important;
  width: auto !important;
  margin: 0 0 2px;
  padding: 5px 0px;
  position: absolute;
  bottom: 100%;
  right: 10px;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
.stuff-wrapper .stuff-footer .stuff-form .dropdown-neighbourhood-select .ui-autocomplete > li {
  padding: 5px 10px;
  margin: 0px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stuff-wrapper .stuff-footer .stuff-form .dropdown-neighbourhood-select .ui-autocomplete > li:hover {
  background: #cccccc;
}
