.offer-short-title
{
    white-space: nowrap;
    width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chevrons
{
    position: relative;
    bottom: 50px;
}

.no-photo
{
    position: relative;
    left: 20px;
}


.swap-offers tr,
.swap-offers td {
  border-top: 1px solid #dddddd !important;
}

.swap-offers a,
.swap-offers a:active,
.swap-offers a:focus {
  outline: none;
}

.swap-offers .table td {
  padding: 10px 20px;
}

.swap-offers .swap-block {
  margin: 10px 0;
}

.swap-offers .offer-list-actions {
  /*width: 30%;*/
  width: 200px;
  text-align: right;
  margin-bottom: 3px;
}

.swap-offers .swap-items a {
  display: inline-block;
  padding: 5px;
}
.swap-offers .swap-items a.active {
  #background-color: #cccccc;
}

.swap-offers .loading {
  display: inline-block;
  height: 11px;
  width: 11px;
  background-image: url('images/ajax-loader.gif');
  vertical-align: middle;
}

.swap-offers .offer-comments div {
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.swap-offers .post-message textarea {
  border-color: #cccccc;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  width: 400px;
  max-width: 100%;
  height: 19px;
  margin: 0 0 7px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}

.swap-offers .post-message textarea:active,
.swap-offers .post-message textarea:focus {
  border-color: #cccccc;
  box-shadow: none;
}

.ads-popover.popover.right .arrow {
  top: 35px;
}

.ads-popover.popover.right {
  text-align: left !important;
}

.swap-offers ul.offer-rating {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}

.swap-offers ul.offer-rating li {
  float: left;
  height: 16px;
  width: 16px;
  background-image: url('images/star-empty.png');
}

.swap-offers ul.offer-rating.active li {
  cursor: pointer;
}

.swap-offers ul.offer-rating li.full {
  background-image: url('images/star.png');
}

.swap-offers ul.offer-rating.active:hover li {
  background-image: url('images/star.png');
}

.swap-offers ul.offer-rating.active li:hover ~ li {
  background-image: url('images/star-empty.png');
}

.swap-offers ul.offer-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.swap-offers ul.offer-items li {
  float: left;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

.swap-offers .full-items ul.offer-items li {
    width: 200px;
    min-height: 70px;
    overflow: hidden;
}

.swap-offers ul.offer-items li.active {
  opacity: .3;
}

.swap-offers ul.offer-items li img {
  float: left;
  max-height: 48px;
  max-width: 48px;
}

.swap-offers .offer-item-info {
  margin-left: 60px;
  margin-right: 24px;
  height: 50px;
}

.swap-offers .offer-item-title {
  font-weight: bold;
}

.swap-offers .offer-item-description {
  line-height: 14px;
}

.swap-offers .offer-wrapper {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.swap-offers .offer-wrapper-2 {
  vertical-align: top;
}

.swap-offers .offer-token {
  display: inline-block;
  margin: 0 10px;
}

.swap-offers .offer-title {
  font-size: large;
  font-weight: bold;
  margin-bottom: 10px;
}

.swap-offers .offer-title a {
  float: right;
}

.swap-offers .offer-actions {
  text-align: right;
  overflow: hidden;
}

.swap-offers .well.offer-messages {
  margin-bottom: 0;
}

a i[class^="ads-icon-"] {
  margin-right: 4px;
}

i[class^="ads-icon-"] {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}
.ads-icon-user { background-image: url('images/user.png'); }
.ads-icon-clock { background-image: url('images/clock.png'); }
.ads-icon-balloon { background-image: url('images/balloon.png'); }
.ads-icon-star { background-image: url('images/star.png'); }
.ads-icon-box { background-image: url('images/box.png'); }
