/* line 5, ../../../../app/stylesheets/agents/listings/featured.sass */
#create-listing form label {
  width: 160px;
  vertical-align: top;
}
/* line 9, ../../../../app/stylesheets/agents/listings/featured.sass */
#create-listing form textarea {
  height: 60px;
  width: 400px;
}

/* line 113, ../../../../app/stylesheets/agents/design.sass */
#featured-listing .tabs {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: auto;
}
/* line 118, ../../../../app/stylesheets/agents/design.sass */
#featured-listing .tabs a {
  display: block;
  float: left;
  padding: 5px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 127, ../../../../app/stylesheets/agents/design.sass */
#featured-listing .tabs a:hover {
  color: #35a2d4;
}
/* line 129, ../../../../app/stylesheets/agents/design.sass */
#featured-listing .tabs a.active {
  color: white;
  text-shadow: 0 1px 1px #234386;
  background: #5f83b9;
}
/* line 15, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing p {
  padding: 0;
  margin: 0;
}
/* line 18, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing textarea {
  width: 364px;
  height: 75px;
}
/* line 22, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing textarea, #featured-listing input[type="text"] {
  margin-bottom: 9px;
}
/* line 26, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing #images ul {
  overflow: auto;
}
/* line 29, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing #images .custom {
  margin-bottom: 9px;
}
/* line 32, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing #images .image {
  float: left;
  margin-right: 5px;
  position: relative;
}
/* line 36, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing #images .image a {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
}
/* line 41, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-listing #images .image a img {
  margin: 0;
}

/* line 46, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-categories form label {
  font-weight: bold;
  color: #666666;
}
/* line 50, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-categories form #category_title {
  width: 300px;
}

/* line 55, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category form label {
  width: 120px;
}
/* line 57, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category form input, #featured-category form select {
  margin-bottom: 0.5em;
}
/* line 60, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category table.automatic-updates {
  margin-bottom: 5px;
}
/* line 64, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category table.automatic-updates thead tr th.type {
  width: 55px;
}
/* line 66, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category table.automatic-updates thead tr th.name {
  width: 245px;
}
/* line 68, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category table.automatic-updates thead tr th.source {
  width: 155px;
}
/* line 70, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category table.automatic-updates thead tr th.actions {
  width: 55px;
}
/* line 73, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category table.automatic-updates a.remove-auto-resource {
  padding-left: 18px;
  background-image: url(/images/fugue/icons/cross-button.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
/* line 80, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #listings {
  min-height: 200px;
  margin-top: 9px;
}
/* line 84, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #listings .remove-all-listings {
  display: block;
  float: right;
  margin-right: 15px;
}
/* line 89, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #listings .ui-block-message {
  top: 40px;
}
/* line 92, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #listings .info .pagination {
  float: right;
}
/* line 94, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #listings .info .pagination .gap {
  display: none;
}
/* line 97, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #list_listings {
  padding: 0;
}
/* line 101, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #list_listings .search_result .address {
  left: 260px;
}
/* line 104, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #list_listings .search_result .additional_info {
  right: 320px;
}
/* line 107, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #list_listings .search_result .description {
  font-size: 0.9em;
  line-height: 1.2em;
  position: absolute;
  right: 125px;
  width: 260px;
}
/* line 115, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #list_listings .search_result .links a.edit_listing {
  background-image: url(/images/fugue/icons/card--pencil.png);
}
/* line 117, ../../../../app/stylesheets/agents/listings/featured.sass */
#featured-category #list_listings .search_result .links a.remove_listing {
  background-image: url(/images/fugue/icons/cross-button.png);
}

/* line 121, ../../../../app/stylesheets/agents/listings/featured.sass */
#resource-finder .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}
