/* colors */
/*#4b9a2f*/
/*#629d2a*/
/* sizes */
/* fonts */
/* mixins */
/* helper classes */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out 20ms;
  -moz-transition: opacity 500ms ease-in-out 20ms;
  -o-transition: opacity 500ms ease-in-out 20ms;
  transition: opacity 500ms ease-in-out 20ms;
  opacity: 0;
}

.imgframe {
  -webkit-transition: opacity 150ms ease-in-out 50ms;
  -moz-transition: opacity 150ms ease-in-out 50ms;
  -o-transition: opacity 150ms ease-in-out 50ms;
  transition: opacity 150ms ease-in-out 50ms;
}

.imgframe {
  height: 170px;
}

.imgdetailframe {
  height: 240px;
}

#map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#marker-overlay.cluster-overlay {
  width: 220px;
  height: 27px;
  font-size: 11px;
  color: #666;
  font-style: italic;
}

#marker-overlay.cluster-overlay strong {
  color: #ff5d47;
  font-style: normal;
  font-weight: bold;
}

#marker-overlay {
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: 3;
  width: 250px;
  height: 49px;
  background-color: #fff;
  font: normal 11px/13px Arial, Verdana, sans-serif;
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4e4e4 \9;
  /* IE8 and below */
}

#marker-overlay img {
  width: 80px;
  height: 45px;
  float: left;
  margin-top: 2px;
}

#marker-overlay .info {
  width: 162px;
  float: left;
  margin-left: 8px;
}

#marker-overlay .info h3 {
  font: normal 11px/13px Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#marker-overlay .info
.ratingwrap {
  margin-top: 0px;
  margin-bottom: 2px;
}

#marker-overlay .info .reviews {
  display: block;
  float: left;
  color: #444;
  margin-top: 0px;
}

#marker-overlay .info .reviews
.number {
  color: #38a8d6;
}

#marker-overlay .info .rating {
  float: left;
  width: 62px;
}

#marker-overlay .info .rating span {
  background: url("../../img/stars_small.png") no-repeat left top;
  display: block;
  width: 53px;
  height: 14px;
  text-indent: -9999px;
}

#marker-overlay .info .rating span.stars_0 {
  background-position: -53px 0px;
}

#marker-overlay .info .rating span.stars_0_5 {
  background-position: -42px -18px;
}

#marker-overlay .info .rating span.stars_1 {
  background-position: -42px 0;
}

#marker-overlay .info .rating span.stars_1_5 {
  background-position: -31px -18px;
}

#marker-overlay .info .rating span.stars_2 {
  background-position: -31px 0;
}

#marker-overlay .info .rating span.stars_2_5 {
  background-position: -21px -18px;
}

#marker-overlay .info .rating span.stars_3 {
  background-position: -21px 0;
}

#marker-overlay .info .rating span.stars_3_5 {
  background-position: -10px -18px;
}

#marker-overlay .info .rating span.stars_4 {
  background-position: -10px 0;
}

#marker-overlay .info .rating span.stars_4_5 {
  background-position: 0 -18px;
}

#marker-overlay .info p.overlay-price {
  width: 162px;
  float: left;
  margin: 0;
  color: #222;
}

#marker-overlay .info p.overlay-price span {
  color: #f4329a;
  font-size: 12px;
  font-weight: bold;
}

#marker-overlay .arrow {
  width: 21px;
  height: 11px;
  position: absolute;
  top: 100%;
  left: 35px;
  background: url("../../img/markeroverlay-arrow.png") no-repeat 0 0;
  background-position: 0 -20px \9;
  /* IE8 and below */
}

#content {
  width: 310px;
  z-index: 10;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 20px;
  border: 1px solid #ccc;
  font: normal 11px/13px Arial, Verdana, sans-serif;
}

#content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content a {
  color: #222;
  text-decoration: none;
}

#content a:hover {
  color: #000;
  text-decoration: underline;
}

#content a.agent {
  color: #f4329a;
}

#content div.agent {
  font-size: 12px;
  color: #f4329a;
}

#content p {
  margin: 0;
}

#content h2 {
  font-size: 17px;
  line-height: 17px;
  margin: 0 15px 0 0;
  font-weight: normal;
  color: #555555;
}

#content p.short-desc {
  margin: 0 15px 6px 0;
  font-style: italic;
  color: #666;
}

#content div.short-desc {
  font-style: italic;
  color: #666;
  min-height: 1px;
}

#content #content-inner {
  width: 620px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#content #content-inner .column {
  width: 310px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  background: #f5f5f5;
  /*.detailed-reviews:hover {
        background-color: #76a648;
      }*/
}

#content #content-inner .column
.price a {
  margin: 0px;
  font-size: 16px;
}

#content #content-inner .column .header,
#content #content-inner .column .section {
  background: #e4e4e4;
  height: 21px;
  padding: 9px 10px 0 10px;
}

#content #content-inner .column .header a.back,
#content #content-inner .column .section a.back {
  color: #000;
  font-weight: bold;
}

#content #content-inner .column
#hotel-section {
  padding: 7px 10px 0 10px !important;
}

#content #content-inner .column #clear-filter {
  float: right;
  color: #777;
}

#content #content-inner .column #clear-filter:hover {
  color: #222;
}

#content #content-inner .column .tabs {
  height: 36px;
}

#content #content-inner .column .tabs li {
  display: inline;
  border: none;
  font-weight: bold;
}

#content #content-inner .column .tabs li a {
  position: relative;
  padding: 5px 7px;
  margin: 5px 0 5px 5px;
  font-size: 11px;
  color: #5c5c5c;
  float: left;
  height: 15px;
}

#content #content-inner .column .tabs li.sel a,
#content #content-inner .column .tabs li a:hover {
  background: #38a8d6;
  color: #fff;
  text-decoration: none;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#content #content-inner .column .tabs li.sel a:after,
#content #content-inner .column .tabs li a:hover:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #38a8d6;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}

#content #content-inner .column .tabs li.disabled {
  display: none;
}

#content #content-inner .column .price {
  width: 90px;
  height: 28px;
  display: block;
  position: relative;
  background-color: #38a8d6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  margin-bottom: 2px;
}

#content #content-inner .column .price a {
  color: #fff;
}

#content #content-inner .column .price:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 14px solid transparent;
  border-left-color: #38a8d6;
  top: 0;
  left: 100%;
}

#content #content-inner .column .detailed-reviews {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 3px;
  color: #000;
  background: #fbb7dc;
  /*#4b9a2f*/
  /*url("../../img/tripadvisor.png") no-repeat 2px 2px;*/
  text-decoration: none;
}

#content #content-inner .column .detailed-reviews .header-review {
  color: #fff;
  background: #f770b8;
  font-weight: bold;
  height: 18px;
  padding-top: 6px;
}

#content #content-inner .column .detailed-reviews .score {
  font-size: 13px;
  font-weight: bold;
  padding-top: 6px;
  /* todo: remove this when count is added */
}

#content #content-inner .column .detailed-reviews.noscore {
  opacity: 0.5;
}

#content #content-inner .column .rating span {
  background: url("../../img/stars.png") no-repeat left top;
  display: block;
  width: 70px;
  height: 14px;
  text-indent: -9999px;
}

#content #content-inner .column .rating span.stars_0 {
  background-position: -69px 0px;
}

#content #content-inner .column .rating span.stars_0_5 {
  background-position: -55px -24px;
}

#content #content-inner .column .rating span.stars_1 {
  background-position: -55px 0;
}

#content #content-inner .column .rating span.stars_1_5 {
  background-position: -41px -24px;
}

#content #content-inner .column .rating span.stars_2 {
  background-position: -41px 0;
}

#content #content-inner .column .rating span.stars_2_5 {
  background-position: -27px -24px;
}

#content #content-inner .column .rating span.stars_3 {
  background-position: -27px 0;
}

#content #content-inner .column .rating span.stars_3_5 {
  background-position: -13px -24px;
}

#content #content-inner .column .rating span.stars_4 {
  background-position: -13px 0;
}

#content #content-inner .column .rating span.stars_4_5 {
  background-position: 0 -24px;
}

#content #content-inner #detailed {
  left: 310px;
}

#content ::-webkit-scrollbar {
  width: 10px;
}

#content ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e4e4e4;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

#content ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
  border: 1px solid #acacac;
  background: #fff;
}

#content ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

#content ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.linkdisabled {
  color: #ccc;
  cursor: default;
}

#list #loader-list img {
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -15px;
}

#list .list-container {
  width: 310px;
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  border-top: 1px solid #e4e4e4;
}

#list .list-container .inner {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  font-style: italic;
}

#list .list-container .hotels li {
  background-color: #FBFBFB;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 0px 13px 5px 13px;
  box-shadow: 1px 1px 3px #ccc;
  /*padding: $content-default-margin 0 $content-default-margin $content-default-margin;*/
}

#list .list-container .hotels li
.line_wrap0 {
  color: #2BC3FF;
}

#list .list-container .hotels li
.line_wrap1 {
  color: #67D4FF;
}

#list .list-container .hotels li
.line_wrap2 {
  color: #81D4F5;
}

#list .list-container .hotels li
.line_wrap3 {
  color: #A8E3FB;
}

#list .list-container .hotels li
.line_wrap4 {
  color: C7EFFF;
}

#list .list-container .hotels li h2 a {
  color: #555555;
}

#list .list-container .hotels li a {
  text-decoration: none;
}

#list .list-container .hotels li
a.favorite-link {
  color: #5ec7f2 !important;
  margin-right: 0px !important;
  font-weight: normal;
  font-size: 12px;
}

#list .list-container .hotels li .short-desc {
  font-style: italic;
  color: #666;
}

#list .list-container .hotels li .info {
  width: 180px;
  float: left;
}

#list .list-container .hotels li .info div {
  float: left;
}

#list .list-container .hotels li .info .image {
  width: 115px;
}

#list .list-container .hotels li .info .image img {
  width: 100px;
  height: 51px;
}

#list .list-container .hotels li .info .reviews {
  width: 50px;
  font-size: 10px;
}

#list .list-container .hotels li .info .rating {
  width: 115px;
  margin: -16px 0 0 2px;
}

#list .list-container .hotels li .prices {
  width: 84px;
  float: left;
}

#list .list-container .hotels li .prices p {
  color: #999;
}

#list .list-container .hotels li.hover,
#list .list-container .hotels li:hover {
  background: #f7f7f7;
  /*        background: $light-highlight-color;*/
  cursor: pointer;
}

.favtitle {
  background-color: #FFF0A6;
  color: #333;
  padding: 5px 10px;
}

.hideHotel {
  visibility: hidden;
  height: 0px;
}

#detailed .detailed-container {
  width: 310px;
  position: absolute;
  top: 65px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-top: 1px solid #e4e4e4;
}

#detailed .detailed-container
a.favorite-link {
  color: #5ec7f2 !important;
  margin-right: 0px !important;
  font-weight: normal !important;
  font-size: 12px !important;
}

#detailed .detailed-container .price-header {
  padding: 10px 0px 5px 15px;
}

#detailed .detailed-container .price-header em {
  color: #444;
}

#detailed .detailed-container .price-header strong {
  color: #373737;
}

#detailed .detailed-container #reviewloader img {
  position: absolute;
  top: 80px;
  left: 139px;
}

#detailed .detailed-container .inner {
  padding: 15px 0 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}

#detailed .detailed-container .inner
.column .price a {
  margin: 0px;
  font-size: 16px;
}

#detailed .detailed-container .inner a {
  font-weight: bold;
  margin-right: 10px;
  font-size: 10.5px;
  color: #38a8d6;
}

#detailed .detailed-container .inner
.short-desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 255px;
  margin-bottom: 5px;
}

#detailed .detailed-container .inner .excerpt {
  padding-right: 15px;
  color: #222;
}

#detailed .detailed-container .inner .excerpt strong {
  color: #373737;
}

#detailed .detailed-container .inner .attributes {
  padding-bottom: 10px;
  padding-right: 10px;
  color: #444;
  text-transform: lowercase;
  font-style: italic;
}

#detailed .detailed-container .inner img {
  width: 265px;
}

#detailed .detailed-container .inner .image {
  padding: 5px;
  width: 195px;
  float: left;
  margin-right: 10px;
}

#detailed .detailed-container .inner .image img {
  width: 180px;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  padding: 6px;
  border: 1px solid #e4e4e4 \9;
  /* IE8 and below */
}

#detailed .detailed-container .inner .rates {
  margin-top: 3px;
  color: #808080;
  display: block;
}

#detailed .detailed-container .inner .reviews {
  float: left;
  width: 50px;
  margin-top: 5px;
}

#detailed .detailed-container .inner .reviews .detailed-reviews {
  margin: 0 0 3px 0;
}

#detailed .detailed-container .inner .rating {
  margin: -28px 0 0 13px;
  float: left;
}

#detailed .detailed-container .inner .excerpt {
  margin: 10px 0;
}

#detailed .detailed-container .inner .ratings {
  width: 255px;
  margin: 15px 0 0;
}

#detailed .detailed-container .inner .ratings li {
  padding: 3px 0;
}

#detailed .detailed-container .inner .ratings li .label {
  width: 45%;
  float: left;
}

#detailed .detailed-container .inner .ratings li .score {
  width: 15%;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #f4329a;
}

#detailed .detailed-container .inner .ratings li .rating-bar {
  width: 50%;
  margin-top: 5px;
  float: left;
  background: #e4e4e4;
}

#detailed .detailed-container .inner .ratings li .rating-bar hr {
  height: 4px;
  border: none;
  margin: 0;
  float: left;
  background-color: #f4329a;
}

#detailed .detailed-container .all-prices {
  margin: 0 5px 5px 5px;
}

#detailed .detailed-container .all-prices .sitereview {
  cursor: pointer;
}

#detailed .detailed-container .all-prices li {
  margin: 2px 0 0 0;
  padding: 0;
  border: none;
  background: #f9f9f9;
  padding: 0 10px 5px 10px;
}

#detailed .detailed-container .all-prices li p {
  float: left;
  margin-top: 7px;
}

#detailed .detailed-container .all-prices li .price-per-night {
  font-weight: bold;
}

#detailed .detailed-container .all-prices li .book-price {
  cursor: pointer;
}

#detailed .detailed-container .all-prices li
.book-pricebutton {
  float: right;
  background-color: #38a8d6;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px 0px 3px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  width: 60px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 8px 0 4px 0;
}

#detailed .detailed-container .all-prices li .moresites {
  cursor: pointer;
}

#detailed .detailed-container .all-prices li .agent {
  width: 150px;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*color: #f4329a;*/
}

#detailed .detailed-container .all-prices li .book-room {
  text-align: right;
  float: right;
  width: 100px;
  padding-right: 5px;
}

#detailed .detailed-container .all-prices li .book-room a {
  font-weight: bold;
}

#detailed .detailed-container .all-prices li .price-per-night {
  width: 120px;
}

#detailed .detailed-container .all-prices li .price-total {
  width: 120px;
  text-align: right;
  float: right;
}

#detailed .detailed-container .all-prices li .price-total span {
  font-size: 14px;
  font-weight: bold;
  color: #f4329a;
}

#detailed .detailed-container .all-prices li .reviews-agent {
  width: 170px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#detailed .detailed-container .all-prices li .reviews-ta {
  width: 133px;
  font-size: 12px;
  padding-top: 3px;
  font-weight: bold;
  height: 30px;
}

#detailed .detailed-container .all-prices li .reviews-score {
  width: 80px;
  text-align: right;
  float: right;
  padding: 2px 5px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #f4329a;
}

#detailed .detailed-container .all-prices li .reviews-taimg {
  float: right;
  width: 117px;
  padding-bottom: 5px;
}

#detailed .detailed-container .all-prices li .reviews-total {
  width: 80px;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}

#detailed .detailed-container .all-prices li:hover {
  background: whitesmoke;
}

#detailed .detailed-container .morerooms-link {
  color: #38a8d6;
  font-weight: bold;
}

#reviews-detailed h2 {
  color: #38a8d6;
}

#reviews-detailed .all-prices {
  margin-bottom: 0px;
}

#TA_cdspropertydetail {
  font-family: arial;
  font-size: 11px;
}

#TA_cdspropertydetail .propertyName {
  font-size: 13px;
  font-weight: bold;
}

#TA_cdspropertydetail #CDSREVIEWS dt {
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
}

#TA_cdspropertydetail .reviewTitle {
  font: italic 1.7em Georgia;
  color: #069;
  clear: both;
  margin-top: 3px;
}

#TA_cdspropertydetail .hide {
  display: none;
}

#TA_cdspropertydetail .hReview {
  margin-left: 0px;
  padding-left: 15px;
}

#TA_cdspropertydetail #reviewsContainer {
  margin-left: 0px;
}

#TA_cdspropertydetail .reviewBoxLeft2 {
  float: left;
  width: 80px;
}

#TA_cdspropertydetail .reviewBoxRight2 {
  float: left;
  margin-left: 10px;
}

#TA_cdspropertydetail .reviewBody {
  margin-left: 0px;
  width: 260px;
}

#TA_cdspropertydetail .cdsClear {
  clear: both;
}

#TA_cdspropertydetail .tripType {
  position: absolute;
  top: 0px;
  left: 150px;
}

#TA_cdspropertydetail
.attribution {
  position: relative;
  height: 25px;
}

#TA_cdspropertydetail .hReview {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e3e3e3;
  color: #2c2c2c;
}

#TA_cdspropertydetail .cdsSummary {
  display: block;
  margin-left: 15px;
  margin-top: 10px;
}

#TA_cdspropertydetail .cdsBranding dl {
  float: right;
  margin: 0px;
}

#TA_cdspropertydetail .cdsBranding {
  overflow: hidden;
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  margin-left: 5px;
  margin-right: 5px;
}

#TA_cdspropertydetail .cdsBranding dt {
  margin: 8px 6px 0;
  font-size: 9px;
  color: #797979;
  float: left;
}

#TA_cdspropertydetail .cdsBranding dd {
  width: 132px;
  height: 26px;
  overflow: hidden;
  margin: -2px 0 0 4px;
}

#TA_cdspropertydetail .username, #TA_cdspropertydetail .tripTypeHeader {
  font-weight: bold;
}

#TA_cdspropertydetail dd {
  -webkit-margin-start: 0px;
}

#TA_cdspropertydetail a {
  text-decoration: none;
  color: #006699;
}

#TA_cdspropertydetail a:hover {
  text-decoration: underline;
  color: #006699;
}

#TA_cdspropertydetail .cdsDisclaimer {
  margin-left: 15px;
  font-style: italic;
  font-size: 11px;
  color: #9f9f9f;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}

#TA_cdspropertydetail .pagingInfo {
  margin-left: 15px;
}

#TA_cdspropertydetail
.mtLogo {
  margin-left: -6px;
  margin-bottom: 10px;
}

#TA_cdspropertydetail .reviewInfo {
  margin-top: 6px;
  font: 1.0625em Arial;
  color: #505050;
}

#TA_cdspropertydetail .date {
  vertical-align: top;
  margin-left: 5px;
}

#TA_cdspropertydetail .cdsBadges .cdsBadge {
  float: left;
  width: 49%;
}

#TA_cdspropertydetail .cdsBadgeContents {
  float: left;
  width: 75%;
  font-size: 10px;
}

#TA_cdspropertydetail .cdsBadgeImage {
  float: left;
  margin-right: 4px;
}

#TA_cdspropertydetail .cdsBadges {
  float: none;
  width: auto;
  margin-top: 6px;
  padding-top: 6px;
}

#TA_cdspropertydetail .cdsAll {
  margin-left: 15px;
}

#TA_cdspropertydetail .cdsLegal {
  margin-left: 15px;
  margin-bottom: 15px;
}

#TA_cdspropertydetail .cdsAll a {
  font-weight: bold;
}

#TA_cdspropertydetail #CDSWIDERR {
  display: none;
}

#TA_cdspropertydetail .rndBtnLarge {
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
}

#TA_cdspropertydetail .rndBtnGreen {
  background: linear-gradient(to bottom, #7BBC60 0%, #6BA454 100%);
  border: 1px solid #6BA353;
  color: #FFF !important;
}

#TA_cdspropertydetail .rndBtn {
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(128, 128, 128, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  cursor: pointer;
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-font-smoothing: antialiased;
}

#TA_cdspropertydetail .taRating {
  margin-bottom: 4px;
}

#status {
  display: none;
  width: 320px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin: 0 0 0 -310px;
  z-index: 10;
  background-color: #000;
  background-color: rgba(34, 34, 34, 0.95);
  font: normal 11px/13px Arial, Verdana, sans-serif;
  padding: 25px 20px;
  text-align: center;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#status p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

#status button {
  margin: 15px 0 0;
  width: 100px;
  background: #fff;
  font-size: 11px;
  color: #222;
  border: none;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
