/* CSS RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* tables still need 'cellspacing="0"' in the markup */

html {
  width: 100%;
  background-color: #0A1A2E;
}
body {
  font: 62.5%/1.6 "Lucida Grande", Arial, sans-serif;
  color: #666;
}
a {
  text-decoration: none;
  color: #496585;
}
p {} p,
table {
  line-height: 1.8;
  margin: 0.5em 0 1em 0;
}
h1,
h2,
h3,
h4,
h5 {
  font: 1.4em/1 "Hoefler Text", Georgia, serif;
}
h1 {
  color: #4b6785;
  font-size: 2.5em;
}
h2 {
  color: #B96021;
  font-size: 1.5em;
}
h3 {
  color: #39611B;
  font-size: 1.3em;
}
ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
ol p {
  font-size: 1em;
}
ol ul {
  margin-left: 1.5em;
}
.last {
  margin-right: 0 !important;
}
.hidden {
  display: none;
}
.clearer {
  clear: both;
}
small {
  font-size: 80%;
}
.rounded-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.no_underline {
  text-decoration: none !important;
}
.button,
.submit-button input {
  background: #FAB165 url(../img/button-bg.png) top left repeat-x;
  display: inline-block;
  padding: 0.5em 2em;
  color: #0a1b3b;
  font: 1.4em Georgia, serif;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #e7b070;
  font-weight: bold;
  text-decoration: none;
}
.button a {
  text-decoration: none !important;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
table .titles {
  text-align: right;
  padding-right: 10px;
}
table td {
  padding: 5px 0;
}
input,
textarea {
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
}
.flash {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
  width: 600px;
  text-align: center;
}
.flash_alert {
  background-color: #FFBBBB;
  background-color: #FFFFFF;
  border: 2px solid #DD6666;
}
.flash_notice {
  background-color: #BBFFBB;
  background-color: #FFFFFF;
  border: 2px solid #66DD66;
}
/* HEADER */

.header {
  background: #0a1a2e url(../img/header-bg.png) top left repeat-x;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 5px 0;
}
.header .logo {
  float: left;
}
.header .nav {
  overflow: hidden;
  float: right;
  margin-top: 12px;
  color: #fffa90;
}
.header .nav li {
  float: left;
  font-size: 1.4em;
  margin-left: 2em;
}
.header .nav li a {
  color: #fff;
}
.header .nav li.highlight a {
  color: #fffa90;
}
/* MAIN */

#main_container {
  background-color: #fff;
  font-size: 1.4em;
}
#main_container h1 {
  margin: 10px 0 0 0;
}
#main_container .wrapper {
  padding: 30px 0;
}
#main_container a {
  text-decoration: underline;
}
#main_container ul {
  list-style-type: circle;
  margin-left: 1.5em;
}
/* HOMEPAGE CTA */

#home-cta {
  background: #9badcf url(../img/home-map.png) top center no-repeat;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
#home-cta .cta {
  width: 315px;
  background: transparent url(../img/cta-bg.png) top center repeat-x;
  color: #fff;
  padding: 30px;
  margin: 30px 0;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4)
}
#home-cta .cta h2 {
  font-size: 5.1em;
  margin-bottom: 20px;
  color: #fff;
}
.wf-loading #home-cta .cta h2 {
  font: 5.4em "Hoefler Text", Georgia, serif;
}
#home-cta .cta p {
  font-size: 1.5em;
}
#home-cta .button {
  margin-top: 30px;
  display: block;
  text-align: center;
  font: bold 2.0em Georgia, serif;
}
.benefits-side {
  float: left;
  margin: 0 30px 0 20px;
}
.benefits-side div {
  width: 255px;
  height: 200px;
  background: url(../img/home-side.jpg) 0 0 no-repeat;
}
.benefits-side h3 {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
  font-size: 1.5em;
}
.benefits-side ul {
  list-style: none !important;
  margin: 0 auto;
}
.benefits-side li {
  margin: 25px 0 40px 0;
}
.benefits-side li a {
  text-indent: -9999px;
  display: block;
  width: 210px;
  height: 70px;
  background: url(../img/home-side.jpg) 0 -19px no-repeat;
}
.benefits-side #pcw a {
  background-position: -19px -257px;
  height: 46px;
}
.benefits-side #lh a {
  background-position: -19px -340px;
  height: 55px;
}
.benefits-side #at a {
  background-position: -19px -435px;
  height: 25px;
}
.benefits-side #ma a {
  background-position: -19px -500px;
  height: 40px;
}
.benefits-side #vo a {
  background-position: -19px -585px;
  height: 55px;
}
#home-side {
  float: left;
  margin: 0 30px 0 20px;
  display: none;
}
#sub li {
  /*padding-left:265px;*/
  
  margin: 0 0 20px 0;
  overflow: hidden;
  /*background:url(../img/benefit.png) top left no-repeat;*/
  
  min-height: 104px;
}
/*#sub #cl { background:url(../img/benefit-cl.png) top left no-repeat; }
#sub #apps { background:url(../img/benefit-apps.png) top left no-repeat; }
#sub #submit { background:url(../img/benefit-submit.png) top left no-repeat; }*/

#sub li h3 {
  font-size: 2em;
  color: #b96021;
  margin-top: 14px;
}
#sub li h3 a {
  color: #b96021;
  text-decoration: none;
}
#sub #advertising h3 a {
  color: #608c41;
}
#sub #apps h3 a {
  color: #c93b39;
}
#sub #free h3 a {
  color: #4B6785;
}
#sub #more-benefits h3 {
  color: #514D43;
}
#sub li ul {
  overflow: hidden;
  margin-left: 0;
}
#sub li li {
  padding-left: 0;
  width: 205px;
  float: left;
  margin: 10px 20px 0 0;
  background: none;
}
#sub li li h4 {
  color: #39611b;
  line-height: 1.4;
  font-size: 1.2em;
}
#sub li li.last {
  margin-right: 0 !important;
}
#sub li li h4 a {
  color: #39611b;
  text-decoration: none;
}
#sub li li p {
  color: #888;
  font-size: 0.9em;
  line-height: 2;
}
#sub li li p a {
  color: #888;
  text-decoration: underline;
}
/* BOTTOM CTA */

#bot-cta {
  background: #465a76 url(../img/home-map.png) top center no-repeat;
  color: #dbe0e6;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}
#bot-cta #trans {
  background: transparent url(../img/bot-cta-bg.png) top center repeat-x;
  overflow: hidden;
}
#bot-cta .button {
  float: left;
  margin: 10px 40px 30px 0;
  font-size: 2.2em;
}
#bot-cta blockquote {
  font-size: 1.8em;
  margin: 20px 0 5px 0;
  text-shadow: -1px -1px 1px (0, 0, 0, 0.5);
}
#bot-cta cite {
  color: #7b899c;
  font-style: normal;
  font-size: 1.1em;
  margin-bottom: 20px;
  display: block;
}
#bot-cta cite a {
  color: #7b899c;
  border-bottom: 1px solid #52647d;
}
/* FOOTER */

#footer {
  background: #0a1a2e url(../img/header-bg.png) top left repeat-x;
  color: #b6bbc1;
  overflow: hidden;
  padding: 19px 0 5px 0;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
#footer p {
  float: left;
  margin-top: 2px;
}
#footer ul {
  float: left;
}
#footer ul li {
  float: left;
  font-size: 1.3em;
  margin: 0 30px 0 0;
}
#footer ul li a {
  color: #fff;
}
/* FORMS */

#new-listing-form {
  margin: 30px 0px 0 0px;
}
.form_section {
  background: #ebebeb url(../img/form-bg.png) top left repeat-x;
  margin-bottom: 35px;
  width: 490px;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.form_section_wide {
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
}
.form_section table {
  width: 100%;
}
.form_section tr {
  border-bottom: 1px solid #dadada;
}
.form_section td {
  padding: 10px;
}
.form_section h3 {
  margin: 0 0 10px 0;
  font: bold 1.4em "Lucida Grande", Arial, sans-serif;
}
.form_section p {
  font-size: 1.0em;
}
.form_section ul {
  list-style-type: circle;
  margin-left: 1.5em;
}
.form_section label,
.form_section .label {
  font-weight: bold;
  float: none;
  width: 180px;
  display: inline-block;
}
.form_section .label {} .form_section .label label {
  display: inline;
}
.form_section input[type="submit"] {
  background: url(../img/button-bg.png) center left repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fab563;
  font: bold 1.4em "Hoefler Text", Georgia;
  padding: 0.7em 2em 0.5em 2em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #061a3a;
  margin: 10px 0 5px 0;
}
.form_section input[type="submit"]:hover {
  color: #1a396b;
}
.inactive {
  pointer-events: none;
  cursor: default;
  color: #DDDDDD;
}
.inactive_button {
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  pointer-events: none;
  cursor: default;
  background: url(../img/button-bg-grayscale.png) center left repeat-x;
}
.yellow_button {
  background: url(../img/button-bg.png) center left repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fab563;
  font: bold 1.4em "Hoefler Text", Georgia;
  padding: 0.7em 2em 0.5em 2em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #061a3a;
  margin: 10px 0 5px 0;
}
.yellow_button:hover {
  color: #1a396b;
}
a.yellow_button:link {
  text-decoration: none;
}
a.yellow_button:visited {
  text-decoration: none;
}
a.yellow_button:hover {
  text-decoration: none;
}
a.yellow_button:active {
  text-decoration: none;
}
.info-box {
  background-color: #CEDCB1;
  padding: 15px;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 -20px 30px -20px;
  border: 5px solid #BFCF9B;
}
.info-box h1 {
  font: bold 1.2em "Lucida Grande", Arial, sans-serif;
  margin: 0 0 10px 0 !important;
}
.info-box p {
  margin-top: 0;
}
.fieldWithErrors input {
  background-color: #FFEEEE;
  border: 1px solid red;
}
.fieldWithErrors textarea {
  background-color: #FFEEEE;
  border: 1px solid red;
}
.fieldWithErrors select {
  background-color: #FFEEEE;
  border: 1px solid red;
}
.authorization_div .fieldWithErrors {
  border: 1px solid red;
}
.pointerhand {
  cursor: pointer;
  cursor: hand;
}
.toggle_button {
  font-weight: bold;
  color: #B96021;
  margin-top: 10px;
}
/* NEW LISTING FORM */

#new-listing-form {
  background: url(../img/sidebar.png) top right no-repeat;
}
#location_section {
  overflow: hidden;
  width: 490px;
  float: left;
  margin-right: 30px;
}
#location_section ul {
  float: left;
  list-style: none;
  margin: 0;
}
#location_section li {
  margin: 15px 0;
}
#location_section li input {
  width: 475px;
}
#location-preview {
  float: left;
}
#accuracy-section {
  padding: 10px;
  border: dashed #ccc 2px;
  margin-top: 5px;
}
#location-preview #map {
  margin: 10px 0 20px 0;
}
#comparables_section {
  clear: both;
}
#description_section,
#video_section,
#application_section,
#comparables_section {
  width: 100%;
}
#description_section textarea {
  width: 600px;
}
#video_section input {
  width: 500px;
  display: block;
  margin-bottom: 10px;
}
.form_section .hidden {
  display: none;
}
#is-application-shown {
  background-color: #FFFDCF;
  background-color: rgba(255, 253, 207, 0.7);
  border: 1px solid #DFDC8B;
  margin: 20px 0 5px 0;
  padding: 10px;
}
#is-application-shown label {
  display: inline;
  width: auto;
}
/*.submit_div {
border:0; padding:0;
width:142px;
height:47px;
  background:url(../img/create_button.png) top left no-repeat;
  cursor:pointer;
}
.submit_div:hover { background-position:0 -47px; }
.submit_div:active { background-position:0 -94px; }
.submit_div input { visibility:hidden; }*/

.submit_div input {
  padding: 0;
  border: 0;
}
/* FINISHING TOUCHES FORM */

#image_holder {
  margin: 20px 0;
}
#image_holder strong {
  color: #39611B;
  font: bold 1.4em "Lucida Grande", Arials, sans-serif;
}
div.listing_img_div {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  float: left;
  height: 130px;
  width: 160px;
  text-align: center;
  overflow: hidden;
}
ul#sortable_pics {
  list-style: none;
  margin: 0;
}
ul#sortable_pics li {
  float: left;
  margin: 10px 20px 10px 0;
  cursor: move;
  height: 130px;
  width: 160px;
}
div.del_link {
  text-align: right;
  margin-bottom: 5px;
}
div.grey_box {
  border: 1px solid #000000;
  padding: 10px;
  background-color: #EEEEEE;
}
div.uploading_spinner {
  margin-top: 30px;
}
.form_full {
  width: auto;
  background-color: #fff;
  padding: 0;
}
.hmt {
  margin: 20px 0 30px 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.hmt .form_section {
  margin-bottom: 0;
}
.section_div {
  margin: 2em 0;
}
#why_fb {
  float: right;
  margin-left: 20px;
  width: 430px;
  background-color: #e1e1e1;
  padding: 20px;
}
#open-houses {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
/* FEED FORM */

#feed-form {
  padding-top: 0;
  margin-top: 40px;
}
#feed-form label {
  width: 260px
}
/* MANAGE LISTINGS */

div.gray_box {
  background-color: #EEEEEE;
  width: 600px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #999999;
}
div.section_header {
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #EEEEEE;
}
div.section_div {
  margin: 20px;
  padding: 20px;
  background-color: lightgray;
}
#listing_title h5 {
  font: 1.6em "Lucida Grande", Arial, sans-serif;
}
/* LISTINGS FULL PAGE */

.manage_container h3 {
  font: bold 1.3em "Lucida Grande", Arial, sans-serif;
  margin: 20px 0 10px 0;
}
#listings-main {
  width: 660px;
  float: left;
  padding-right: 40px;
}
.listing {
  margin: 10px 0 20px 0;
  cursor: pointer;
  color: #496585;
}
.listing a {
  text-decoration: underline;
}
.listing .listing_summary {
  padding: 5px 20px;
  border-left: 20px solid #ffe5c3;
  margin: 20px 0;
  color: #444;
  cursor: auto;
}
.listing .listing_summary p {
  text-decoration: none;
}
.inactive_listing .listing_summary {
  border-left: 20px solid #e1e1e1;
}
.listing h4 {
  cursor: pointer;
  color: #496585;
}
#listings-sidebar {
  width: 270px;
  float: right;
  text-align: right;
}
#listings-sidebar .button {
  font-size: 1.2em;
  background-position: center left;
  text-decoration: none;
  margin-bottom: 20px;
}
#listing_view h5 {
  margin: 5px 0;
  font-weight: bold
}
#listing_view h5.click {
  font-weight: normal;
}
.listing_details {
  margin: 1em 0;
}
#listing_link_bar {
  font-size: 0.9em;
  margin-bottom: 10px;
}
#listing_details_summary {
  margin-bottom: 10px;
}
/* LISTING PAGE */

#listings_show h1 {
  font: bold 2em "Lucida Grande", Arial, sans-serif;
}
#scam {
  display: none;
}
/* TODO: fix */

#left_column {
  width: 350px;
  float: left;
}
#left_column .listing_text_box {
  margin-bottom: 10px;
  border: solid 1px #e1e1e1;
}
#left_column ul {
  list-style-type: none;
  margin: 0;
}
#left_column #summary li {
  text-align: right;
  padding: 10px;
  font-size: 0.9em;
}
#left_column #summary li:nth-child(even) {
  background-color: #f1f1f1;
}
#left_column #summary li h5 {
  display: inline;
  float: left;
  font: bold 1em "Lucida Grande", sans-serif;
  margin-top: 2px;
}
#listing-padmapper {
  text-align: center;
  margin: 10px 20px 20px 20px;
  clear: left;
}
#listing-padmapper a {
  font: 0.8em "Hoefler Text", Georgia, serif;
}
.section_box {
  padding: 10px;
  border: 1px solid #e1e1e1;
}
#lister_profile {
  overflow: hidden;
}
#lister_image {
  float: left;
  margin-right: 10px;
}
#lister_details {
  margin-top: 1em !important;
  font-size: 0.9em;
}
#lister_details #contact_name {
  font: bold 1.3em "Lucida Grande", Arial, sans-serif;
}
#lister_details li {
  margin: 0 0 0.6em 0;
  font-size: 9pt;
}
#lister_details li a {
  text-decoration: none;
}
#right_column {
  float: right;
  width: 600px;
}
#listing_pictures {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
#listing_tabs {
  background-color: #e1e1e1;
  padding: 10px 10px 0 10px;
  overflow: hidden;
}
div.right_column_tab {
  margin-right: 10px;
  float: left;
  border-bottom: 0;
  width: 85px;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.inactive_tab {
  background-color: #ccc !important;
}
#right_column_holder {
  background-color: #fff;
  padding: 10px;
}
#main_picture {
  height: 360px;
  line-height: 360px; //needed for vertical align
  overflow: hidden;
  background-color: #EBEBEB;
  margin-bottom: 3px;
}
#main_picture > img {
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.listing_pictures {
  margin: 3 auto;
  height: 90px;
  width: 108px;
  overflow: hidden;
  background-color: #000;
  display: inline-block;
}
#description {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-bottom: 10px;
}
.call_to_action_button {
  color: #fff;
  background-color: #009aab;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 2px solid;
  border-radius: 5px;
}
#overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: black;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.dialog_div {
  position: absolute;
  top: 30px;
  right: 50%;
  background-color: #fff;
  border: 2px solid #4b6785;
  border-top: 24px solid #4b6785;
  padding: 15px;
  text-align: center;
  z-index: 1001;
}
#message_div {
  margin-right: -275px;
  width: 550px;
  text-align: left;
}
.close_dialog_link_div {
  text-align: right;
  float: right;
  margin-top: -37px;
  margin-right: -15px;
}
.dialog_title {
  font-weight: bold;
}
td.message_form {
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
}
.message_form_text_field {
  width: 400px;
}
.message_form_text_area {
  width: 400px;
  height: 4em;
  margin-bottom: -7px;
}
#dialog_div_sending_message {
  margin-left: 5px;
  margin-top: 2px;
  font-weight: bold;
}
td.message_error {
  color: red;
}
.contact_mobile {
  display: none;
}
#mobilemenu {
  display: none;
}
/* ABOUT PAGE */

#index_about h2 {
  width: 960px;
  height: 355px;
  text-indent: -9999px;
  background: url(../img/about-page.jpg) top left no-repeat;
  margin: 0 0 20px 0;
}
#index_about h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
#logos {
  margin-bottom: 20px;
}
#logos ul {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
#logos li {
  width: 182px;
  float: left;
  margin-right: 10px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#logos li.last {
  margin-right: 0;
}
#about-main {
  float: left;
  width: 660px;
  margin: 0 20px 20px 0;
}
#about-side {
  float: right;
  width: 260px;
}
#about-side #recent-press {
  margin: 0;
  list-style-type: none;
}
#about-side #recent-press li {
  margin: 10px 0;
}
#about-side #recent-press cite {
  display: block;
  font: normal 0.9em "Lucida Grande", Arial, sans-serif;
}
#about-test {
  clear: both;
}
#about-test ul {
  list-style-type: none;
  margin: 0;
}
#about-test li {
  margin: 0 0 30px 0;
}
#about-test blockquote {
  font: italic 1.2em/1.2 Georgia, serif;
}
#about-test blockquote p {
  line-height: 1.6;
}
#about-test cite {
  display: block;
  margin: -10px 0 20px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8em;
}
/* PROFILE */

#linked-fb {
  color: #999;
  display: inline;
  font: 14px "Lucida Grande", Arial, sans-serif;
}
#profile_pic {
  float: left;
}
#profile_info {
  float: left;
  margin-left: 30px;
}
#profile_info p {
  font-size: 0.9em;
  margin: 0 0 30px 0;
}
#listings_div {
  padding: 0 20px;
  border: 1px solid #ccc;
  width: 100%;
}
#listings_div .show-listing {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  overflow: hidden;
}
#listings_div .show-listing .listing-image {
  float: left;
  width: 320px;
  text-align: center;
}
#listings_div .show-listing .listing-image span {
  color: grey;
  font-size: 9pt;
}
#listings_div .show-listing .listing-info {
  float: left;
  margin-left: 20px;
}
#listings_div .show-listing .listing-info p {
  color: grey;
  font-size: 9pt;
}
/* SUBMIT LISTING */

#app-submit-desc {
  float: left;
  width: 390px;
  margin: 10px 20px 0 0;
}
#app-submit-listing {
  float: right;
  width: 480px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
}
.add_renter,
.remove {
  margin-left: 5px;
}
#price-roundup {
  margin: 20px 0;
}
#price-roundup div {
  width: 420px;
  border-bottom: 1px dotted #999;
}
.list_form_section {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
/* MISC */

.benefits {
  margin: 30px 0;
  width: 700px;
}
#sign-in-form {
  margin: 0 auto;
  padding: 20px 30px;
}
#sign-in-form h1 {
  text-align: center;
}
#sign-in-form p {
  text-align: center;
}
#sign-in-form label {
  width: 90px;
}
#sign-in-form .submit-button {
  margin: 0 auto;
  text-align: center;
}
#register_holder p {
  text-align: left;
}
#browse_faq .h1 {
  margin-bottom: 40px;
}
#browse_faq .question {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#browse_faq h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
#full_rent_applications_send_application .text_field {
  width: 300px;
}
#full_rent_applications_send_application .email_field {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1em;
}
#manage_listings .email_table {
  border-width: 0px;
  border-collapse: collapse;
}
#manage_listings .email_cell {
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid #BBBBFF;
  border-left: 1px solid #BBBBFF;
  border-top: 2px solid #BBBBBB;
  border-bottom: 2px solid #BBBBBB;
  color: #666666;
  text-align: left;
  border-spacing: ;
}
#manage_listings .application_table {
  border-width: 0px;
  border-collapse: collapse;
}
#manage_listings .application_cell {
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid #BBBBFF;
  border-left: 1px solid #BBBBFF;
  border-top: 2px solid #BBBBBB;
  border-bottom: 2px solid #BBBBBB;
  color: #666666;
  text-align: left;
  border-spacing: ;
}
#manage_listings .unseen {
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888888;
  color: #333333;
  font-weight: bold;
}
#manage_listings #listing_list {
  float: left;
  width: 300px;
  background-color: #EEEEFF;
  height: 100%;
}
#manage_listings #listing_view {
  float: left;
  width: 580px;
  padding: 20px 25px;
  background-color: #FFFFFF;
}
#manage_listings #listing_holder {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
}
#manage_listings .selectable_listing_div {
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 5px;
  cursor: pointer;
}
#manage_listings .inactive_listing {
  background-color: #F0F0F0;
}
#manage_listings .active_listing {
  background-color: #EEEEFF;
}
#manage_listings .listing_list_title_section {
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background-color: white;
  padding: 5px;
  font-weight: bold;
}
#manage_listings .no_bottom_border {
  border-bottom: 0px;
}
#manage_listings .selectable_hovered {
  background-color: #EEFFEE;
}
#manage_listings .selectable_selected {
  background-color: white;
  border-right: 0px;
}
#manage_listings div.listing_details {
  margin-bottom: 10px;
}
#manage_listings td.title {
  font-weight: bold;
  text-align: right;
}
#manage_listings div.conversations_and_applications {
  margin: 20px 0;
}
#manage_listings .title_bar {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#listing_title {
  margin: 0.5em 0;
}
.feed_subscription {
  padding: 3px 10px 10px 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.feed_subscription.errored_feed {
  border: 3px solid #DD6666;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}
.feed_subscription.hilighted_feed {
  border: 3px solid #66DD66;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}
.feed_subscription tr {
  border: 0;
}
.feed_subscription label {
  width: 100%;
}
.feed_subscription #payment_details label {
  width: 180px;
}
.feed_subscription .premium_subscription_teaser {
  margin-top: 20px;
  padding: 10px 10px 5px 10px;
}
.feed_subscription .premium_subscription_teaser .bullet_point {
  width: 450px;
  float: left;
  font-size: 12pt;
}
.feed_subscription .premium_subscription_teaser .bullet_point img {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  margin-right: 12px;
  margin-bottom: 12px
}
#main_container .edit_billing_config_feed_user {
  padding-bottom: 10px;
}
#main_container .edit_billing_config_feed_user ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main_container .edit_billing_config_feed_user li .feed_config_label {
  float: left;
  width: 145px;
  padding-right: 5px;
  font-weight: bold;
}
#main_container .edit_billing_config_feed_user li label {
  float: left;
  width: 145px;
  padding-right: 5px;
  font-weight: bold;
  margin-top: 4px;
}
#main_container .edit_billing_config_feed_user .errorExplanation {
  padding: 10px;
  margin-top: 5px;
  margin-right: 12px;
  border: 1px solid red;
}
#main_container .edit_billing_config_feed_user .errorExplanation li {
  list-style-type: disc;
  margin-left: 20px;
}