.price_widget {
  color: #333;
  font: 400 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  border: 1px solid #e9e9e9;
  padding: 5px 9px 25px;
  text-align: center;
}
.used_prices h2, .used_prices_title {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  font-size: 15px;
}
.used_prices a, .used_prices a:hover {
  color: #336699 !important;
  text-decoration: none;
}
.used_prices {
  width: 216px;
  margin: 0 auto 10px auto;
  border: 1px solid #e9e9e9;
  padding: 12px 9px 0px;
  text-align: center;
}
/*
.used_prices {
  width: 216px;
  margin: 0 auto 10px auto;
  border: 1px solid #e9e9e9;
  padding: 12px 9px 20px;
  text-align: center;
}
*/
.used_prices_new {
  width: auto;
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.used_prices_select {
  width: 145px;
  margin: 0 auto 10px;
}
@-moz-document domain(data.ninsis.local) {
  .used_prices_select { height: 21px; }
}
.used_prices_select select {
  width: 145px;
  display: block;
  float: none;
  background: white;
  padding: 1px 0 1px 5px;
  border: 1px solid #ABADB3;
}
.used_price_left, .used_price_right, .used_price_center {
  float: left;
  width: 45px;
  font-weight: bold;
}
.used_price_center {
  width: 58px;
  font-size: 18px;
  color: #548f54;
  margin-top: 4px;
}
.used_price_val {
  height: 19px;
}
.used_price_left, .used_price_right {
  height: 32px;
  background: url(/img/prices/price-left.png) no-repeat 41px 0;
  padding: 8px 10px 0 0;
  text-align: right;
  font-size: 14px;
}
.used_price_right {
  background: url(/img/prices/price-right.png) no-repeat 0 0;
  text-align: left;
  padding: 8px 0 0 10px;
}
.used_price_left_one {
  background: url(/img/prices/one-price-left.png) no-repeat 41px 0;
  width: 55px;
  padding: 0;
}
.used_price_right_one {
  background: url(/img/prices/one-price-right.png) no-repeat 0 0;
  width: 55px;
  padding: 0;
}
.used_price_center_one, .used_price_center_long {
  margin-top: 5px;
}
.used_price_center_long {
  width: 137px;
}
.used_price_center_little_long {
  width: 117px;
}
.used_price_center_one, .used_price_center_little_long, .used_price_center_long {
  color: #333;
}
.used_price_left_long, .used_price_right_long {
  width: 14px;
  padding: 0;
  background: url(/img/prices/one-price-left.png) no-repeat 0 0;
}
.used_price_right_long {
  background: url(/img/prices/one-price-right.png) no-repeat 0 0;
}
.used_price_block {
  display: none;
  width: 168px;
  margin: 0 auto 5px auto;
  font-family: Arial;
}
.used_price_cur {
  font-weight: normal;
  font-size: 13px;
}
.used_price_block_long {
  width: 165px;
}
.used_price_block_little_long {
  width: 145px;
}
.used_price_widget {
  float: left;
  margin-right: 5px;
}
#used_price_share_code {
  width: 450px;
  height: 270px;
  border: none;
  border-top: 1px solid #bfc1c7;
  padding: 3px;
  color: #333;
}
.used_price_share_text {
  font-weight: bold;
  color: #545454;
  text-align: left;
  margin: 5px;
  float: left;
}
#used_price_share_block {
  display: none;
  border: 1px solid #ABADB3;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  color: #333;
  background: white;
}
#used_price_share {
  cursor: pointer;
  width: 94px;
  margin: 20px auto 0 auto;
}
#used_price_submit {
  width: 100px;
  border: solid 1px #a19fa0;
  background: #a19fa0;
  border-radius: 6px;
  color: white;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 15px;
  margin: 0px auto 0px auto;
  cursor: pointer;
  box-shadow: 0px 2px 2px #676767;
}
.used_price_ad {
  margin: 15px auto 10px auto;
}
.used_price_ad a, .used_price_ad a:hover {
  font-weight: bold;
  text-decoration: underline !important;
}
#used_price_info {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  display: none;
}
#used_price_share_help {
  float: right;
  margin: 3px 4px 0 0;
  font-weight: bold;
  color: #336699;
  font-size: 13px;  
  width: 20px;
  text-align: right;
}
#used_price_share_close {
  cursor: pointer;
  float: right;
  margin: 4px 5px 0 0;
  color: black;
  font-size: 13px;
  font-weight: bold;
  border-left: solid 1px #ccc;
  padding-left: 5px;
}
.used_price_ad a:hover {
  text-decoration: none !important;
}
.used_price_warn {
  border: solid 2px #e33720 !important;
}

