.eso_behavior {
  behavior: url(/res/css/PIE.php);
  position: relative;
}
.eso_promo_text_color {
  color: #E84E40;
}
.eso_link_text_color {
  color: #336699;
}
.eso_price-filter {
  background: #eaeaea;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url(/res/css/PIE.php);
  position: relative;
  padding: 3px 0;
  margin: 0 0 10px 0;
}
.eso_pf-table {
  margin: 0 50px;
  font-size: 12px;
}
.eso_pf-table th {
  text-align: right;
  padding: 0 10px 0 0;
  width: 200px;
}
.eso_pf-table td {
  padding: 7px 0;
}
.eso_pf-table td select {
  width: 322px;
}
.eso_pf-table td input {
  width: 58px;
}
.eso_pf-table td .eso_switcher-wrap a,
.eso_pf-table td .eso_switcher-wrap a:hover,
.eso_pf-table td .eso_switcher-wrap a.eso_curr {
  width: 72px;
}
.eso_switcher-wrap {
  overflow: hidden;
}
.eso_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.php);
  position: relative;
  color: #336699;
  text-align: center;
  font-weight: bold;
  width: auto;
  cursor: pointer;
  height: 21px;
  line-height: 21px;
  text-decoration: none;
  border: 1px solid #bebebe;
}
.eso_switcher-wrap a:first-child {
  margin-left: 0 !important;
}
.eso_switcher-wrap a:hover,
.eso_switcher-wrap a.eso_curr {
  background: #479df4;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ffffff),to(#479df4));
  background: -webkit-linear-gradient(#ffffff,#479df4);
  background: -moz-linear-gradient(#ffffff,#479df4);
  background: -ms-linear-gradient(#ffffff,#479df4);
  background: -o-linear-gradient(#ffffff,#479df4);
  background: linear-gradient(#ffffff,#479df4);
  -pie-background: linear-gradient(#ffffff,#479df4);
  behavior: url(/res/css/PIE.php);
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: auto;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#479df4);
}
.eso_switcher-wrap a.eso_pie_first-child {
  margin-left: 0 !important;
}
.eso_price-table {
  width: 100%;
  margin: 0 0 10px 0;
}
.eso_price-table th {
  padding-left: 10px;
}
.eso_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.php);
  position: relative;
  padding: 12px 0;
}
.eso_price-table th div img {
  margin: 5px 0 0 0;
}
.eso_price-table th .eso_standard,
.eso_price-table th .eso_platinum {
  background: #a7d0fa;
  background: -moz-linear-gradient(left,#a7d0fa 0%,#d7eafd 50%,#a7d0fa 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#a7d0fa),color-stop(50%,#d7eafd),color-stop(100%,#a7d0fa));
  background: -webkit-linear-gradient(left,#a7d0fa 0%,#d7eafd 50%,#a7d0fa 100%);
  background: -o-linear-gradient(left,#a7d0fa 0%,#d7eafd 50%,#a7d0fa 100%);
  background: -ms-linear-gradient(left,#a7d0fa 0%,#d7eafd 50%,#a7d0fa 100%);
  background: linear-gradient(left,#a7d0fa 0%,#d7eafd 50%,#a7d0fa 100%);
  -pie-background: linear-gradient(left,#a7d0fa 0%,#d7eafd 50%,#a7d0fa 100%);
  behavior: url(/res/css/PIE.php);
  position: relative;
}
.eso_price-table th .eso_premium {
  background: #e53929;
  background: -moz-linear-gradient(left,#e53929 0%,#eb6357 50%,#e53929 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e53929),color-stop(50%,#eb6357),color-stop(100%,#e53929));
  background: -webkit-linear-gradient(left,#e53929 0%,#eb6357 50%,#e53929 100%);
  background: -o-linear-gradient(left,#e53929 0%,#eb6357 50%,#e53929 100%);
  background: -ms-linear-gradient(left,#e53929 0%,#eb6357 50%,#e53929 100%);
  background: linear-gradient(left,#e53929 0%,#eb6357 50%,#e53929 100%);
  -pie-background: linear-gradient(left,#e53929 0%,#eb6357 50%,#e53929 100%);
  behavior: url(/res/css/PIE.php);
  position: relative;
}
.eso_price-table th .eso_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.php);
  position: relative;
  font-weight: normal;
}
.eso_price-table th:first-child {
  padding-left: 0;
}
.eso_price-table td {
  padding-left: 10px;
}
.eso_price-table td a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
.eso_price-table td a:hover {
  background: #E84E40;
  color: #fff;
}
.eso_price-table td a .price_tb_buy {
  display: none;
}
.eso_price-table td a:hover .price_tb_buy {
  display: inline;
  font-weight: normal;
}
.eso_price-table td:first-child span,
.eso_price-table td a {
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: block;
  background: #eaeaea;
  margin: 0 0 1px 0;
}
.eso_price-table td:first-child {
  padding-left: 0;
}
.eso_price-table .eso_pt-lastrow a,
.eso_price-table .eso_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.php);
  position: relative;
}
.eso_price-infos {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.eso_price-infos .eso_colored-box {
  height: 95px;
  margin: 0;
}
.eso_quality-level {
  width: 100%;
  margin: 0 0 30px 0;
}
.eso_quality-level th {
  padding-left: 5px;
}
.eso_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.php);
  position: relative;
  width: 155px;
  padding: 7px 0;
}
.eso_quality-level th div img {
  margin: 5px 0 0 0;
}
.eso_quality-level th .eso_ql-standard,
.eso_quality-level th .eso_ql-platinum {
  background: #BFDDFB;
}
.eso_quality-level th .eso_ql-premium {
  background: #E84E40;
}
.eso_quality-level th .eso_quality-levels {
  background: #838383;
  width: 218px;
  font-weight: normal;
}
.eso_quality-level th:first-child {
  padding-left: 0;
}
.eso_quality-level tr td:first-child span {
  text-indent: 10px;
  text-align: left;
}
.eso_quality-level td {
  padding-left: 5px;
}
.eso_quality-level td span {
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: block;
  background: #eaeaea;
  margin: 0 0 1px;
}
.eso_quality-level td:first-child {
  padding-left: 0;
}
.eso_quality-level .eso_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.php);
  position: relative;
}
