li.title select {
  display: none;
}
li.title div + input {
  width: 440px;
}
li.title div {
  float: left;
  padding-top: 3px;
  width: 110px;
}

li.marketplace select {
  display: inline;
}
li.marketplace input {
  width: 444px;
}
li.large label {
  padding-top: 65px;
}
li.large textarea {
  width: 550px;
  height: 150px;
}
li.bio label {
  padding-top: 24px;
}
li.bio textarea {
  width: 320px;
  height: 55px;
}

li.price {
  font-size: 16px;
  color: #777;
}
li.price input {
  margin-left: 2px;
  width: 75px;
}

#menu p.marketplace_profile {
  margin-top: 0;
}

.form_left {
  width: 50% !important;
  padding-top: 34px;
}
.form_left #files {
  margin-top: 0;
  margin-left: 0;
}
  .form_left #files .file_upload_progress div {
    width: 120px;
  }
.form_left ol.errors {
  margin-left: 0;
}
.form_left p.explanation {
  margin-top: 0 !important;
  margin-left: 0 !important;
  color: #797;
  font-size: 11px !important;
  width: 250px;
  line-height: 1.2em !important;
}
.form_left ol#photos {
  margin-top: 6px;
}
.form_left ol#photos li {
  position: relative;
  float: left;
  padding: 0;
  margin-bottom: 4px;
  margin-right: 4px;
}

.form_left ol#photos li img {
  border: 1px solid #000;
}

.form_left ol#photos li .manage {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 11px;
}

  .form_left ol#photos li .manage a {
    float: right;
    clear: right;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
    background: #f00;
    color: #fff;
    text-decoration: none;
  }
  .form_left ol#photos li .manage a:hover {
    background: #333;
  }

.form_left input.submit {
  margin-bottom: 12px;
}
.form_right {
  width: 49% !important;
}

.toolbar {
  margin-top: 2px;
  margin-left: 70px;
}

  .toolbar .button {
    background: #fff;
    border: 1px solid #d9d9d9;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .toolbar .button:hover {
    border: 1px solid #aaa;
  }

#content .file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  padding: 0;
  width: 106px;
  height: 25px;
  background: url(/img/forums/buttons/add_photos.png);
}

#content form ol li.centertagslabel label {
  width: 50px;
}
#content form ol li.centertagslabel textarea {
  width: 236px;
}
h3.tags {
  margin-top: 0;
  margin-bottom: 4px;
  color: #131;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}
form ol.tags {
  position: static;
  top: 0;
  left: 0;
}

/* This is duplicated in bikes.css AND controlpanel.css. TODO: Fix. */
#photo_size_popup {
  background: url(/img/transparent_black_overlay.png);
  position: absolute;
  width: 162px;
  color: #fff;
  font-size: 11px;
  z-index: 400;
  text-align: left;
}

  #photo_size_popup div {
    background: url(/img/transparent_black_overlay.png);
    padding: 10px;
  }

/* Topics/show */
#content div.ft {
  margin-bottom: 6px;
}
.vote {
  float: left;
  width: 24px;
  padding: 9px 6px 8px 0;
  margin-top: -12px;
}
  .vote a {
    display: block;
    width: 25px;
    height: 16px;
    margin: 3px 0 4px 0;
    background: #66d0ff url(/img/forums/vote_arrows.png) 0 0 no-repeat;
    text-indent: -9000em;
  }
  .vote a.downvote {
    background-position: left bottom;
  }
  .vote a:hover {
    background-color: #090;
  }
  .vote a.downvote:hover {
    background-color: #d00;
  }

  .upvoted .upvote {
    background-color: #090;
  }
  .upvoted .downvote {
    background-color: #ddd;
  }
  .downvoted .downvote {
    background-color: #d00;
  }
  .downvoted .upvote {
    background-color: #ddd;
  }

#content .voted a, #content .disabled a {
  background-color: #ddd;
  cursor: default;
}
.score {
  display: block;
  width: 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  color: #777;
}
.vote + .body {
  width: 730px;
}
.body {
  float: left;
  width: 760px;
  background: #d7e5ce; /* Alternating Row Color #1 */
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#content .body div.m {
  margin: 0;
  padding: 25px 5px 3px 5px;
  font-size: 14px;
  line-height: 1.4;
  width: 720px;
  overflow: hidden;
}

  #content .body div.m .quote {
    border: 1px solid #aaa;
    padding: 3px 5px;
  }
  #content .body div.m .quote p {
    margin: 0;
    font-size: 11px;
  }
  #content .body div.m .quote blockquote {
    margin: 0;
    padding-top: 3px;
  }

div.posted_on {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 4px 0 3px 0;
  text-indent: 5px;
}
  div.posted_on div {
    padding-right: 10px;
    float: right;
  }
  div.posted_on div a {
    color: #797;
  }
  div.posted_on div a:hover {
    color: #666;
  }

.posted_on {
  font-size: 11px;
  color: #797;
}

  .posted_on a {
    color: #797;
  }
  .posted_on a:hover {
    color: #666;
  }

.body .attachments {
  padding: 3px 5px;
  color: #797;
  font-size: 11px;
  line-height: 1.4em;
}
  .body .attachments img {
    border: 1px solid #000;
  }

.author_details {
  float: right;
  width: 170px;
  padding-top: 2px;
  font-size: 11px;
}
  .author_details .author {
    display: block;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: bold;
  }

  .author_details .author_minor {
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 52px;
    line-height: 1.3;
    min-height: 50px;
  }
  .author_details .author_minor a {
    color: #000;
  }
  .author_details .author_minor a:hover {
    color: #666;
  }

  .author_details .send_message {
    display: block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(/img/icons/email_edit.png);
    text-indent: -9000em;
  }
.arrow {
  border-color: transparent transparent transparent #d7e5ce;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  top: 5px;
  right: -9px;
  text-indent: -9000em;
}
.alt {
  background: #e7f5de; /* Alternating Row Color #2 */
}
.alt .arrow {
  border-color: transparent transparent transparent #e7f5de;
}
.break {
  height: 12px;
}

h4.tags {
  position: absolute;
  top: 34px;
  left: 10px;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}
ol.tags {
  position: absolute;
  top: 34px;
  left: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
  ol.tags li {
    float: left;
    margin-right: 4px;
    margin-bottom: 9px;
  }
  ol.tags li a {
    padding: 3px 5px;
    background: #fd9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 4px;
    border-radius: 3px;
    font-size: 11px;
    color: #666;
  }
  ol.tags li.category a {
    background: #bfb;
  }
  ol.tags li.general a {
    background: #ff6;
  }
  ol.tags li a:hover {
    background: #d7e5ce;
  }

/* Forums/index */
table.forums-table {
  margin-top: 12px;
  width: 100%;
  border-collapse: collapse;
}
  table.forums-table th {
    font-weight: bold;
    padding: 0 0 3px 6px;
    color: #000;
    font-size: 12px;
  }
  table.forums-table td {
    background: #e7f5de;
    padding: 8px 7px 8px 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    line-height: 1;
    font-size: 12px;
  }
  table.forums-table tr.color2 td {
    background-color: #d7e5ce;
  }
  table.forums-table td.title a {
    font-size: 14px;
    font-weight: bold;
  }

  table.forums-table td.title .forum {
    display: block;
    padding-top: 2px;
    font-size: 11px;
    color: #797;
  }
    table.forums-table td.title .forum a {
      color: #797;
      font-size: 11px;
      font-weight: normal;
    }
    table.forums-table td.title .forum a:hover {
      color: #666;
    }

  table.forums-table td.title .pagination_short {
    font-size: 11px;
    color: #797;
  }

    table.forums-table td.title .pagination_short a {
      color: #797;
      font-size: 11px;
      font-weight: normal;
    }
    table.forums-table td.title .pagination_short a:hover {
      color: #666;
    }
  table.forums-table td.closed {
    background-image: url(/img/icons/lock_gray.png);
    background-position: 5px 6px;
    background-repeat: no-repeat;
  }
    table.forums-table td.closed >b,
    table.forums-table td.closed >a {
      margin-left: 18px;
    }
    table.forums-table td.closed b+a {
      margin-left: 0;
    }
  table.forums-table td.author a {
    color: #797;
    text-decoration: none;
  }
  table.forums-table td.author a:hover {
    color: #666;
    text-decoration: underline;
  }
  table.forums-table td.count {
    text-align: center;
  }
  table.forums-table td.last_post {
    font-size: 11px;
    min-width: 100px;
  }

  table.forums td.title a {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: bold;
  }

  table.forums td.title span {
    display: block;
    padding-top: 2px;
    font-size: 14px;
    color: #797;
  }

    table.forums td.title span a {
      color: #797;
      font-size: 11px;
      font-weight: normal;
    }
    table.forums td.title span a:hover {
      color: #666;
    }

table.posts .topic {
  width: 170px;
  vertical-align: top;
  padding-top: 7px;
  font-size: 12px;
  font-weight: bold;
}
table.posts .body_preview p {
  margin: 2px 0 0 0 !important;
  font-size: 12px !important;
}

/* Flagging */
.flag_reason {
  display: block;
  margin-bottom: 16px;
}

  .flag_reason h4 {
    margin: 0;
    font-size: inherit;
  }
  .flag_reason p {
    margin: 4px 0 !important;
    font-size: 12px !important;
  }
  .flag_reason textarea {
    display: block;
    margin: 4px 0 6px 0;
    width: 300px;
    height: 50px;
  }
