.pec_behavior {
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_promo_text_color {
  color: #ff7700;
}
.pec_link_text_color {
  color: #2B5EC7;
}
.pec_price-filter {
  background: #eaeaea;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
  padding: 3px 0;
  margin: 0 0 10px 0;
}
.pec_pf-table {
  margin: 0 50px;
  font-size: 12px;
}
.pec_pf-table th {
  text-align: right;
  padding: 0 10px 0 0;
  width: 200px;
}
.pec_pf-table td {
  padding: 7px 0;
}
.pec_pf-table td select {
  width: 322px;
}
.pec_pf-table td input {
  width: 58px;
}
.pec_pf-table td .pec_switcher-wrap a,
.pec_pf-table td .pec_switcher-wrap a:hover,
.pec_pf-table td .pec_switcher-wrap a.pec_curr {
  width: 72px;
}
.pec_switcher-wrap {
  overflow: hidden;
}
.pec_switcher-wrap a {
  display: block;
  float: left;
  margin-left: 10px;
  background: #b0b0b0;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ffffff),to(#b0b0b0));
  background: -webkit-linear-gradient(#ffffff,#b0b0b0);
  background: -moz-linear-gradient(#ffffff,#b0b0b0);
  background: -ms-linear-gradient(#ffffff,#b0b0b0);
  background: -o-linear-gradient(#ffffff,#b0b0b0);
  background: linear-gradient(#ffffff,#b0b0b0);
  -pie-background: linear-gradient(#ffffff,#b0b0b0);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #2B5EC7;
  text-align: center;
  font-weight: bold;
  width: auto;
  cursor: pointer;
  height: 21px;
  line-height: 21px;
  text-decoration: none;
  border: 1px solid #bebebe;
}
.pec_switcher-wrap a:first-child {
  margin-left: 0 !important;
}
.pec_switcher-wrap a:hover,
.pec_switcher-wrap a.pec_curr {
  background: #14121c;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#8880ad),to(#14121c));
  background: -webkit-linear-gradient(#8880ad,#14121c);
  background: -moz-linear-gradient(#8880ad,#14121c);
  background: -ms-linear-gradient(#8880ad,#14121c);
  background: -o-linear-gradient(#8880ad,#14121c);
  background: linear-gradient(#8880ad,#14121c);
  -pie-background: linear-gradient(#8880ad,#14121c);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: auto;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8880ad,endColorstr=#14121c);
}
.pec_switcher-wrap a.pec_pie_first-child {
  margin-left: 0 !important;
}
.pec_price-table {
  width: 100%;
  margin: 0 0 10px 0;
}
.pec_price-table th {
  padding-left: 10px;
}
.pec_price-table th div {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  behavior: url(/res/css/PIE.htc);
  position: relative;
  padding: 12px 0;
}
.pec_price-table th div img {
  margin: 5px 0 0 0;
}
.pec_price-table th .pec_standard,
.pec_price-table th .pec_platinum {
  background: #403a5a;
  background: -moz-linear-gradient(left,#403a5a 0%,#564e78 50%,#403a5a 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#403a5a),color-stop(50%,#564e78),color-stop(100%,#403a5a));
  background: -webkit-linear-gradient(left,#403a5a 0%,#564e78 50%,#403a5a 100%);
  background: -o-linear-gradient(left,#403a5a 0%,#564e78 50%,#403a5a 100%);
  background: -ms-linear-gradient(left,#403a5a 0%,#564e78 50%,#403a5a 100%);
  background: linear-gradient(left,#403a5a 0%,#564e78 50%,#403a5a 100%);
  -pie-background: linear-gradient(left,#403a5a 0%,#564e78 50%,#403a5a 100%);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_price-table th .pec_premium {
  background: #e66b00;
  background: -moz-linear-gradient(left,#e66b00 0%,#ff851a 50%,#e66b00 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e66b00),color-stop(50%,#ff851a),color-stop(100%,#e66b00));
  background: -webkit-linear-gradient(left,#e66b00 0%,#ff851a 50%,#e66b00 100%);
  background: -o-linear-gradient(left,#e66b00 0%,#ff851a 50%,#e66b00 100%);
  background: -ms-linear-gradient(left,#e66b00 0%,#ff851a 50%,#e66b00 100%);
  background: linear-gradient(left,#e66b00 0%,#ff851a 50%,#e66b00 100%);
  -pie-background: linear-gradient(left,#e66b00 0%,#ff851a 50%,#e66b00 100%);
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_price-table th .pec_urgency {
  background: #767676;
  background: -moz-linear-gradient(left,#767676 0%,#909090 50%,#767676 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#767676),color-stop(50%,#909090),color-stop(100%,#767676));
  background: -webkit-linear-gradient(left,#767676 0%,#909090 50%,#767676 100%);
  background: -o-linear-gradient(left,#767676 0%,#909090 50%,#767676 100%);
  background: -ms-linear-gradient(left,#767676 0%,#909090 50%,#767676 100%);
  background: linear-gradient(left,#767676 0%,#909090 50%,#767676 100%);
  -pie-background: linear-gradient(left,#767676 0%,#909090 50%,#767676 100%);
  behavior: url(/res/css/PIE.htc);
  position: relative;
  font-weight: normal;
}
.pec_price-table th:first-child {
  padding-left: 0;
}
.pec_price-table td {
  padding-left: 10px;
}
.pec_price-table td a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
.pec_price-table td a:hover {
  background: #ff7700;
  color: #fff;
}
.pec_price-table td a .price_tb_buy {
  display: none;
}
.pec_price-table td a:hover .price_tb_buy {
  display: inline;
  font-weight: normal;
}
.pec_price-table td:first-child span,
.pec_price-table td a {
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: block;
  background: #eaeaea;
  margin: 0 0 1px 0;
}
.pec_price-table td:first-child {
  padding-left: 0;
}
.pec_price-table .pec_pt-lastrow a,
.pec_price-table .pec_pt-lastrow span {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
.pec_price-infos {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.pec_price-infos .pec_colored-box {
  height: 95px;
  margin: 0;
}
.pec_quality-level {
  width: 100%;
  margin: 0 0 30px 0;
}
.pec_quality-level th {
  padding-left: 5px;
}
.pec_quality-level th div {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  behavior: url(/res/css/PIE.htc);
  position: relative;
  width: 155px;
  padding: 7px 0;
}
.pec_quality-level th div img {
  margin: 5px 0 0 0;
}
.pec_quality-level th .pec_ql-standard,
.pec_quality-level th .pec_ql-platinum {
  background: #4b4469;
}
.pec_quality-level th .pec_ql-premium {
  background: #ff7700;
}
.pec_quality-level th .pec_quality-levels {
  background: #838383;
  width: 218px;
  font-weight: normal;
}
.pec_quality-level th:first-child {
  padding-left: 0;
}
.pec_quality-level tr td:first-child span {
  text-indent: 10px;
  text-align: left;
}
.pec_quality-level td {
  padding-left: 5px;
}
.pec_quality-level td span {
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: block;
  background: #eaeaea;
  margin: 0 0 1px;
}
.pec_quality-level td:first-child {
  padding-left: 0;
}
.pec_quality-level .pec_pt-lastrow span {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  behavior: url(/res/css/PIE.htc);
  position: relative;
}
