.update h2 {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial,Verdana,Tahoma,"Trebuchet MS",Sans-Serif,Georgia,Courier,"Times New Roman",Serif;
  background: transparent url(/img/updates-sprites.png) no-repeat scroll 0 -219px;
  color: white;
  padding-left: 8px;
  line-height: 20px;
  height: 20px;
}

.updates-title {
  margin-bottom: 5px;
}

.updates-title  img {
  float: left;
  padding: 1px 0px 0px 9px;
}

.updates-tab {
  display: block;
  height: 44px;
  *height: 43px;
  float: left;
  border-left: 1px solid #CDC9C9;
  border-top: 1px solid #CDC9C9;
  border-right: 1px solid #CDC9C9;
  background-color: #edead9;
  width: 192px;
  text-align: center;
  border-radius-topleft: 5px;
  border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom: 1px solid #01ACFE ;
}

.updates-tab.selected {
  background-color: white;
  border-left: 1px solid #01ACFE;
  border-top: 1px solid #01ACFE;
  border-right: 1px solid #01ACFE;
  border-bottom: none;
}

.updates-tab-separator {
  border-bottom: 1px solid #01ACFE;
  font-size: 27px;
  padding-bottom: 12px;
  float: left;
}

.updates-tab a {
  display: block;
  text-decoration: none;
}

.updates-tab h2 {
  position: relative;
  top: 8px;
  font-size: 18px;
}
.updates .blue_separator {
  margin-top: 7px;
}

.update-comment.hidden {
  display: none;
  position: absolute;
}

.update {
  padding-top: 9px;
  display: block;
  position: relative;
}

.update .time {
  font-size: 10px;
  color: #aaa;
}

.update-comments {
  background: transparent url(/img/update-comment-callout.gif) no-repeat scroll 55px 3px;
  padding-top: 22px;
}

.update-edit-field {
  width: 100%;
  height: 100px;
}

.update .body-wrap {
  overflow: hidden;
  width: 100%;
  padding-bottom: 9px;
  position: relative;
}

.update .lhs {
  width: 48%;
  float: left;
  padding-bottom: 35px;
}

.update .rhs {
  float: right;
}

.update .avatar , .update-comment .avatar {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  padding: 1px;
  float: left;
}

.update-message {
  margin-left: 46px;
  min-height: 42px;
}

.comment-active {
  background-color: white !important;
  min-height: 2.5em !important;
  background-image: none !important;
  padding-left: 7px !important;
}

.update textarea.comment, .update-comment textarea.comment {
  width: 390px;
  height: 1.25em;
  border: 1px solid #ccc;
  color: #666;
  background: transparent url(/img/comment2_off.png) no-repeat scroll 0 0;
  padding: 4px 4px 4px 27px;
  margin-top: 9px;
  overflow: hidden;
}

.updates .book-summary {
  width: 200px;
  float: right;
}

.update-book-thumb {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 1px;
  max-width: 70px;
  margin-right: 5px;
}

.update-book-title {
  font-style: italic;
  font-weight: bold;
}

.update-book-author {
}

.updates .rating-bar {
  margin-top: 3px;
}

.updates .status-bar {
  margin-top: 3px;
}

.updates .update-buy-link {
  display: block;
}

.update-comment {
  margin-bottom: 1px;
  position: relative;
  margin-left: 45px;
  background-color: #ededed;
  padding: 9px 9px 14px;
}

.update-comment-header  p{
  margin-left: 49px;
}

.update-comment-body {
  padding: 3px 9px 8px;
  background-color: #ededed;
}

.update-comment-footer {
  padding: 0 9px 9px;
  background: #ededed url(/img/update-comment-fleck.gif) no-repeat right bottom;
  margin-top: 1px;
  margin-left: 45px;
}

.update-comment-footer textarea {
  width: 150px !important;
}

.update-comment-footer .comment-active {
  width: 300px !important;
}

.update-friend-request .update-message {
  height: 43px;
}

.update-book-review .update-message {
  height: 81px;
}

.update-group-reading .update-message {
  margin-left: 0;
  height: 81px;
}

.update-rec-request .lhs {
  width: 310px;
}

.update-rec-request .rhs {
  width: 80px;
  height: 50px;
}

.update-rec-request .update-message {
  width: 260px;
}

.update-add-to-bs {
  background: transparent url(/img/bookshelf_icon_tile.png)  no-repeat scroll 0 0;
  height: 70px;
}

.update-add-to-bs h2 {
  margin-left: 49px;
  padding-top: 0px;
}

.update-add-to-bs p {
  margin-left: 56px;
  margin-top: 3px;
}

.update-rec-request form {
  width: 400px;
}

.update-add-avatar {
  background: transparent url(/img/add_avatar_tile.png)  no-repeat scroll 0 0;
  height: 92px;
}

.update-add-avatar h2 {
  margin-left: 49px;
  padding-top: 0px;
}

.update-add-avatar p {
  margin-left: 56px;
  margin-top: 3px;
}

.update-add-avatar form {
  margin-left: 49px;
  margin-top: 9px;
}

.update-add-avatar .inputfile {
  height: 25px;
}

.update-q-mark {
  background: transparent url(/img/updates-sprites.png) no-repeat scroll 1px 0;
  width: 374px;
  height: 92px;
  padding: 15px;
}

.update-q-mark h2 {
  background: none !important;
  line-height: inherit !important;
  padding-top: 0px;
}

.update-q-mark p {
  height: 46px;
  padding: 3px 7px;
  width: 275px;
}

.update-find-friends {
  background: transparent url(/img/updates-sprites.png) no-repeat scroll 1px -124px;
  width: 366px;
  height: 68px;
  padding: 13px 19px;
}

.update-find-friends h2 {
  margin-left: 123px;
  padding-top: 4px;
  background: transparent none repeat scroll 0 0 !important;
}

.update-find-friends p {
  padding-left: 125px;
  padding-top: 5px;
}

#group-updates {
  width: 530px;
  float: left;
}

#group-updates .update input.comment, #group-updates .update-comment input.comment {
  margin-left: 46px;
}

.group-message-content p {
  margin: 4px 0;
}

a.updates-toggle-comments {
  padding-top: 6px;
  display: block;
  font-size: 0.9em;
  text-align: right;
  float: right;
  width: 120px;
  height: 20px;
}

a.updates-show-more {
  font-size: 0.9em;
}

.update-tags {
  margin-top: 5px;
  width: 500px;
  float: left;
  height: 20px;
}

.book-comment .update-comment-actions {
  padding: 1px 0 5px 46px;
  font-size: 0.9em;
}

.update-actions {
  width: 190px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.update-actions img, .update-actions span, .update-actions ul {
  float: left;
}

.update-actions img {
  margin-left: 4px;
}

.update-action-info {
  margin: 0 0 1px 45px;
  background-color: #ededed;
  padding: 9px 9px 7px;
}

.book-comment p {
  margin: 7px 0;
}

.update-public-message {
  text-align: justify;
}

.update-public-message .avatar {
  margin-right: 9px;
}

.update-public-message .book-summary {
  float: right;
  margin: 0 0 9px 9px;
  text-align: left;
}

.update-controls {
  position: absolute;
  right: 1px;
  top: -2px;
}

a.update-delete {
  text-indent: -5000px;
  height: 9px;
  width: 19px;
  background: transparent url(/img/updates-sprites.png) no-repeat scroll -403px 0px;
  margin-top: 0 !important;
}

a.update-delete:hover {
  background-position: -403px -9px;
}

.update-controls a {
  float: right;
  height: 9px;
  font-size: 0.7em;
  color: #CCC;
  text-decoration: none;
  margin-left: 3px;
  margin-top: 2px;
}

a.update-control:hover {
  color: #C00;
}

.update-comment .update-controls {
  top: 0;
}

.update-highlighted {
  background-color: #D7FDBB;
}

#update-compose textarea{
  height: 2.5em;
  padding: 2px;
  overflow: auto;
  color: #666666;
  width: 398px;
  float: left;
}

.like-count {
  font-size: 10px;
  font-weight: bold;
  min-width: 13px;
  margin-left: 5px;
  padding-top: 7px;
  color: #11A0FF;
}